launchy 2.5.0 → 2.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45f9c18d9b5afe8a29abfbdfb770545f3616ee1ec2547d60762e14604fd5c2e6
4
- data.tar.gz: e84671dd85e089af53899b7ee595450536522bf5f00bf88d61a775a70dfc0647
3
+ metadata.gz: 04d9c66ec0c8dcc2892bc46267fe37f7f1c82d14dad78d62c8adbd869a0d8a0f
4
+ data.tar.gz: ecf5f8096d6f3ef2a4d9118b18086eba83ed62f50362c1964938faba8d53d624
5
5
  SHA512:
6
- metadata.gz: ffb4ab18f93e33bbedfe05f3506574dc7163974bcaca7057d46eae15c1a3a7369d6031cf4779769e873c33bcfb16808e0e2dddfa4477fc72c469549b68ec5685
7
- data.tar.gz: f43067afd034ea8b145a3b183ccd5ed3c4cfff4c2524233310112fdbb39e69fb7d1493f4b0816a58e7297dde8ef4efd783dec699ff262317dfe27b959b9d3943
6
+ metadata.gz: 4abd13c2b9c600a9e2a50d07a2a8bfbe6ae21de1972063520669f558b5b7f3eca6dc5e4a2de63d1a19c6dcdeb43a53bddc22da210556a2a6c64ba263afed92ec
7
+ data.tar.gz: 53feae60f4355edcddaa16497c5606f35eaccabd81d21f35d91ac3188314affd43f722970fe4c31249a89fbfadf7afc74579ee7d97f4740f1d339b0007a577e5
data/CONTRIBUTING.md CHANGED
@@ -51,6 +51,7 @@ easiest way to contribute.
51
51
  * [Daniel Farina](https://github.com/fdr)
52
52
  * [Jack Turnbull](https://github.com/jackturnbull)
53
53
  * [Jeremy Moritz](https://github.com/jeremymoritz)
54
+ * [Jamie Donnelly](https://github.com/JamieKDonnelly)
54
55
 
55
56
  [GitHub Account]: https://github.com/signup/free "GitHub Signup"
56
57
  [GitHub Issues]: https://github.com/copiousfreetime/launchy/issues "Launchy Issues"
data/HISTORY.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # Launchy Changelog
2
+ ## Version 2.5.2 - 2022-12-27
3
+ * Update Addressable - <https://github.com/copiousfreetime/launchy/pull/145> - JamieKDonnelly
4
+ * Fix deprecated usage of `Object#=~` - <https://github.com/copiousfreetime/launchy/pull/138> - marcrohloff
5
+ * Move to sempahore for matrix builds and macos tests
2
6
 
3
7
  ## Version 2.5.0 - 2020-02-27
4
8
  * Update depedencies
@@ -21,12 +25,12 @@
21
25
  * Abstract out the argv of the commandline - <https://github.com/copiousfreetime/launchy/issues/71>
22
26
 
23
27
  ## Version 2.4.0 - 2013-11-12
24
- * Support `Launchy.open( url, :debug => true )` - <http://github.com/copiousfreetime/launchy/issues/63> - schmich
25
- * Fix inconsistencies in `debug?` and `dry_run?` methods - <http://github.com/copiousfreetime/launchy/issues/63> - schmich
26
- * Fix detection of missing *nix desktops - <http://github.com/copiousfreetime/launchy/issues/70>
27
- * Fix running tests in bare Linux environment - <http://github.com/copiousfreetime/launchy/issues/67> - gioele
28
- * Fix mistaking windows drive as uri schema - <http://github.com/copiousfreetime/launchy/issues/65>
29
- * Attempt fixing windows `start` command oddities, again - <http://github.com/copiousfreetime/launchy/issues/62>
28
+ * Support `Launchy.open( url, :debug => true )` - <https://github.com/copiousfreetime/launchy/issues/63> - schmich
29
+ * Fix inconsistencies in `debug?` and `dry_run?` methods - <https://github.com/copiousfreetime/launchy/issues/63> - schmich
30
+ * Fix detection of missing *nix desktops - <https://github.com/copiousfreetime/launchy/issues/70>
31
+ * Fix running tests in bare Linux environment - <https://github.com/copiousfreetime/launchy/issues/67> - gioele
32
+ * Fix mistaking windows drive as uri schema - <https://github.com/copiousfreetime/launchy/issues/65>
33
+ * Attempt fixing windows `start` command oddities, again - <https://github.com/copiousfreetime/launchy/issues/62>
30
34
 
31
35
  ## Version 2.3.0 - 2013-04-11
32
36
 
@@ -34,39 +38,39 @@
34
38
 
35
39
  ## Version 2.2.0 - 2013-02-06
36
40
 
37
- * Change XFCE detection to not depend on grep <http://github.com/copiousfreetime/launchy/issues/52> - bogdan
38
- * Suppress forked process output <http://github.com/copiousfreetime/launchy/issues/51>
39
- * Display help/usage if no url is given <http://github.com/copiousfreetime/launchy/issues/54>
40
- * Detect the fluxbox environment <http://github.com/copiousfreetime/launchy/issues/53>
41
- * Automatically detect `http` url's if they are missing the `http://` <http://github.com/copiousfreetime/launchy/issues/55>
41
+ * Change XFCE detection to not depend on grep <https://github.com/copiousfreetime/launchy/issues/52> - bogdan
42
+ * Suppress forked process output <https://github.com/copiousfreetime/launchy/issues/51>
43
+ * Display help/usage if no url is given <https://github.com/copiousfreetime/launchy/issues/54>
44
+ * Detect the fluxbox environment <https://github.com/copiousfreetime/launchy/issues/53>
45
+ * Automatically detect `http` url's if they are missing the `http://` <https://github.com/copiousfreetime/launchy/issues/55>
42
46
  * Update to latest project management rake tasks
43
47
 
44
48
  ## Version 2.1.2 - 2012-08-06
45
49
 
46
- * Fix where HostOS would fail to convert to string on JRuby in 1.9 mode <http://github.com/copiousfreetime/launchy/issues/45>
50
+ * Fix where HostOS would fail to convert to string on JRuby in 1.9 mode <https://github.com/copiousfreetime/launchy/issues/45>
47
51
 
48
52
  ## Version 2.1.1 - 2012-07-28
49
53
 
50
- * Update addressable runtime dependency <http://github.com/copiousfreetime/launchy/issues/47>
54
+ * Update addressable runtime dependency <https://github.com/copiousfreetime/launchy/issues/47>
51
55
  * Bring minitest and ffi development dependencies up to date
52
56
 
53
57
  ## Version 2.1.0 - 2012-03-18
54
58
 
55
- * Fix raising exception when no browser program found <http://github.com/copiousfreetime/launchy/issues/42>
59
+ * Fix raising exception when no browser program found <https://github.com/copiousfreetime/launchy/issues/42>
56
60
  * Add `LAUNCHY_DRY_RUN` environment variable (Mariusz Pietrzyk / wijet)
57
61
  * Update dependencies
58
62
 
59
63
  ## Version 2.0.5 - 2011-07-24
60
64
 
61
- * Fix the case where `$BROWSER` is set and no *nix desktop was found <http://github.com/copiousfreetime/launchy/issues/33>
65
+ * Fix the case where `$BROWSER` is set and no *nix desktop was found <https://github.com/copiousfreetime/launchy/issues/33>
62
66
 
63
67
  ## Version 2.0.4 - 2011-07-23
64
68
 
65
- * Fix windows `start` commandline <http://github.com/copiousfreetime/launchy/issues/5>
66
- * Add capability to open local files with no file: scheme present <http://github.com/copiousfreetime/launchy/issues/29>
67
- * Added `rake how_to_contribute` task <http://github.com/copiousfreetime/launchy/issues/30>
68
- * Make better decisions on when to do shell escaping <http://github.com/copiousfreetime/launchy/issues/31>
69
- * Switch to Addressable::URI so UTF-8 urls may be parsed. <http://github.com/copiousfreetime/launchy/issues/32>
69
+ * Fix windows `start` commandline <https://github.com/copiousfreetime/launchy/issues/5>
70
+ * Add capability to open local files with no file: scheme present <https://github.com/copiousfreetime/launchy/issues/29>
71
+ * Added `rake how_to_contribute` task <https://github.com/copiousfreetime/launchy/issues/30>
72
+ * Make better decisions on when to do shell escaping <https://github.com/copiousfreetime/launchy/issues/31>
73
+ * Switch to Addressable::URI so UTF-8 urls may be parsed. <https://github.com/copiousfreetime/launchy/issues/32>
70
74
 
71
75
  ## Version 2.0.3 - 2011-07-17
72
76
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- ISC LICENSE - http://opensource.org/licenses/isc-license.txt
1
+ ISC LICENSE - https://opensource.org/licenses/isc-license.txt
2
2
 
3
3
  Copyright (c) 2007-2020 Jeremy Hinegardner
4
4
 
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # launchy
2
2
 
3
- [![Build Status](https://travis-ci.org/copiousfreetime/launchy.svg?branch=master)](https://travis-ci.org/copiousfreetime/launchy)
4
-
3
+ [![Build Status](https://copiousfreetime.semaphoreci.com/badges/launchy/branches/main.svg)](https://copiousfreetime.semaphoreci.com/projects/launchy)
5
4
 
6
5
  * [Homepage](https://github.com/copiousfreetime/launchy)
7
6
  * [Github Project](https://github.com/copiousfreetime/launchy)
@@ -27,14 +26,14 @@ testing environment, or via its API.
27
26
 
28
27
  ### Commandline
29
28
 
30
- % launchy http://www.ruby-lang.org/
29
+ % launchy https://www.ruby-lang.org/
31
30
 
32
31
  There are additional command line options, use `launchy --help` to see them.
33
32
 
34
33
  ### Using the `BROWSER` environment variable
35
34
 
36
35
  Launchy has a predefined set of common browsers on each platform that it
37
- attempts to use, and of course it is not exhaustive. As a fallbabck you can make
36
+ attempts to use, and of course it is not exhaustive. As a fallback you can make
38
37
  use of the somewhat standard `BROWSER` environment variable.
39
38
 
40
39
  `BROWSER` works in a similar same way to `PATH`. It is a colon (`:`) separated
@@ -43,10 +42,10 @@ you are attempting to open will be substituted there.
43
42
 
44
43
  As an example if you set `BROWSER=/usr/local/bin/firefox-bin -new-tab
45
44
  '%s':/usr/local/bin/google-chrome-stable` and you call
46
- `Launchy.open("http://www.ruby-lang.org/")` then Launchy will try, in order:
45
+ `Launchy.open("https://www.ruby-lang.org/")` then Launchy will try, in order:
47
46
 
48
- * `/usr/local/bin/firefox-bin -new-tab 'http://www.ruby-lang.org'`
49
- * `/usr/local/bin/google-chrome-stable http://www.ruby-lang.org`
47
+ * `/usr/local/bin/firefox-bin -new-tab 'https://www.ruby-lang.org'`
48
+ * `/usr/local/bin/google-chrome-stable https://www.ruby-lang.org`
50
49
 
51
50
  Additional links on the use of `BROWSER` as an environment variable.
52
51
 
@@ -83,7 +82,7 @@ in integration tests. For example:
83
82
 
84
83
  ### Public API
85
84
 
86
- In the vein of [Semantic Versioning](http://semver.org), this is the sole
85
+ In the vein of [Semantic Versioning](https://semver.org), this is the sole
87
86
  supported public API.
88
87
 
89
88
  Launchy.open( uri, options = {} ) { |exception| }
@@ -102,11 +101,11 @@ exception that was raised.
102
101
 
103
102
  ### An example of using the public API:
104
103
 
105
- Launchy.open( "http://www.ruby-lang.org" )
104
+ Launchy.open( "https://www.ruby-lang.org" )
106
105
 
107
106
  ### An example of using the public API and using the error block:
108
107
 
109
- uri = "http://www.ruby-lang.org"
108
+ uri = "https://www.ruby-lang.org"
110
109
  Launchy.open( uri ) do |exception|
111
110
  puts "Attempted to open #{uri} and failed because #{exception}"
112
111
  end
@@ -120,11 +119,11 @@ decided to bump all the way to 2.x.y.
120
119
  I have attempted to keep backward compatibility with the previous examples. The
121
120
  previous API examples of:
122
121
 
123
- Launchy::Browser.run("http://www.ruby-lang.org/")
122
+ Launchy::Browser.run("https://www.ruby-lang.org/")
124
123
 
125
124
  and
126
125
 
127
- Launchy::Browser.new.visit("http://www.ruby-lang.org/")
126
+ Launchy::Browser.new.visit("https://www.ruby-lang.org/")
128
127
 
129
128
  will still work, and you will get a deprecation notice, along with the line
130
129
  of code you should probably update. For example, this is what would print out
@@ -148,7 +147,7 @@ API will be the documented one.
148
147
 
149
148
  ## ISC LICENSE
150
149
 
151
- http://opensource.org/licenses/isc-license.txt
150
+ https://opensource.org/licenses/isc-license.txt
152
151
 
153
152
  Copyright (c) 2007-2020 Jeremy Hinegardner
154
153
 
data/Rakefile CHANGED
@@ -4,15 +4,15 @@ load 'tasks/this.rb'
4
4
  This.name = "launchy"
5
5
  This.author = "Jeremy Hinegardner"
6
6
  This.email = "jeremy@copiousfreetime.org"
7
- This.homepage = "http://github.com/copiousfreetime/#{ This.name }"
7
+ This.homepage = "https://github.com/copiousfreetime/#{ This.name }"
8
8
 
9
9
  This.ruby_gemspec do |spec|
10
- spec.add_dependency( 'addressable', '~> 2.7')
10
+ spec.add_dependency( 'addressable', '~> 2.8')
11
11
 
12
12
  spec.add_development_dependency( 'rake' , '~> 13.0')
13
- spec.add_development_dependency( 'minitest' , '~> 5.14' )
14
- spec.add_development_dependency( 'rdoc' , '~> 6.2' )
15
- spec.add_development_dependency( 'simplecov', '~> 0.18' )
13
+ spec.add_development_dependency( 'minitest' , '~> 5.15' )
14
+ spec.add_development_dependency( 'rdoc' , '~> 6.4' )
15
+ spec.add_development_dependency( 'simplecov', '~> 0.21' )
16
16
 
17
17
  spec.licenses = ['ISC']
18
18
 
@@ -64,12 +64,12 @@ class Launchy::Application
64
64
  end
65
65
 
66
66
  def cmd_and_args( uri, options = {} )
67
- cmd = browser_cmdline
67
+ cmd = browser_cmdline.to_s
68
68
  args = [ uri.to_s ]
69
69
  if cmd =~ /%s/ then
70
70
  cmd.gsub!( /%s/, args.shift )
71
71
  end
72
- return [cmd, args]
72
+ [cmd, args]
73
73
  end
74
74
 
75
75
  # final assembly of the command and do %s substitution
@@ -1,5 +1,5 @@
1
1
  module Launchy
2
- VERSION = "2.5.0"
2
+ VERSION = "2.5.2"
3
3
 
4
4
  module Version
5
5
 
@@ -13,22 +13,17 @@ describe Launchy::Application::Browser do
13
13
  ENV.delete( 'BROWSER' )
14
14
  end
15
15
 
16
- { 'windows' => 'start "launchy" /b' ,
17
- 'darwin' => [ '/usr/bin/open', '/bin/open' ], # because running tests on linux
18
- 'cygwin' => 'cmd /C start "launchy" /b',
19
- 'linux' => [nil, "xdg-open"], # because running tests on linux
20
- }.each do |host_os, expected|
21
- it "when host_os is '#{host_os}' the appropriate 'app_list' method is called" do
16
+ { 'windows' => 'windows_app_list',
17
+ 'darwin' => 'darwin_app_list',
18
+ 'cygwin' => 'cygwin_app_list',
19
+ 'linux' => 'nix_app_list',
20
+ }.each do |host_os, called_method|
21
+ it "when host_os is '#{host_os}' the '#{called_method}' method is called" do
22
22
  Launchy.host_os = host_os
23
23
  browser = Launchy::Application::Browser.new
24
-
25
- item = browser.app_list.first
26
- item = item.to_s if item.kind_of?(::Launchy::Argv)
27
- case expected
28
- when Array
29
- _(expected).must_include item
30
- when String
31
- _(item).must_equal expected
24
+ browser.stub(called_method, [:called_me]) do
25
+ item = browser.app_list.first
26
+ _(item).must_equal :called_me
32
27
  end
33
28
  end
34
29
  end
data/spec/cli_spec.rb CHANGED
@@ -45,14 +45,14 @@ describe Launchy::Cli do
45
45
 
46
46
  it "leaves the url on argv after parsing" do
47
47
  l = Launchy::Cli.new
48
- argv = %w[ --debug --dry-run http://github.com/copiousfreetime/launchy ]
48
+ argv = %w[ --debug --dry-run https://github.com/copiousfreetime/launchy ]
49
49
  l.parse( argv , {} )
50
50
  _(argv.size).must_equal 1
51
- _(argv[0]).must_equal "http://github.com/copiousfreetime/launchy"
51
+ _(argv[0]).must_equal "https://github.com/copiousfreetime/launchy"
52
52
  end
53
53
 
54
54
  it "prints the command on stdout when using --dry-run" do
55
- argv = %w[ --debug --dry-run http://github.com/copiousfreetime/launchy ]
55
+ argv = %w[ --debug --dry-run https://github.com/copiousfreetime/launchy ]
56
56
  Launchy::Cli.new.good_run( argv, {} )
57
57
  _($stdout.string).must_match %r[github.com]
58
58
  end
@@ -62,12 +62,12 @@ describe Launchy::Cli do
62
62
  '--engine' => [ :ruby_engine, 'rbx'],
63
63
  '--host-os' => [ :host_os, 'cygwin'] }.each_pair do |opt, val|
64
64
  it "the commandline option #{opt} sets the program option #{val[0]}" do
65
- argv = [ opt, val[1], "http://github.com/copiousfreetime/launchy" ]
65
+ argv = [ opt, val[1], "https://github.com/copiousfreetime/launchy" ]
66
66
  l = Launchy::Cli.new
67
67
  rc = l.parse( argv, {} )
68
68
  _(rc).must_equal true
69
69
  _(argv.size).must_equal 1
70
- _(argv[0]).must_equal "http://github.com/copiousfreetime/launchy"
70
+ _(argv[0]).must_equal "https://github.com/copiousfreetime/launchy"
71
71
  _(l.options[val[0]]).must_equal val[1]
72
72
  end
73
73
  end
@@ -90,12 +90,12 @@ describe Launchy::Detect::Runner do
90
90
 
91
91
  it "does not escape %38 items in urls" do
92
92
  l = Launchy::Detect::Runner::Forkable.new
93
- cmd = l.dry_run( "not-really", [ "http://ja.wikipedia.org/wiki/%E3%81%82" ] )
94
- _(cmd).must_equal( 'not-really http://ja.wikipedia.org/wiki/%E3%81%82' )
93
+ cmd = l.dry_run( "not-really", [ "https://ja.wikipedia.org/wiki/%E3%81%82" ] )
94
+ _(cmd).must_equal( 'not-really https://ja.wikipedia.org/wiki/%E3%81%82' )
95
95
  end
96
96
 
97
97
  it "can launch a utf8 url" do
98
- url = "http://ja.wikipedia.org/wiki/あ"
98
+ url = "https://ja.wikipedia.org/wiki/あ"
99
99
  l = Launchy::Detect::Runner::Forkable.new
100
100
  cmd = l.dry_run( "not-really", [ url ] )
101
101
  _(cmd).must_equal( "not-really #{url}" )
data/tasks/default.rake CHANGED
@@ -213,19 +213,19 @@ end
213
213
  # Release - the steps we go through to do a final release, this is pulled from
214
214
  # a compbination of mojombo's rakegem, hoe and hoe-git
215
215
  #
216
- # 1) make sure we are on the master branch
216
+ # 1) make sure we are on the main branch
217
217
  # 2) make sure there are no uncommitted items
218
218
  # 3) check the manifest and make sure all looks good
219
219
  # 4) build the gem
220
220
  # 5) do an empty commit to have the commit message of the version
221
221
  # 6) tag that commit as the version
222
- # 7) push master
222
+ # 7) push main
223
223
  # 8) push the tag
224
224
  # 7) pus the gem
225
225
  #------------------------------------------------------------------------------
226
226
  task :release_check do
227
- unless `git branch` =~ /^\* master$/
228
- abort "You must be on the master branch to release!"
227
+ unless `git branch` =~ /^\* main$/
228
+ abort "You must be on the main branch to release!"
229
229
  end
230
230
  unless `git status` =~ /^nothing to commit/m
231
231
  abort "Nope, sorry, you have unfinished business"
@@ -236,7 +236,7 @@ desc "Create tag v#{This.version}, build and push #{This.platform_gemspec.full_n
236
236
  task :release => [ :release_check, 'manifest:check', :gem ] do
237
237
  sh "git commit --allow-empty -a -m 'Release #{This.version}'"
238
238
  sh "git tag -a -m 'v#{This.version}' v#{This.version}"
239
- sh "git push origin master"
239
+ sh "git push origin main"
240
240
  sh "git push origin v#{This.version}"
241
241
  sh "gem push pkg/#{This.platform_gemspec.full_name}.gem"
242
242
  end
data/tasks/this.rb CHANGED
@@ -146,7 +146,7 @@ class ThisProject
146
146
  spec.rdoc_options = [ "--main" , 'README.md',
147
147
  "--markup", "tomdoc" ]
148
148
 
149
- spec.required_ruby_version = '>= 2.4.0'
149
+ spec.required_ruby_version = '>= 2.3.0'
150
150
  end
151
151
  end
152
152
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: launchy
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Hinegardner
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-28 00:00:00.000000000 Z
11
+ date: 2022-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.7'
19
+ version: '2.8'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '2.7'
26
+ version: '2.8'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -44,42 +44,42 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '5.14'
47
+ version: '5.15'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '5.14'
54
+ version: '5.15'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rdoc
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '6.2'
61
+ version: '6.4'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '6.2'
68
+ version: '6.4'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: simplecov
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0.18'
75
+ version: '0.21'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '0.18'
82
+ version: '0.21'
83
83
  description: Launchy is helper class for launching cross-platform applications in
84
84
  a fire and forget manner. There are application concepts (browser, email client,
85
85
  etc) that are common across all platforms, and they may be launched differently
@@ -133,7 +133,7 @@ files:
133
133
  - spec/version_spec.rb
134
134
  - tasks/default.rake
135
135
  - tasks/this.rb
136
- homepage: http://github.com/copiousfreetime/launchy
136
+ homepage: https://github.com/copiousfreetime/launchy
137
137
  licenses:
138
138
  - ISC
139
139
  metadata:
@@ -141,7 +141,7 @@ metadata:
141
141
  changelog_uri: https://github.com/copiousfreetime/launchy/blob/master/README.md
142
142
  homepage_uri: https://github.com/copiousfreetime/launchy
143
143
  source_code_uri: https://github.com/copiousfreetime/launchy
144
- post_install_message:
144
+ post_install_message:
145
145
  rdoc_options:
146
146
  - "--main"
147
147
  - README.md
@@ -153,15 +153,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
153
153
  requirements:
154
154
  - - ">="
155
155
  - !ruby/object:Gem::Version
156
- version: 2.4.0
156
+ version: 2.3.0
157
157
  required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  requirements:
159
159
  - - ">="
160
160
  - !ruby/object:Gem::Version
161
161
  version: '0'
162
162
  requirements: []
163
- rubygems_version: 3.0.3
164
- signing_key:
163
+ rubygems_version: 3.3.26
164
+ signing_key:
165
165
  specification_version: 4
166
166
  summary: Launchy is helper class for launching cross-platform applications in a fire
167
167
  and forget manner.