cap-ec2 0.0.19 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/cap-ec2/capistrano.rb +0 -1
- data/lib/cap-ec2/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 561fc6eba6d90d38c0505fd710820765574bd56a
|
4
|
+
data.tar.gz: 89421224859dc12c7877479343f6a0261b488b04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f2863971ee1400fecc4d3a3784c674b177735ca14f778ef94da650e21461756b8f552d4f0ca5696e6065a9f70a52395891fe96be1728801bf2591142826089c
|
7
|
+
data.tar.gz: d19528a9920f318dd148f6500bf52bc5cb6e81b8820a8647cbe5bfe805fce4596fefc0638553ff7bc2b016c410590169f0a3b12274ff331fbfaca56ec981a5cd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Cap-EC2 changelog
|
2
2
|
|
3
|
+
## 1.0.0
|
4
|
+
|
5
|
+
Cap-EC2 is pretty stable, and the rate of PRs has decreased, so I've
|
6
|
+
decided to bump the version to 1.0.0.
|
7
|
+
|
8
|
+
* Remove the require of `capistrano/setup`, so that people can make
|
9
|
+
use of `capistrano-multiconfig`. [@ashleybrown](https://github.com/ashleybrown)
|
10
|
+
|
3
11
|
## 0.0.19
|
4
12
|
|
5
13
|
* Stop using the `colored` gem, switch to `colorize` instead. [@freakphp][https://github.com/freakphp]
|
data/lib/cap-ec2/capistrano.rb
CHANGED
data/lib/cap-ec2/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cap-ec2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Sykes
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-03-
|
12
|
+
date: 2015-03-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
139
139
|
version: '0'
|
140
140
|
requirements: []
|
141
141
|
rubyforge_project:
|
142
|
-
rubygems_version: 2.4.
|
142
|
+
rubygems_version: 2.4.6
|
143
143
|
signing_key:
|
144
144
|
specification_version: 4
|
145
145
|
summary: Cap-EC2 is used to generate Capistrano namespaces and tasks from Amazon EC2
|