volley 0.1.12 → 0.1.13
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/CHANGELOG.md +4 -0
- data/bin/volley +1 -0
- data/lib/volley/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG.md
CHANGED
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
* bug fixes, meta and published plan work
|
|
35
35
|
|
|
36
36
|
## v0.1.2:
|
|
37
|
+
* awesome_print dependency, since I keep using it and leaving it in
|
|
37
38
|
* remove debug message
|
|
38
39
|
* fix depcrated config for Yell
|
|
39
40
|
* merge problem
|
|
@@ -54,6 +55,9 @@
|
|
|
54
55
|
* add volley:published plan, show all published artifacts (used by jenkins for selecting version to deploy)
|
|
55
56
|
* add version_data method to publisher, primarily to have access to modified time for sorting
|
|
56
57
|
|
|
58
|
+
## v0.1.12:
|
|
59
|
+
* awesome_print dependency, since I keep using it and leaving it in
|
|
60
|
+
|
|
57
61
|
## v0.1.11:
|
|
58
62
|
* remove debug message
|
|
59
63
|
* fix depcrated config for Yell
|
data/bin/volley
CHANGED
data/lib/volley/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: volley
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.13
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-10-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: clamp
|