ebfly 0.1.9 → 0.1.10

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 992bccec2050e99bb5fd03816fd811145af42272
4
- data.tar.gz: 77d9ff845535f51fabddc1ca8b8a4f1d475dfe74
3
+ metadata.gz: 36947476dd4853fba4ce101ca1fc2300fe41a9bd
4
+ data.tar.gz: 638aa31173c020e25b151b2d5c6a7184e7df50a0
5
5
  SHA512:
6
- metadata.gz: 56ff4bd34a7ee0f9dbd133a7319cd2efd9743b898254e203d0237bf39504ecf73cf837bd9adc78469f143cdb9b61ca48c77c42cac0fee83cbc0d0ecd07eaf108
7
- data.tar.gz: d52223ef91494bd865cf4968b45a0d811cf4f27235a77191923b48d592cacdbace5aa1a46f1c260d6cc817f251319a43188f9bd320decd2e4d2c46aa98c65303
6
+ metadata.gz: 7a7b3b6ca33af62990c64d2e2183dc620d5256ed4b86476f277479beaf94e12d0e9450c5ab8090cf23b00e699051905699ee16e867fba3d5d496548e64b72cbf
7
+ data.tar.gz: d9457c2d4fa8513c96a01fc140dcec5fe74f811d44892afd207a845760128435702fcefb714107044ca96fd11b8afb42534a0d3232a38e0879634caa9db8eb44
@@ -54,19 +54,22 @@ You can specify full defined name, see in http://docs.aws.amazon.com/elasticbean
54
54
 
55
55
  | Name | Defined value |
56
56
  | ---------------| -------------------------------------------------------------------------------- |
57
- | docker16 | 64bit Amazon Linux 2015.03 v1.4.3 running Docker 1.6.2 |
58
- | nodejs | 64bit Amazon Linux 2015.03 v1.4.3 running Node.js |
59
- | php55 | 64bit Amazon Linux 2015.03 v1.4.3 running PHP 5.5 |
60
- | php56 | 64bit Amazon Linux 2015.03 v1.4.3 running PHP 5.6 |
61
- | python27 | 64bit Amazon Linux 2015.03 v1.4.3 running Python 2.7 |
62
- | python34 | 64bit Amazon Linux 2015.03 v1.4.3 running Python 3.4 |
63
- | ruby19 | 64bit Amazon Linux 2015.03 v1.4.3 running Ruby 1.9.3 |
64
- | ruby20 | 64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.0 (Passenger Standalone) |
65
- | ruby20-puma | 64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.0 (Puma) |
66
- | ruby21 | 64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.1 (Passenger Standalone) |
67
- | ruby21-puma | 64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.1 (Puma) |
68
- | ruby22 | 64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.2 (Passenger Standalone) |
69
- | ruby22-puma | 64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.2 (Puma) |
57
+ | docker19 | 64bit Amazon Linux 2016.03 v2.1.0 running Docker 1.9.1 |
58
+ | go | 64bit Amazon Linux 2016.03 v2.1.0 running Go 1.4 |
59
+ | nodejs | 64bit Amazon Linux 2016.03 v2.1.0 running Node.js |
60
+ | php55 | 64bit Amazon Linux 2016.03 v2.1.0 running PHP 5.5 |
61
+ | php56 | 64bit Amazon Linux 2016.03 v2.1.0 running PHP 5.6 |
62
+ | python27 | 64bit Amazon Linux 2016.03 v2.1.0 running Python 2.7 |
63
+ | python34 | 64bit Amazon Linux 2016.03 v2.1.0 running Python 3.4 |
64
+ | ruby19 | 64bit Amazon Linux 2016.03 v2.1.0 running Ruby 1.9.3 |
65
+ | ruby20 | 64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.0 (Passenger Standalone) |
66
+ | ruby20-puma | 64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.0 (Puma) |
67
+ | ruby21 | 64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.1 (Passenger Standalone) |
68
+ | ruby21-puma | 64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.1 (Puma) |
69
+ | ruby22 | 64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.2 (Passenger Standalone) |
70
+ | ruby22-puma | 64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.2 (Puma) |
71
+ | ruby23 | 64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.3 (Passenger Standalone) |
72
+ | ruby23-puma | 64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.3 (Puma) |
70
73
 
71
74
  <a name="delete"></a>
72
75
  ### delete
@@ -21,4 +21,6 @@ Gem::Specification.new do |spec|
21
21
  # http://ruby.awsblog.com/post/TxFKSK2QJE6RPZ/Upcoming-Stable-Release-of-AWS-SDK-for-Ruby-Version-2
22
22
  spec.add_runtime_dependency "aws-sdk-v1"
23
23
  spec.add_runtime_dependency "thor"
24
+
25
+ spec.add_development_dependency "rake"
24
26
  end
@@ -6,22 +6,25 @@ require "open3"
6
6
  module Ebfly
