engineyard-serverside-adapter 2.2.0 → 2.2.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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YjY3NzdlMzA1N2I0NmZhYjg1MmFkY2I2ZGM4NDJjYTY5OTJiNzI4Zg==
4
+ NDIzODliZGY4OTkzMDk2N2M0YjQyNTM4ODM5MTE1ODgwNTE0NzE2YQ==
5
5
  data.tar.gz: !binary |-
6
- NTBlOTYyN2VlMjFmNzM3ZmFkNTdmMzU5MGNmYjk0YjI0OTI4ZWE4MQ==
6
+ YzdjZTFmODM3YWQ2MDU0MmQ5ZWMzODQ2NmI0YTIzOTUxYWFjZjNlMQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MzU4MzAxMmY3YTQ4ZWZkMzhmNmMyNjVlMTYzODMxZTIyNjExNjVhN2Q2ZWNm
10
- MDgyNDRmZDI4Mjc5MDI4M2IyYTZmMGM5MTkzNjdlNTkwYmM0Y2JmZWRkNjY0
11
- ODI5OWJlMmI4ZGVlNDEwMzVhN2FhODU4ZjllN2MzZjc4ZjRiYTU=
9
+ ZGE4OGU2NDRiY2Y2YTc5NDk0Y2I0OGJiMmUxZGEyNGM2NTJiZjQzZjU2NDc2
10
+ NWQ1ZWY4MGU4NGEzZmJmODg2MjQwNjdlYzNlNTE1OGJkNjk0NDNhNDc5YmQ4
11
+ NWMyODY1NmU1YWEyM2YwZWIyNDQ3ODI3YzZkOTk4MDZmNmNmZTQ=
12
12
  data.tar.gz: !binary |-
13
- NmY1Yjk5NWY0MjIzMzUwMzQxNjg2OTJmZDEwNTk3YTgxYTE1NDNkZmE5NjQ3
14
- ZDcxYmFmMjA4YTAwZGQxODZiYzliNTAyNDMzMzE2YTg2NTA5ZGFjZmE1MmI0
15
- NDBmYjg5NTcxYjk5NWE0NTlhNjE1ZTllNTM1ZTdjNDcyZWEyNWQ=
13
+ M2RmYmYxMTlmZDM0MGViNWMxZTE5ZDM2ODY3NmEzMTA4MWU0ODE1ZTA1OWMy
14
+ NWRmNmE2NjgyYzY2ZWIyM2NhNTZlMDkyYzBiNzFjYzNiMDhhZDllZGIyYWMy
15
+ YzcxMTc4Y2QxOWJlNTcxN2JkNmRiOGUwNTNkMTU0ZGEyZTc5MWM=
data/ChangeLog.md CHANGED
@@ -4,6 +4,11 @@
4
4
 
5
5
  *
6
6
 
7
+ ## v2.2.1 (2013-10-03)
8
+
9
+ * Add --clean option to Integrate command.
10
+
7
11
  ## v2.2.0 (2013-09-30)
8
12
 
9
- * Require serverside_version for all commands.
13
+ * Require `serverside\_version` for all commands.
14
+ * Add --clean option to Deploy command.
@@ -5,6 +5,7 @@ module EY
5
5
 
6
6
  option :app, :string, :required => true
7
7
  option :account_name, :string, :required => true, :version => '>=2.0.0'
8
+ option :clean, :boolean, :version => '>= 2.3.1'
8
9
  option :environment_name, :string, :required => true, :version => '>=2.0.0'
9
10
  option :stack, :string, :required => true
10
11
  option :instances, :instances, :required => true
@@ -1,7 +1,7 @@
1
1
  module EY
2
2
  module Serverside
3
3
  class Adapter
4
- VERSION = "2.2.0"
4
+ VERSION = "2.2.1"
5
5
  end
6
6
  end
7
7
  end
@@ -4,6 +4,7 @@ describe EY::Serverside::Adapter::Integrate do
4
4
  it_should_behave_like "it installs engineyard-serverside"
5
5
 
6
6
  it_should_behave_like "it accepts app"
7
+ it_should_behave_like "it accepts clean"
7
8
  it_should_behave_like "it accepts environment_name"
8
9
  it_should_behave_like "it accepts account_name"
9
10
  it_should_behave_like "it accepts framework_env"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-serverside-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Emde
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-30 00:00:00.000000000 Z
12
+ date: 2013-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: escape