version_info 0.6.0 → 0.6.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.
@@ -25,7 +25,7 @@ module VersionInfo
25
25
  desc "Show current version tag and create version_info.yml if missing"
26
26
  task :show do
27
27
  puts target::VERSION.tag
28
- target::VERSION.save unless File.exist?(target::VERSION.class.file_name)
28
+ target::VERSION.save unless File.exist?(target::VERSION.file_name)
29
29
  end
30
30
 
31
31
  VersionInfo.segments.each do |sgm|
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  major: 0
3
3
  minor: 6
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
  - 6
8
- - 0
9
- version: 0.6.0
8
+ - 1
9
+ version: 0.6.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jorge L. Cangas