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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91859b61e0bd5e6c7cd7e97945a02ddcf8726609
4
- data.tar.gz: fa0f3224013ecf95cb6ea91ac4910db730d3d0d7
3
+ metadata.gz: 561fc6eba6d90d38c0505fd710820765574bd56a
4
+ data.tar.gz: 89421224859dc12c7877479343f6a0261b488b04
5
5
  SHA512:
6
- metadata.gz: a1946ebcd587a4d4a9b8536df532dd47bf3b3f6fc62432dc6b572292c26c47feaefc60cb5a8c4be45a267aca29a8c2c152920c72c0d7415aff2381fba2a91bf7
7
- data.tar.gz: 320aabeb640a1871016d815676e64d7bf58c2544ac1068ce956c6db75221c375b44babb7921d0f7ba7829bd5f671dcaa9c85626e55a1ad2f15fbec464cfa2369
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]
@@ -1,4 +1,3 @@
1
- require 'capistrano/setup'
2
1
  require 'capistrano/configuration'
3
2
  require 'aws-sdk-v1'
4
3
  require 'colorize'
@@ -1,3 +1,3 @@
1
1
  module CapEC2
2
- VERSION = '0.0.19'
2
+ VERSION = '1.0.0'
3
3
  end
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.19
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-02 00:00:00.000000000 Z
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.5
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