racker 0.1.1 → 0.1.2

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
@@ -1,3 +1,7 @@
1
+ ## 0.1.2 (2014-03-11)
2
+
3
+ * Fix quiet option cli setting
4
+
1
5
  ## 0.1.1 (2014-03-06)
2
6
 
3
7
  New Features:
data/lib/racker/cli.rb CHANGED
@@ -92,7 +92,7 @@ module Racker
92
92
  end
93
93
 
94
94
  opts.on('-q', '--quiet', 'Disable unnecessary output') do |v|
95
- options[:quiet] = v || '~~'
95
+ options[:quiet] = true
96
96
  end
97
97
 
98
98
  opts.on_tail('-h', '--help', 'Show this message') do
@@ -5,7 +5,7 @@ module Racker
5
5
  module Version
6
6
  MAJOR = 0
7
7
  MINOR = 1
8
- PATCH = 1
8
+ PATCH = 2
9
9
  BUILD = nil
10
10
 
11
11
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: racker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
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: 2014-03-06 00:00:00.000000000 Z
12
+ date: 2014-03-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: multi_json
@@ -319,7 +319,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
319
319
  version: '0'
320
320
  segments:
321
321
  - 0
322
- hash: 3813436931022595451
322
+ hash: -2837770476605616130
323
323
  requirements: []
324
324
  rubyforge_project:
325
325
  rubygems_version: 1.8.23