summaryrefslogtreecommitdiff
path: root/devel/rubygem-launchy22/files/patch-gemspec
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2015-03-30 02:47:07 +0000
committerSteve Wills <swills@FreeBSD.org>2015-03-30 02:47:07 +0000
commitfed7471248b80ef1ec515bccfc7078c757ed8b9a (patch)
tree759f49de6074bd7952ad8e463f8365baa3be62a9 /devel/rubygem-launchy22/files/patch-gemspec
parent- Correction to previous commit. (diff)
Update ruby-gems to 2.4.5
Note this is a big upgrade and the way gemspecs are generated changed. As a result, all patched gemspecs had to have new patches.
Notes
Notes: svn path=/head/; revision=382631
Diffstat (limited to 'devel/rubygem-launchy22/files/patch-gemspec')
-rw-r--r--devel/rubygem-launchy22/files/patch-gemspec10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/rubygem-launchy22/files/patch-gemspec b/devel/rubygem-launchy22/files/patch-gemspec
new file mode 100644
index 000000000000..4b3e6f477728
--- /dev/null
+++ b/devel/rubygem-launchy22/files/patch-gemspec
@@ -0,0 +1,10 @@
+--- launchy.gemspec.orig 2014-11-30 03:43:33.000000000 +0000
++++ launchy.gemspec 2014-11-30 03:43:39.000000000 +0000
+@@ -11,7 +11,6 @@
+ s.date = "2013-02-06"
+ s.description = "Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external application from within ruby programs."
+ s.email = "jeremy@copiousfreetime.org"
+- s.executables = ["launchy"]
+ s.extra_rdoc_files = ["HISTORY.rdoc", "Manifest.txt", "README.rdoc"]
+ s.files = ["CONTRIBUTING.md", "HISTORY.rdoc", "LICENSE", "Manifest.txt", "README.rdoc", "Rakefile", "bin/launchy", "lib/launchy.rb", "lib/launchy/application.rb", "lib/launchy/applications/browser.rb", "lib/launchy/cli.rb", "lib/launchy/deprecated.rb", "lib/launchy/descendant_tracker.rb", "lib/launchy/detect.rb", "lib/launchy/detect/host_os.rb", "lib/launchy/detect/host_os_family.rb", "lib/launchy/detect/nix_desktop_environment.rb", "lib/launchy/detect/ruby_engine.rb", "lib/launchy/detect/runner.rb", "lib/launchy/error.rb", "lib/launchy/os_family.rb", "lib/launchy/version.rb", "spec/application_spec.rb", "spec/applications/browser_spec.rb", "spec/cli_spec.rb", "spec/detect/host_os_family_spec.rb", "spec/detect/host_os_spec.rb", "spec/detect/nix_desktop_environment_spec.rb", "spec/detect/ruby_engine_spec.rb", "spec/detect/runner_spec.rb", "spec/launchy_spec.rb", "spec/mock_application.rb", "spec/spec_helper.rb", "spec/tattle-host-os.yaml", "spec/version_spec.rb", "tasks/default.rake", "tasks/this.rb"]
+ s.homepage = "http://github.com/copiousfreetime/launchy"