engineyard 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/engineyard.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module EY
2
2
  require 'engineyard/ruby_ext'
3
3
 
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
 
6
6
  autoload :Account, 'engineyard/account'
7
7
  autoload :API, 'engineyard/api'
@@ -5,7 +5,7 @@ module EY
5
5
  class Deploy
6
6
  extend Util
7
7
 
8
- EYSD_VERSION = "~>0.3.0"
8
+ EYSD_VERSION = "~>0.3.1"
9
9
 
10
10
  def self.call(env_name, branch, options)
11
11
  env_name ||= EY.config.default_environment
@@ -91,7 +91,7 @@ module EY
91
91
  def version
92
92
  EY.ui.say %{engineyard version #{EY::VERSION}}
93
93
  end
94
- map "-v" => :version
94
+ map ["-v", "--version"] => :version
95
95
 
96
96
  private
97
97
  def account
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - EY Cloud Team
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-12 00:00:00 -07:00
17
+ date: 2010-05-18 00:00:00 -07:00
18
18
  default_executable: ey
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency