Skip to content

Commit b9ec602

Browse files
committed
Regenerated gemspec for version 0.4.1
1 parent d244da0 commit b9ec602

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

remotipart.gemspec

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,42 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{remotipart}
8-
s.version = "0.4"
8+
s.version = "0.4.1"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Greg Leppert", "Steve Schwartz"]
12-
s.date = %q{2011-05-02}
12+
s.date = %q{2011-07-12}
1313
s.description = %q{Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jQuery.
14-
This gem augments the native Rails jQuery remote form function enabling asynchronous file uploads with little to no modification to your application.
15-
It requires jQuery (http://jquery.com), the Rails jQuery driver (http://github.com/rails/jquery-ujs), and the jQuery Form plugin (http://jquery.malsup.com/form/).
14+
This gem augments the native Rails 3 jQuery-UJS remote form function enabling asynchronous file uploads with little to no modification to your application.
1615
}
1716
1817
s.extra_rdoc_files = [
1918
"LICENSE",
2019
"README.rdoc"
2120
]
22-
s.files = `git ls-files`.split("\n")
23-
s.homepage = %q{http://github.com/formasfunction/remotipart}
21+
s.files = [
22+
".document",
23+
".gitignore",
24+
"History.rdoc",
25+
"LICENSE",
26+
"README.rdoc",
27+
"Rakefile",
28+
"VERSION_COMPATIBILITY.rdoc",
29+
"lib/generators/remotipart/install/install_generator.rb",
30+
"lib/remotipart.rb",
31+
"lib/remotipart/rails.rb",
32+
"lib/remotipart/rails/engine.rb",
33+
"lib/remotipart/rails/railtie.rb",
34+
"lib/remotipart/rails/version.rb",
35+
"lib/remotipart/request_helper.rb",
36+
"lib/remotipart/view_helper.rb",
37+
"remotipart.gemspec",
38+
"test/helper.rb",
39+
"test/test_remotipart.rb",
40+
"vendor/assets/javascripts/jquery.form.js",
41+
"vendor/assets/javascripts/jquery.remotipart.js"
42+
]
43+
s.homepage = %q{http://www.alfajango.com/blog/remotipart-rails-gem/}
2444
s.rdoc_options = ["--charset=UTF-8"]
2545
s.require_paths = ["lib"]
2646
s.rubygems_version = %q{1.3.7}

0 commit comments

Comments
 (0)