print_version 0.3.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/print_version/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9267c5e29f0b29b54b9c3c3eca6edf9cae0b13e0c91ffb53549160b12b3aabbb
|
4
|
+
data.tar.gz: b8cc9fe018b9903124f6dcf67b1e4b615644da619879d75ef4a465d9dd911b7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72b598352c93cc8c525be9a335d132c62dd8dbe78e345d7a3a5b602299f695d8f639d85852989ac310c565921dc62e1adeb66075253d6e448e51238d77af7b3a
|
7
|
+
data.tar.gz: 95c2871c80c18c1c1ad45db0072194949a4f4cdca8f5837222cada8acb55934515f2ae35548907e3e25986d08e2ec810ddfbb09d90a6709fd1b0ef92df2c0a03
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: print_version
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Rodríguez
|
@@ -44,7 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
46
|
requirements: []
|
47
|
-
rubygems_version: 3.
|
47
|
+
rubygems_version: 3.6.2
|
48
48
|
specification_version: 4
|
49
49
|
summary: Prints its own version when required
|
50
50
|
test_files: []
|