version_info 0.5.0 → 0.5.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.
@@ -21,7 +21,7 @@ module VersionInfo
21
21
  end
22
22
 
23
23
  VersionInfo.segments.each do |sgm|
24
- desc "Bumps version segment #{sgm.upcase}"
24
+ desc "Bumps version segment #{sgm.to_s.upcase}"
25
25
  task sgm.to_sym do
26
26
  VERSION.bump(sgm)
27
27
  puts "version changed to #{VERSION.tag}"
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  major: 0
3
3
  minor: 5
4
- patch: 0
4
+ patch: 1
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 0
9
- version: 0.5.0
8
+ - 1
9
+ version: 0.5.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jorge L. Cangas
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-04 00:00:00 +01:00
17
+ date: 2011-01-05 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency