inspectbang 1.2.0 → 1.2.1
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.
- checksums.yaml +5 -5
- data/LICENSE.txt +1 -6
- data/inspectbang.gemspec +4 -4
- metadata +6 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 8ac10b0c7bdb0666dd27eb1fca98c66f2a6f8b3202ba1e9cfafe29e282004ff0
|
|
4
|
+
data.tar.gz: 90350b0c74ea48b1aa58ce0a927215bc5706f8d8336447943c033afc7432e576
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9215c2fb0270a0b7f1ff8792a7a48bf31ba4c97d5562c962b6e8139a42b27aa83fc4c8e29cd2b4daadb52e6f01fbe49d4e76eace784808619055cd7bde9a8050
|
|
7
|
+
data.tar.gz: 2c7de5cd77097179953dfb5ffe93f35aa83ce1cf213ce9198784e6e5b3dfaa8bbbdc2d1f0ef29061482d430e65901f37d0d3712f84a8be3c24c83da931f5a844
|
data/LICENSE.txt
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
Copyright (c) TIMCRAFT
|
|
1
|
+
Copyright (c) 2012-2026 TIMCRAFT
|
|
2
2
|
|
|
3
3
|
This is an Open Source project licensed under the terms of the LGPLv3 license.
|
|
4
4
|
Please see <http://www.gnu.org/licenses/lgpl-3.0.html> for license text.
|
|
5
|
-
|
|
6
|
-
This code is distributed in the hope that it will be useful,
|
|
7
|
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
8
|
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
9
|
-
GNU Lesser General Public License for more details.
|
data/inspectbang.gemspec
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'inspectbang'
|
|
3
|
-
s.version = '1.2.
|
|
3
|
+
s.version = '1.2.1'
|
|
4
4
|
s.license = 'LGPL-3.0'
|
|
5
5
|
s.platform = Gem::Platform::RUBY
|
|
6
6
|
s.authors = ['Tim Craft']
|
|
7
|
-
s.email = ['
|
|
8
|
-
s.homepage = '
|
|
7
|
+
s.email = ['email@timcraft.com']
|
|
8
|
+
s.homepage = 'https://rubygems.org/gems/inspectbang'
|
|
9
9
|
s.description = 'Inspect with a bang!'
|
|
10
|
-
s.summary = '
|
|
10
|
+
s.summary = 'Inspect with a bang!'
|
|
11
11
|
s.files = %w(lib/inspectbang.rb LICENSE.txt README.md inspectbang.gemspec)
|
|
12
12
|
s.required_ruby_version = '>= 1.9.3'
|
|
13
13
|
s.require_path = 'lib'
|
metadata
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inspectbang
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Craft
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies: []
|
|
13
12
|
description: Inspect with a bang!
|
|
14
13
|
email:
|
|
15
|
-
-
|
|
14
|
+
- email@timcraft.com
|
|
16
15
|
executables: []
|
|
17
16
|
extensions: []
|
|
18
17
|
extra_rdoc_files: []
|
|
@@ -21,11 +20,10 @@ files:
|
|
|
21
20
|
- README.md
|
|
22
21
|
- inspectbang.gemspec
|
|
23
22
|
- lib/inspectbang.rb
|
|
24
|
-
homepage:
|
|
23
|
+
homepage: https://rubygems.org/gems/inspectbang
|
|
25
24
|
licenses:
|
|
26
25
|
- LGPL-3.0
|
|
27
26
|
metadata: {}
|
|
28
|
-
post_install_message:
|
|
29
27
|
rdoc_options: []
|
|
30
28
|
require_paths:
|
|
31
29
|
- lib
|
|
@@ -40,9 +38,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
40
38
|
- !ruby/object:Gem::Version
|
|
41
39
|
version: '0'
|
|
42
40
|
requirements: []
|
|
43
|
-
|
|
44
|
-
rubygems_version: 2.6.11
|
|
45
|
-
signing_key:
|
|
41
|
+
rubygems_version: 4.0.6
|
|
46
42
|
specification_version: 4
|
|
47
|
-
summary:
|
|
43
|
+
summary: Inspect with a bang!
|
|
48
44
|
test_files: []
|