opn 1.0.55 → 1.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of opn might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/lib/opn/version/version.rb +2 -2
- data/opn.gemspec +4 -3
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14444c3f7a10f73712939f8f2c0fc53e83a21f318e2a56369e466836a4c136d4
|
4
|
+
data.tar.gz: af8b3bb63e83eede765614133babeaefe5d8028db587ea211d4a211e446a9486
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30a7f10a66d91bd299dbb02907b436dc727c40cc0b3d1bbf1c564a70a28001db05bddc1fcd9f52d1e3b6b7ad0ef7c74283be33e0480f712e29ce0e6fb7b916d2
|
7
|
+
data.tar.gz: 0a6fcbe9bc9c8d171894e6adeef0ff447e7c3cfc90c5b59418bd5c95972fb2c816d9cd72bdfafc0af5ae9a43d960c24958cfece5e2fa4f894bb7bfb3712cf2b9
|
data/lib/opn/version/version.rb
CHANGED
@@ -7,11 +7,11 @@ module Opn
|
|
7
7
|
# ========================================================================= #
|
8
8
|
# === VERSION
|
9
9
|
# ========================================================================= #
|
10
|
-
VERSION = '1.0.
|
10
|
+
VERSION = '1.0.56'
|
11
11
|
|
12
12
|
# ========================================================================= #
|
13
13
|
# === LAST_UPDATE
|
14
14
|
# ========================================================================= #
|
15
|
-
LAST_UPDATE = '
|
15
|
+
LAST_UPDATE = '07.06.2021'
|
16
16
|
|
17
17
|
end
|
data/opn.gemspec
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
# =========================================================================== #
|
4
4
|
require 'opn/version/version.rb'
|
5
5
|
require 'roebe/toplevel_methods/misc.rb'
|
6
|
+
require 'roebe'
|
6
7
|
|
7
8
|
Gem::Specification.new { |s|
|
8
9
|
|
@@ -58,10 +59,10 @@ Gem::Specification.new { |s|
|
|
58
59
|
s.extra_rdoc_files = %w()
|
59
60
|
|
60
61
|
s.authors = ['Robert A. Heiler']
|
61
|
-
s.email =
|
62
|
+
s.email = Roebe.email?
|
62
63
|
s.files = Dir['**/*']
|
63
|
-
s.license = '
|
64
|
-
s.homepage = '
|
64
|
+
s.license = 'MIT'
|
65
|
+
s.homepage = 'https://rubygems.org/gems/opn'
|
65
66
|
|
66
67
|
s.required_ruby_version = '>= '+Roebe.second_most_stable_version_of_ruby
|
67
68
|
s.required_rubygems_version = '>= '+Gem::VERSION
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.56
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert A. Heiler
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2+
|
14
14
|
|
@@ -30,7 +30,7 @@ description: |2+
|
|
30
30
|
Version 1.0.2 now has a proper module, called Opn,
|
31
31
|
and Opn has only one method called opn().
|
32
32
|
|
33
|
-
email:
|
33
|
+
email: shevy@inbox.lt
|
34
34
|
executables: []
|
35
35
|
extensions: []
|
36
36
|
extra_rdoc_files: []
|
@@ -42,9 +42,9 @@ files:
|
|
42
42
|
- lib/opn/version/version.rb
|
43
43
|
- opn.gemspec
|
44
44
|
- test/testing_opn.rb
|
45
|
-
homepage:
|
45
|
+
homepage: https://rubygems.org/gems/opn
|
46
46
|
licenses:
|
47
|
-
-
|
47
|
+
- MIT
|
48
48
|
metadata: {}
|
49
49
|
post_install_message:
|
50
50
|
rdoc_options: []
|
@@ -59,9 +59,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
59
|
requirements:
|
60
60
|
- - ">="
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: 3.2.
|
62
|
+
version: 3.2.19
|
63
63
|
requirements: []
|
64
|
-
rubygems_version: 3.2.
|
64
|
+
rubygems_version: 3.2.19
|
65
65
|
signing_key:
|
66
66
|
specification_version: 4
|
67
67
|
summary: This library is called opn. It will simply output the name of the class.
|