|
5 | 5 |
|
6 | 6 | Gem::Specification.new do |s|
|
7 | 7 | s.name = %q{remotipart}
|
8 |
| - s.version = "0.4" |
| 8 | + s.version = "0.4.1" |
9 | 9 |
|
10 | 10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11 | 11 | s.authors = ["Greg Leppert", "Steve Schwartz"]
|
12 |
| - s.date = %q{2011-05-02} |
| 12 | + s.date = %q{2011-07-12} |
13 | 13 | 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. |
16 | 15 | }
|
17 | 16 |
|
18 | 17 | s.extra_rdoc_files = [
|
19 | 18 | "LICENSE",
|
20 | 19 | "README.rdoc"
|
21 | 20 | ]
|
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/} |
24 | 44 | s.rdoc_options = ["--charset=UTF-8"]
|
25 | 45 | s.require_paths = ["lib"]
|
26 | 46 | s.rubygems_version = %q{1.3.7}
|
|
0 commit comments