ebfly 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90860a50bb193e9a2122d8fb45e8b6624d7dd118
4
- data.tar.gz: 28c3c91a636f71f2407f1b80715f7060e4be284b
3
+ metadata.gz: 1c7784ff9fbbe8434f9186a19e62ddb9707e709b
4
+ data.tar.gz: a9f3e89054bc5593d1c96e3313035f6befe9bf09
5
5
  SHA512:
6
- metadata.gz: 8fa3ea2e36ee48fb5f0e9a396554d4c188d98c26c552e2b96d8070896cdb6ec49d57ec7214d08f2d0929dc3e1893d128a3edac622c9339c3bdc3e6cf4303676d
7
- data.tar.gz: d0575f644309bf3b0de4f638d226921812562961a2fe2388e636925a67a24bad4dd2606f702c60a7f288b63cf88f79835a17f164b53fbaadbfdf251ea5ec00fb
6
+ metadata.gz: 3203436039457c5d4969b9fa20a8549b662523c7ad45c48f9c38464e1c0d07020d2c5198d2b89b4c81fbfff4e3d7cb7753aa3e71fe8f2540bd603b28716117b3
7
+ data.tar.gz: 16a1a3157d098acb71c967f81b3d2936e8b5e2128964bc396c08c075471a1b2b921ddd22ff21dd0f3c68fd78cc81ddab2e13aa8e9d77432b6785fb039e63ff82
data/docs/env.md CHANGED
@@ -61,6 +61,8 @@ ebfly env create envname -a app -s python27 -t worker -o -o sqsd-MimeType="text/
61
61
  | ruby19 | 64bit Amazon Linux 2014.03 v1.0.4 running Ruby 1.9.3 |
62
62
  | ruby20 | 64bit Amazon Linux 2014.03 v1.0.4 running Ruby 2.0 (Passenger Standalone) |
63
63
  | ruby20-puma | 64bit Amazon Linux 2014.03 v1.0.5 running Ruby 2.0 (Puma) |
64
+ | ruby21 | 64bit Amazon Linux 2014.03 v1.0.0 running Ruby 2.1 (Passenger Standalone) |
65
+ | ruby21-puma | 64bit Amazon Linux 2014.03 v1.0.0 running Ruby 2.1 (Puma) |
64
66
 
65
67
  You can specify full defined name, see in http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html
66
68
 
data/lib/ebfly/ebfly.rb CHANGED
@@ -14,6 +14,8 @@ module Ebfly
14
14
  "ruby19" => "64bit Amazon Linux 2014.03 v1.0.4 running Ruby 1.9.3",
15
15
  "ruby20" => "64bit Amazon Linux 2014.03 v1.0.4 running Ruby 2.0 (Passenger Standalone)",
16
16
  "ruby20-puma" => "64bit Amazon Linux 2014.03 v1.0.5 running Ruby 2.0 (Puma)",
17
+ "ruby21" => "64bit Amazon Linux 2014.03 v1.0.0 running Ruby 2.1 (Passenger Standalone)",
18
+ "ruby21-puma" => "64bit Amazon Linux 2014.03 v1.0.0 running Ruby 2.1 (Puma)",
17
19
  "docker0.9" => "64bit Amazon Linux 2014.03 v1.0.5 running Docker 0.9.0",
18
20
  "docker09" => "64bit Amazon Linux 2014.03 v1.0.5 running Docker 0.9.0",
19
21
  "docker10" => "64bit Amazon Linux 2014.03 v1.0.1 running Docker 1.0.0"
data/lib/ebfly/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ebfly
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kazuyuki Honda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-08 00:00:00.000000000 Z
11
+ date: 2014-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk