piston 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/piston/cli.rb +1 -1
  3. metadata +2 -2
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
+ :patch: 2
2
3
  :major: 2
3
4
  :minor: 0
4
- :patch: 1
data/lib/piston/cli.rb CHANGED
@@ -63,7 +63,7 @@ module Piston
63
63
  end
64
64
 
65
65
  configure_logging(options)
66
- command = Piston::Commands.const_get(args.shift.classify).new(options)
66
+ command = Piston::Commands.const_get(args.shift.camelize).new(options)
67
67
  command.start(*args)
68
68
  end
69
69
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: piston
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francois Beausoleil
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-01 00:00:00 -04:00
12
+ date: 2009-04-07 00:00:00 -04:00
13
13
  default_executable: piston
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency