print_version 0.3.0 → 0.5.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/print_version/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60b07d4815a44d07a78a11328a044a3191593fc25d6a88584e579146f1b6ffe0
4
- data.tar.gz: 2b76b36430be125f2a30f34183ec00980e1e8ff46bcec99c2fdc8ae3dc05f19d
3
+ metadata.gz: 9267c5e29f0b29b54b9c3c3eca6edf9cae0b13e0c91ffb53549160b12b3aabbb
4
+ data.tar.gz: b8cc9fe018b9903124f6dcf67b1e4b615644da619879d75ef4a465d9dd911b7c
5
5
  SHA512:
6
- metadata.gz: 864a16ef929af929c6582afdcd389eca24d4c13685b9bdab03123dcdb6ac66540ec7574042777be64abe67fe09842f8544ff8de1dee75a3938f2b104f4ea942c
7
- data.tar.gz: f0f94fda73133e9e2c2d314feacb6388420bf2093c04d59269f0c3303a9524611cc631528bee9e40b48c6e2a9074b26e74cdb6d4501f370b340ffc98eaf6ba62
6
+ metadata.gz: 72b598352c93cc8c525be9a335d132c62dd8dbe78e345d7a3a5b602299f695d8f639d85852989ac310c565921dc62e1adeb66075253d6e448e51238d77af7b3a
7
+ data.tar.gz: 95c2871c80c18c1c1ad45db0072194949a4f4cdca8f5837222cada8acb55934515f2ae35548907e3e25986d08e2ec810ddfbb09d90a6709fd1b0ef92df2c0a03
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PrintVersion
4
- VERSION = "0.3.0"
4
+ VERSION = "0.5.0"
5
5
  end
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.3.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.7.0.dev
47
+ rubygems_version: 3.6.2
48
48
  specification_version: 4
49
49
  summary: Prints its own version when required
50
50
  test_files: []