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 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
@@ -114,6 +114,7 @@ module Volley
114
114
  rescue => e
115
115
  Volley::Log.error "error: #{e} #{e.message} at #{e.backtrace.first}"
116
116
  Volley::Log.debug e
117
+ exit 1
117
118
  end
118
119
  end
119
120
  end
@@ -3,7 +3,7 @@ unless defined?(Volley::Version)
3
3
  module Version
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- TINY = 12
6
+ TINY = 13
7
7
  TAG = nil
8
8
  STRING = [MAJOR, MINOR, TINY, TAG].compact.join('.')
9
9
  end
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.12
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-09-25 00:00:00.000000000 Z
12
+ date: 2012-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: clamp