--- rapt.gemspec.orig 2016-03-31 18:16:28 UTC +++ rapt.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.description = "Install, remove, and discover new plugins for your Ruby on Rails app.".freeze s.email = "boss@topfunky.com".freeze s.executables = ["rapt".freeze] - s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "bin/rapt".freeze, "lib/commands".freeze, "lib/commands/plugin".freeze, "lib/commands/plugin.rb".freeze, "lib/commands/plugin/commands.rb".freeze, "lib/commands/plugin/plugin.rb".freeze, "lib/commands/plugin/plugin_pack.rb".freeze, "lib/commands/plugin/rails_environment.rb".freeze, "lib/commands/plugin/recursive_http_fetcher.rb".freeze, "lib/commands/plugin/repositories.rb".freeze, "lib/commands/plugin/repository.rb".freeze, "test/commands".freeze, "test/commands/plugin".freeze, "test/commands/plugin/plugin_test.rb".freeze, "test/commands/plugin/repository_test.rb".freeze, "test/commands/plugin_test.rb".freeze, "test/mocks".freeze, "test/mocks/rails_environment.rb".freeze, "test/sandbox".freeze, "test/sandbox/rails_app".freeze, "test/sandbox/rails_app/config".freeze, "test/sandbox/rails_app/config/boot.rb".freeze, "test/sandbox/rails_app/config/environment.rb".freeze, "test/sandbox/rails_app/script".freeze, "test/sandbox/rails_app/script/plugin".freeze, "test/sandbox/rails_app/vendor".freeze, "test/sandbox/rails_app/vendor/plugins".freeze] + s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "bin/rapt".freeze, "lib/commands".freeze, "lib/commands/plugin".freeze, "lib/commands/plugin.rb".freeze, "lib/commands/plugin/commands.rb".freeze, "lib/commands/plugin/plugin.rb".freeze, "lib/commands/plugin/plugin_pack.rb".freeze, "lib/commands/plugin/rails_environment.rb".freeze, "lib/commands/plugin/recursive_http_fetcher.rb".freeze, "lib/commands/plugin/repositories.rb".freeze, "lib/commands/plugin/repository.rb".freeze, "test/commands".freeze, "test/commands/plugin".freeze, "test/commands/plugin/plugin_test.rb".freeze, "test/commands/plugin/repository_test.rb".freeze, "test/commands/plugin_test.rb".freeze, "test/mocks".freeze, "test/mocks/rails_environment.rb".freeze, "test/sandbox".freeze, "test/sandbox/rails_app".freeze, "test/sandbox/rails_app/config".freeze, "test/sandbox/rails_app/config/boot.rb".freeze, "test/sandbox/rails_app/config/environment.rb".freeze, "test/sandbox/rails_app/script".freeze, "test/sandbox/rails_app/script/plugin".freeze] s.homepage = "http://rapt.rubyforge.org".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.requirements = ["none".freeze]