engineyard 2.3.1 → 2.3.2
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.
- checksums.yaml +9 -9
- data/README.md +13 -1
- data/lib/engineyard/cli.rb +1 -1
- data/lib/engineyard/templates/ey.yml.erb +1 -1
- data/lib/engineyard/version.rb +2 -2
- data/spec/support/helpers.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NTU2MzMxOTcxZDc3MTE1YmNiMWI5MDVmOTU1ZTgyMWVhZjNkZjIxYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
7
|
-
|
6
|
+
NGRhNjZkNWE1MDE4ODE5YzAyMTYwZjc1MDYzZjU1YTRmOWZjYzExMg==
|
7
|
+
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OWViMDkxZDkxZTFhNzUyNzJlNDc1OTk3ZDQ5OGNmM2ZkMjIyNDY0YWNkZWFm
|
10
|
+
ZjIyMmNhNzMwZTU0MTM3MjE0Y2ZkZmMzMjdmMDg1MTYwYjkyOThmYWQwNDgx
|
11
|
+
OTRjNjVjOTk5ZDJjZmM5OTkyZTlmN2RkNmQ5NGY5YWU5ZGI0YjU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YmFhNjU1MzhhZDNmNjM4ODFjZTg0NDgzZGE0MDA2MDlhM2UzNDM5ZTkyYWJk
|
14
|
+
YWM1NzFmOWFhNWJmMjFlZThmNGIxMzVlZmYwNGIwZWI3ZWIzNTM2NzcyM2I0
|
15
|
+
NTNiYTAxNTY5MjdhZWI3NWM3ODE5MzMzMmZiN2M5MGRmN2Q4NjU=
|
data/README.md
CHANGED
@@ -1,4 +1,16 @@
|
|
1
|
-
# ey
|
1
|
+
# `ey` engineyard Command Line Interface
|
2
|
+
|
3
|
+
[][gem]
|
4
|
+
[][travis]
|
5
|
+
[][gemnasium]
|
6
|
+
[][codeclimate]
|
7
|
+
|
8
|
+
[gem]: https://rubygems.org/gems/engineyard
|
9
|
+
[travis]: https://travis-ci.org/engineyard/engineyard
|
10
|
+
[gemnasium]: https://gemnasium.com/engineyard/engineyard
|
11
|
+
[codeclimate]: https://codeclimate.com/github/engineyard/engineyard
|
12
|
+
|
13
|
+
The Engine Yard command line utility.
|
2
14
|
|
3
15
|
### Install
|
4
16
|
|
data/lib/engineyard/cli.rb
CHANGED
@@ -21,7 +21,7 @@ module EY
|
|
21
21
|
Thor::Base.shell = EY::CLI::UI
|
22
22
|
ui = EY::CLI::UI.new
|
23
23
|
super(given_args, {:shell => ui}.merge(config))
|
24
|
-
rescue EY::Error, EY::CloudClient::Error => e
|
24
|
+
rescue Thor::Error, EY::Error, EY::CloudClient::Error => e
|
25
25
|
ui.print_exception(e)
|
26
26
|
raise
|
27
27
|
rescue Interrupt => e
|
@@ -85,7 +85,7 @@ defaults:
|
|
85
85
|
#asset_strategy: private
|
86
86
|
<% end %>
|
87
87
|
|
88
|
-
# This list of repository relative paths is checked for
|
88
|
+
# This list of repository relative paths is checked for changes during
|
89
89
|
# each deployment (when change detection is not disabled). If `git diff`
|
90
90
|
# detects changes since the last deployment, fresh assets will be compiled.
|
91
91
|
#
|
data/lib/engineyard/version.rb
CHANGED
data/spec/support/helpers.rb
CHANGED
@@ -104,7 +104,7 @@ module SpecHelpers
|
|
104
104
|
# SystemExit typically indicates a bogus command, which we
|
105
105
|
# here in expected-to-fail land are entirely happy with.
|
106
106
|
nil
|
107
|
-
rescue EY::Error, EY::CloudClient::Error => e
|
107
|
+
rescue Thor::Error, EY::Error, EY::CloudClient::Error => e
|
108
108
|
nil
|
109
109
|
end
|
110
110
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: engineyard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Engine Yard Cloud Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - ~>
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 1.0.
|
75
|
+
version: 1.0.16
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - ~>
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 1.0.
|
82
|
+
version: 1.0.16
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: net-ssh
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -399,7 +399,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
399
399
|
version: '0'
|
400
400
|
requirements: []
|
401
401
|
rubyforge_project:
|
402
|
-
rubygems_version: 2.
|
402
|
+
rubygems_version: 2.1.10
|
403
403
|
signing_key:
|
404
404
|
specification_version: 4
|
405
405
|
summary: Command-line deployment for the Engine Yard cloud
|