version_info 0.5.2 → 0.5.3

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.
@@ -26,7 +26,7 @@ module VersionInfo
26
26
  desc "Bumps version segment #{sgm.to_s.upcase}"
27
27
  task sgm.to_sym do
28
28
  target::VERSION.bump(sgm)
29
- puts "version changed to #{VERSION.tag}"
29
+ puts "version changed to #{target::VERSION}"
30
30
  target::VERSION.save
31
31
  end
32
32
  end
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  major: 0
3
3
  minor: 5
4
- patch: 2
4
+ patch: 3
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 2
9
- version: 0.5.2
8
+ - 3
9
+ version: 0.5.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jorge L. Cangas