version_info 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -111,7 +111,7 @@ using the segment names, expecting their values are numbers:
111
111
  @tag_format ||= VersionInfo.segments.map { |k| "%<#{k}>d"}.join('.')
112
112
  end
113
113
 
114
- So tag_format return some like "%<major>d.%<minor>d%<patch>d".
114
+ So tag_format return some like "%\<major\>d.%\<minor\>d%\<patch\>d".
115
115
 
116
116
  If your VersionInfo yaml file is like:
117
117
 
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  major: 1
3
3
  minor: 1
4
- patch: 0
4
+ patch: 1
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: version_info
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.0
5
+ version: 1.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jorge L. Cangas