volley 0.1.10 → 0.1.11
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 +34 -0
- data/bin/volley +1 -0
- data/lib/volley/dsl/project.rb +0 -1
- data/lib/volley/log.rb +1 -1
- data/lib/volley/version.rb +1 -1
- metadata +1 -1
data/CHANGELOG.md
CHANGED
@@ -34,6 +34,40 @@
|
|
34
34
|
* bug fixes, meta and published plan work
|
35
35
|
|
36
36
|
## v0.1.2:
|
37
|
+
* fix bug with argument handling, related to docopt changes
|
38
|
+
* documentation
|
39
|
+
* remove dependency on awesome_print and debug statements. fail me.
|
40
|
+
* more docopt fixes
|
41
|
+
* handle docopt exit for --version
|
42
|
+
* update to use newest docopt version
|
43
|
+
* working on getting 'auto' source working
|
44
|
+
* add better support for plan#stop
|
45
|
+
* fix bugs in volley plans
|
46
|
+
* remove dependencies and references to awesome_print
|
47
|
+
* action#stop should delegate to plan#stop
|
48
|
+
* fix problem with expand path throwing errors when HOME environment variable is not set
|
49
|
+
* fix problem with volley:meta when the meta file doesn't exist
|
50
|
+
* add -q --quiet option to CLI (bumps log level to warn)
|
51
|
+
* add volley:published plan, show all published artifacts (used by jenkins for selecting version to deploy)
|
52
|
+
* add version_data method to publisher, primarily to have access to modified time for sorting
|
53
|
+
|
54
|
+
## v0.1.10:
|
55
|
+
* fix bug with argument handling, related to docopt changes
|
56
|
+
* documentation
|
57
|
+
* remove dependency on awesome_print and debug statements. fail me.
|
58
|
+
* more docopt fixes
|
59
|
+
* handle docopt exit for --version
|
60
|
+
* update to use newest docopt version
|
61
|
+
* working on getting 'auto' source working
|
62
|
+
* add better support for plan#stop
|
63
|
+
* fix bugs in volley plans
|
64
|
+
* remove dependencies and references to awesome_print
|
65
|
+
* action#stop should delegate to plan#stop
|
66
|
+
* fix problem with expand path throwing errors when HOME environment variable is not set
|
67
|
+
* fix problem with volley:meta when the meta file doesn't exist
|
68
|
+
* add -q --quiet option to CLI (bumps log level to warn)
|
69
|
+
* add volley:published plan, show all published artifacts (used by jenkins for selecting version to deploy)
|
70
|
+
* add version_data method to publisher, primarily to have access to modified time for sorting
|
37
71
|
* add code to generate changelog
|
38
72
|
* attempting to publish a duplicate artifact shouldn't throw an error
|
39
73
|
* properly support force=true argument
|
data/bin/volley
CHANGED
data/lib/volley/dsl/project.rb
CHANGED
data/lib/volley/log.rb
CHANGED
data/lib/volley/version.rb
CHANGED