Skip to content

Commit

Permalink
Regenerate gemspec for version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Dec 29, 2019
1 parent 870e141 commit a1860d6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions remotipart.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# 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 = ["[email protected]".freeze, "[email protected]".freeze]
s.extra_rdoc_files = [
Expand Down Expand Up @@ -46,13 +46,15 @@ Gem::Specification.new do |s|
"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",
Expand All @@ -68,6 +70,7 @@ Gem::Specification.new do |s|
"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",
Expand All @@ -89,6 +92,7 @@ Gem::Specification.new do |s|
"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",
Expand All @@ -99,7 +103,7 @@ Gem::Specification.new do |s|
"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
Expand Down

0 comments on commit a1860d6

Please sign in to comment.