volley 0.1.11 → 0.1.12
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 +11 -0
- data/lib/volley/version.rb +2 -2
- data/volley.gemspec +1 -0
- metadata +18 -2
data/CHANGELOG.md
CHANGED
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
* bug fixes, meta and published plan work
|
|
35
35
|
|
|
36
36
|
## v0.1.2:
|
|
37
|
+
* remove debug message
|
|
38
|
+
* fix depcrated config for Yell
|
|
39
|
+
* merge problem
|
|
37
40
|
* fix bug with argument handling, related to docopt changes
|
|
38
41
|
* documentation
|
|
39
42
|
* remove dependency on awesome_print and debug statements. fail me.
|
|
@@ -51,6 +54,14 @@
|
|
|
51
54
|
* add volley:published plan, show all published artifacts (used by jenkins for selecting version to deploy)
|
|
52
55
|
* add version_data method to publisher, primarily to have access to modified time for sorting
|
|
53
56
|
|
|
57
|
+
## v0.1.11:
|
|
58
|
+
* remove debug message
|
|
59
|
+
* fix depcrated config for Yell
|
|
60
|
+
* merge problem
|
|
61
|
+
* more docopt fixes
|
|
62
|
+
* handle docopt exit for --version
|
|
63
|
+
* update to use newest docopt version
|
|
64
|
+
|
|
54
65
|
## v0.1.10:
|
|
55
66
|
* fix bug with argument handling, related to docopt changes
|
|
56
67
|
* documentation
|
data/lib/volley/version.rb
CHANGED
data/volley.gemspec
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.12
|
|
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-09-
|
|
12
|
+
date: 2012-09-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: clamp
|
|
@@ -123,6 +123,22 @@ dependencies:
|
|
|
123
123
|
- - ! '>='
|
|
124
124
|
- !ruby/object:Gem::Version
|
|
125
125
|
version: '0'
|
|
126
|
+
- !ruby/object:Gem::Dependency
|
|
127
|
+
name: awesome_print
|
|
128
|
+
requirement: !ruby/object:Gem::Requirement
|
|
129
|
+
none: false
|
|
130
|
+
requirements:
|
|
131
|
+
- - ! '>='
|
|
132
|
+
- !ruby/object:Gem::Version
|
|
133
|
+
version: '0'
|
|
134
|
+
type: :runtime
|
|
135
|
+
prerelease: false
|
|
136
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
137
|
+
none: false
|
|
138
|
+
requirements:
|
|
139
|
+
- - ! '>='
|
|
140
|
+
- !ruby/object:Gem::Version
|
|
141
|
+
version: '0'
|
|
126
142
|
description: PubSub Deployment tool
|
|
127
143
|
email:
|
|
128
144
|
- scatanzarite@gmail.com
|