engineyard 2.2.0.rc1 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  module EY
2
- VERSION = '2.2.0.rc1'
3
- ENGINEYARD_SERVERSIDE_VERSION = ENV['ENGINEYARD_SERVERSIDE_VERSION'] || '2.2.0.rc2'
2
+ VERSION = '2.2.0'
3
+ ENGINEYARD_SERVERSIDE_VERSION = ENV['ENGINEYARD_SERVERSIDE_VERSION'] || '2.2.0'
4
4
  end
@@ -7,7 +7,7 @@ describe EY::DeployConfig::Migrate do
7
7
  @parent = EY::Config.new(@tempfile.path)
8
8
  @ui = EY::CLI::UI.new
9
9
  EY::CLI::UI::Prompter.enable_mock!
10
- @repo = mock('repo')
10
+ @repo = double('repo')
11
11
  end
12
12
 
13
13
  after do
@@ -62,7 +62,7 @@ describe "ey deploy" do
62
62
  context "without ssh keys (with ssh enabled)" do
63
63
  before do
64
64
  ENV.delete('NO_SSH')
65
- Net::SSH.stub!(:start).and_raise(Net::SSH::AuthenticationFailed.new("no key"))
65
+ Net::SSH.stub(:start).and_raise(Net::SSH::AuthenticationFailed.new("no key"))
66
66
  end
67
67
 
68
68
  after do
@@ -95,7 +95,7 @@ shared_examples_for "it takes an environment name and an account name" do
95
95
  context "when the backend raises an error" do
96
96
  before do
97
97
  # FIXME, cloud-client needs to provide an API for making responses raise
98
- EY::CLI::API.stub!(:new).and_raise(EY::CloudClient::RequestFailed.new("Error: Important infos"))
98
+ EY::CLI::API.stub(:new).and_raise(EY::CloudClient::RequestFailed.new("Error: Important infos"))
99
99
  end
100
100
 
101
101
  it "returns the error message to the user" do
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0.rc1
5
- prerelease: 6
4
+ version: 2.2.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Engine Yard Cloud Team
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-11 00:00:00.000000000 Z
12
+ date: 2013-07-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
@@ -424,12 +424,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
424
424
  - - ! '>='
425
425
  - !ruby/object:Gem::Version
426
426
  version: '0'
427
+ segments:
428
+ - 0
429
+ hash: -3067417735493563278
427
430
  required_rubygems_version: !ruby/object:Gem::Requirement
428
431
  none: false
429
432
  requirements:
430
- - - ! '>'
433
+ - - ! '>='
431
434
  - !ruby/object:Gem::Version
432
- version: 1.3.1
435
+ version: '0'
436
+ segments:
437
+ - 0
438
+ hash: -3067417735493563278
433
439
  requirements: []
434
440
  rubyforge_project:
435
441
  rubygems_version: 1.8.25