version_info 0.6.3 → 0.6.4
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.
- data/README.md +1 -1
- data/lib/version_info/version_info.yml +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -71,7 +71,7 @@ Note the other (lower) segments are reset to 0 after bump.
|
|
|
71
71
|
|
|
72
72
|
Put in your rake file:
|
|
73
73
|
|
|
74
|
-
VersionInfo::Tasks.install(MyProject) # pass here the thing where you included VersionInfo
|
|
74
|
+
VersionInfo::Tasks.install(:class => MyProject) # pass here the thing where you included VersionInfo
|
|
75
75
|
|
|
76
76
|
And you get a few tasks with a namespace vinfo:
|
|
77
77
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 6
|
|
8
|
-
-
|
|
9
|
-
version: 0.6.
|
|
8
|
+
- 4
|
|
9
|
+
version: 0.6.4
|
|
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-
|
|
17
|
+
date: 2011-01-11 00:00:00 +01:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|