summaryrefslogtreecommitdiff
path: root/devel/rubygem-rapt/files/patch-gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-rapt/files/patch-gemspec')
-rw-r--r--devel/rubygem-rapt/files/patch-gemspec18
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/rubygem-rapt/files/patch-gemspec b/devel/rubygem-rapt/files/patch-gemspec
index 513bcc07ef63..1fa484611181 100644
--- a/devel/rubygem-rapt/files/patch-gemspec
+++ b/devel/rubygem-rapt/files/patch-gemspec
@@ -1,11 +1,11 @@
---- rapt.gemspec.orig 2014-11-30 03:53:13 UTC
+--- 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."
- s.email = "boss@topfunky.com"
- s.executables = ["rapt"]
-- s.files = ["CHANGELOG", "MIT-LICENSE", "README", "Rakefile", "bin/rapt", "lib/commands", "lib/commands/plugin", "lib/commands/plugin.rb", "lib/commands/plugin/commands.rb", "lib/commands/plugin/plugin.rb", "lib/commands/plugin/plugin_pack.rb", "lib/commands/plugin/rails_environment.rb", "lib/commands/plugin/recursive_http_fetcher.rb", "lib/commands/plugin/repositories.rb", "lib/commands/plugin/repository.rb", "test/commands", "test/commands/plugin", "test/commands/plugin/plugin_test.rb", "test/commands/plugin/repository_test.rb", "test/commands/plugin_test.rb", "test/mocks", "test/mocks/rails_environment.rb", "test/sandbox", "test/sandbox/rails_app", "test/sandbox/rails_app/config", "test/sandbox/rails_app/config/boot.rb", "test/sandbox/rails_app/config/environment.rb", "test/sandbox/rails_app/script", "test/sandbox/rails_app/script/plugin", "test/sandbox/rails_app/vendor", "test/sandbox/rails_app/vendor/plugins"]
-+ s.files = ["CHANGELOG", "MIT-LICENSE", "README", "Rakefile", "bin/rapt", "lib/commands", "lib/commands/plugin", "lib/commands/plugin.rb", "lib/commands/plugin/commands.rb", "lib/commands/plugin/plugin.rb", "lib/commands/plugin/plugin_pack.rb", "lib/commands/plugin/rails_environment.rb", "lib/commands/plugin/recursive_http_fetcher.rb", "lib/commands/plugin/repositories.rb", "lib/commands/plugin/repository.rb", "test/commands", "test/commands/plugin", "test/commands/plugin/plugin_test.rb", "test/commands/plugin/repository_test.rb", "test/commands/plugin_test.rb", "test/mocks", "test/mocks/rails_environment.rb", "test/sandbox", "test/sandbox/rails_app", "test/sandbox/rails_app/config", "test/sandbox/rails_app/config/boot.rb", "test/sandbox/rails_app/config/environment.rb", "test/sandbox/rails_app/script", "test/sandbox/rails_app/script/plugin"]
- s.homepage = "http://rapt.rubyforge.org"
- s.required_ruby_version = Gem::Requirement.new("> 0.0.0")
- s.requirements = ["none"]
+ 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]