engineyard 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/LICENSE CHANGED
@@ -1,20 +1,3 @@
1
1
  Copyright (c) 2010 Engine Yard, Inc
2
2
 
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3
+ All rights reserved.
@@ -3,7 +3,7 @@ require 'escape'
3
3
  module EY
4
4
  module Model
5
5
  class Instance < ApiStruct.new(:id, :role, :name, :status, :amazon_id, :public_hostname, :environment)
6
- EYDEPLOY_VERSION = ENV["EY_DEPLOY_VERSION"] || "1.1.0"
6
+ EYDEPLOY_VERSION = ENV["EY_DEPLOY_VERSION"] || "1.1.1"
7
7
  EXIT_STATUS = Hash.new { |h,k| raise EY::Error, "ey-deploy version checker exited with unknown status code #{k}" }
8
8
  EXIT_STATUS.merge!({
9
9
  255 => :ssh_failed,
@@ -1,3 +1,3 @@
1
1
  module EY
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - EY Cloud Team
@@ -15,21 +15,23 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-04 00:00:00 -07:00
18
+ date: 2010-08-06 00:00:00 -07:00
19
19
  default_executable: ey
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  version_requirements: &id001 !ruby/object:Gem::Requirement
23
23
  none: false
24
24
  requirements:
25
- - - ">="
25
+ - - ~>
26
26
  - !ruby/object:Gem::Version
27
- hash: 3
27
+ hash: 39
28
28
  segments:
29
29
  - 0
30
- version: "0"
30
+ - 14
31
+ - 0
32
+ version: 0.14.0
31
33
  requirement: *id001
32
- name: termios
34
+ name: thor
33
35
  prerelease: false
34
36
  type: :runtime
35
37
  - !ruby/object:Gem::Dependency
@@ -41,11 +43,10 @@ dependencies:
41
43
  hash: 7
42
44
  segments:
43
45
  - 1
44
- - 5
45
- - 2
46
- version: 1.5.2
46
+ - 4
47
+ version: "1.4"
47
48
  requirement: *id002
48
- name: highline
49
+ name: rest-client
49
50
  prerelease: false
50
51
  type: :runtime
51
52
  - !ruby/object:Gem::Dependency
@@ -54,30 +55,28 @@ dependencies:
54
55
  requirements:
55
56
  - - ~>
56
57
  - !ruby/object:Gem::Version
57
- hash: 39
58
+ hash: 7
58
59
  segments:
59
- - 0
60
- - 14
61
- - 0
62
- version: 0.14.0
60
+ - 1
61
+ - 5
62
+ - 2
63
+ version: 1.5.2
63
64
  requirement: *id003
64
- name: thor
65
+ name: highline
65
66
  prerelease: false
66
67
  type: :runtime
67
68
  - !ruby/object:Gem::Dependency
68
69
  version_requirements: &id004 !ruby/object:Gem::Requirement
69
70
  none: false
70
71
  requirements:
71
- - - ~>
72
+ - - ">="
72
73
  - !ruby/object:Gem::Version
73
- hash: 23
74
+ hash: 3
74
75
  segments:
75
76
  - 0
76
- - 0
77
- - 4
78
- version: 0.0.4
77
+ version: "0"
79
78
  requirement: *id004
80
- name: escape
79
+ name: termios
81
80
  prerelease: false
82
81
  type: :runtime
83
82
  - !ruby/object:Gem::Dependency
@@ -102,13 +101,14 @@ dependencies:
102
101
  requirements:
103
102
  - - ~>
104
103
  - !ruby/object:Gem::Version
105
- hash: 7
104
+ hash: 23
106
105
  segments:
107
- - 1
106
+ - 0
107
+ - 0
108
108
  - 4
109
- version: "1.4"
109
+ version: 0.0.4
110
110
  requirement: *id006
111
- name: rest-client
111
+ name: escape
112
112
  prerelease: false
113
113
  type: :runtime
114
114
  description: This gem allows you to deploy your rails application to the Engine Yard cloud directly from the command line.