7
7
  module Command
8
8
  PREDEFINED_SOLUTION_STACKS = {
9
- "docker16" => "64bit Amazon Linux 2015.03 v1.4.3 running Docker 1.6.2",
10
- "nodejs" => "64bit Amazon Linux 2015.03 v1.4.3 running Node.js",
11
- "php55" => "64bit Amazon Linux 2015.03 v1.4.3 running PHP 5.5",
12
- "php56" => "64bit Amazon Linux 2015.03 v1.4.3 running PHP 5.6",
13
- "python27" => "64bit Amazon Linux 2015.03 v1.4.3 running Python 2.7",
14
- "python34" => "64bit Amazon Linux 2015.03 v1.4.3 running Python 2.7",
15
- "ruby19" => "64bit Amazon Linux 2015.03 v1.4.3 running Ruby 1.9.3",
16
- "ruby20" => "64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.0 (Passenger Standalone)",
17
- "ruby20-puma" => "64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.0 (Puma)",
18
- "ruby21" => "64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.1 (Passenger Standalone)",
19
- "ruby21-puma" => "64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.1 (Puma)",
20
- "ruby22" => "64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.2 (Passenger Standalone)",
21
- "ruby22-puma" => "64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.2 (Puma)",
9
+ "docker" => "64bit Amazon Linux 2016.03 v2.1.0 running Docker 1.9.1",
10
+ "go" => "64bit Amazon Linux 2016.03 v2.1.0 running Go 1.4",
11
+ "nodejs" => "64bit Amazon Linux 2016.03 v2.1.0 running Node.js",
12
+ "php55" => "64bit Amazon Linux 2016.03 v2.1.0 running PHP 5.5",
13
+ "php56" => "64bit Amazon Linux 2016.03 v2.1.0 running PHP 5.6",
14
+ "python27" => "64bit Amazon Linux 2016.03 v2.1.0 running Python 2.7",
15
+ "python34" => "64bit Amazon Linux 2016.03 v2.1.0 running Python 2.7",
16
+ "ruby19" => "64bit Amazon Linux 2016.03 v2.1.0 running Ruby 1.9.3",
17
+ "ruby20" => "64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.0 (Passenger Standalone)",
18
+ "ruby20-puma" => "64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.0 (Puma)",
19
+ "ruby21" => "64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.1 (Passenger Standalone)",
20
+ "ruby21-puma" => "64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.1 (Puma)",
21
+ "ruby22" => "64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.2 (Passenger Standalone)",
22
+ "ruby22-puma" => "64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.2 (Puma)",
23
+ "ruby23" => "64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.3 (Passenger Standalone)",
24
+ "ruby23-puma" => "64bit Amazon Linux 2016.03 v2.1.0 running Ruby 2.3 (Puma)",
22
25
  }
23
26
 
24
- SUPPORTED_SOLUTION_STACKS = ['Docker', 'Node.js', 'PHP', 'Python', 'Ruby']
27
+ SUPPORTED_SOLUTION_STACKS = ['Docker', 'Go', 'Node.js', 'PHP', 'Python', 'Ruby']
25
28
 
26
29
  def eb
27
30
  @eb ||= AWS::ElasticBeanstalk.new
@@ -1,3 +1,3 @@
1
1
  module Ebfly
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
@@ -1,7 +1,8 @@
1
- DOCKER_STACKS="docker16"
1
+ DOCKER_STACKS="docker"
2
+ GO_STACKS="go"
2
3
  NODEJS_STACKS="nodejs"
3
4
  PHP_STACKS="php55 php56"
4
5
  PYTHON_STACKS="python27 python34"
5
- RUBY_STACKS="ruby19 ruby20 ruby20-puma ruby21 ruby21-puma ruby22 ruby22-puma"
6
+ RUBY_STACKS="ruby19 ruby20 ruby20-puma ruby21 ruby21-puma ruby22 ruby22-puma ruby23 ruby23-puma"
6
7
 
7
- export SOLUTION_STACKS="$DOCKER_STACKS $NODEJS_STACKS $PHP_STACKS $PYTHON_STACKS $RUBY_STACKS"
8
+ export SOLUTION_STACKS="$DOCKER_STACKS $GO_STACKS $NODEJS_STACKS $PHP_STACKS $PYTHON_STACKS $RUBY_STACKS"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ebfly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kazuyuki Honda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-08 00:00:00.000000000 Z
11
+ date: 2016-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-v1
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
41
55
  description: Simple command line interface for AWS ElasticBeanstalk
42
56
  email:
43
57
  - hakobera@gmail.com
@@ -88,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
102
  version: '0'
89
103
  requirements: []
90
104
  rubyforge_project:
91
- rubygems_version: 2.4.5
105
+ rubygems_version: 2.5.1
92
106
  signing_key:
93
107
  specification_version: 4
94
108
  summary: Simple command line interface for AWS ElasticBeanstalk