remotipart.gemspec in remotipart-1.4.3 vs remotipart.gemspec in remotipart-1.4.4

- old
+ new

@@ -1,19 +1,19 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: remotipart 1.4.3 ruby lib +# stub: remotipart 1.4.4 ruby lib Gem::Specification.new do |s| s.name = "remotipart".freeze - s.version = "1.4.3" + s.version = "1.4.4" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Greg Leppert".freeze, "Steve Schwartz".freeze] - s.date = "2019-05-23" + s.date = "2019-12-29" s.description = "Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jquery-rails.\n This gem augments the native Rails 3 jQuery-UJS remote form function enabling asynchronous file uploads with little to no modification to your application.\n ".freeze s.email = ["greg@formasfunction.com".freeze, "steve@alfajango.com".freeze] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -44,17 +44,19 @@ "lib/remotipart/request_helper.rb", "lib/remotipart/view_helper.rb", "remotipart.gemspec", "spec/dummy_app/.gitignore", "spec/dummy_app/Rakefile", + "spec/dummy_app/app/assets/config/manifest.js", "spec/dummy_app/app/assets/images/rails.png", "spec/dummy_app/app/assets/javascripts/application.js.erb", "spec/dummy_app/app/assets/javascripts/comments.js", "spec/dummy_app/app/assets/stylesheets/application.css", "spec/dummy_app/app/assets/stylesheets/scaffold.css", "spec/dummy_app/app/controllers/application_controller.rb", "spec/dummy_app/app/controllers/comments_controller.rb", + "spec/dummy_app/app/controllers/prepended_controller.rb", "spec/dummy_app/app/helpers/application_helper.rb", "spec/dummy_app/app/helpers/comments_helper.rb", "spec/dummy_app/app/models/comment.rb", "spec/dummy_app/app/views/comments/_comment.html.erb", "spec/dummy_app/app/views/comments/_form.html.erb", @@ -66,10 +68,11 @@ "spec/dummy_app/app/views/comments/escape_test.html.erb", "spec/dummy_app/app/views/comments/index.html.erb", "spec/dummy_app/app/views/comments/new.html.erb", "spec/dummy_app/app/views/comments/show.html.erb", "spec/dummy_app/app/views/layouts/application.html.erb", + "spec/dummy_app/app/views/prepended/show.html.erb", "spec/dummy_app/bin/bundle", "spec/dummy_app/bin/rails", "spec/dummy_app/bin/rake", "spec/dummy_app/bin/setup", "spec/dummy_app/bin/update", @@ -87,20 +90,21 @@ "spec/dummy_app/db/migrate/20110209210315_add_attachment_to_comment.rb", "spec/dummy_app/db/migrate/20110714205346_add_other_attachment_to_comment.rb", "spec/dummy_app/db/schema.rb", "spec/dummy_app/db/seeds.rb", "spec/features/comments_spec.rb", + "spec/features/prepended_spec.rb", "spec/fixtures/hi.txt", "spec/fixtures/qr.jpg", "spec/spec_helper.rb", "spec/support/arel_helper.rb", "spec/support/connection_helper.rb", "spec/support/integration_helper.rb", "vendor/assets/javascripts/jquery.iframe-transport.js", "vendor/assets/javascripts/jquery.remotipart.js" ] s.homepage = "http://opensource.alfajango.com/remotipart/".freeze - s.rubygems_version = "2.7.8".freeze + s.rubygems_version = "3.0.3".freeze s.summary = "Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jquery-rails.".freeze if s.respond_to? :specification_version then s.specification_version = 4