engineyard 0.2.10 → 0.2.11

Sign up to get free protection for your applications and to get access to all the features.
data/lib/engineyard.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module EY
2
- VERSION = "0.2.10"
2
+ VERSION = "0.2.11"
3
3
 
4
4
  autoload :Account, 'engineyard/account'
5
5
  autoload :API, 'engineyard/api'
@@ -4,7 +4,7 @@ require 'engineyard/cli/error'
4
4
 
5
5
  module EY
6
6
  class CLI < Thor
7
- EYSD_VERSION = "~>0.2.5"
7
+ EYSD_VERSION = "~>0.2.6"
8
8
 
9
9
  autoload :API, 'engineyard/cli/api'
10
10
  autoload :UI, 'engineyard/cli/ui'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 10
10
- version: 0.2.10
9
+ - 11
10
+ version: 0.2.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - EY Cloud Team