capricorn 0.2.08 → 0.2.09

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/capricorn/apps/server.rb +1 -1
  2. metadata +1 -1
@@ -56,7 +56,7 @@ module Capricorn
56
56
 
57
57
  desc "gupdate", 'update the gems'
58
58
  method_options :token => :optional
59
- def update
59
+ def gupdate
60
60
  Capricorn.client(options[:token]).update_gems
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capricorn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.08
4
+ version: 0.2.09
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Menke