capistrano3-ec2-minimal 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/capistrano3-ec2-minimal.gemspec +1 -1
- data/lib/capistrano/ec2/minimal/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64166fec5b722da77016f681929f4aa0020ebf91
|
4
|
+
data.tar.gz: aadeedcd7ae87857925bcbf6344057fe67cc7a85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5f0a7094c547ebcbafc799ed13af4725771e4dce2c5e9d97313c964e901d9e03474906a7cad409dadbe82686a6fba97530c29d0450bc4aea0d59d5db0b0751d
|
7
|
+
data.tar.gz: ff0ce9f12288d76eeac5be8a1d3473416ef5c3e9cfc1619f22c82c8447b7f1566803a260aa5533a90b97dad3034606dd4ea558c79c843721fa1972dc27d046e7
|
data/README.md
CHANGED
@@ -53,7 +53,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
53
53
|
|
54
54
|
## Contributing
|
55
55
|
|
56
|
-
1. Fork it ( https://github.com/
|
56
|
+
1. Fork it ( https://github.com/feedforce/capistrano3-ec2-minimal/fork )
|
57
57
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
58
58
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
59
59
|
4. Push to the branch (`git push origin my-new-feature`)
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{This is an minimal ec2 support for Capistrano3 using AWS SDK v2. (like cap-ec2) }
|
13
13
|
spec.description = %q{This is an minimal ec2 support for Capistrano3 using AWS SDK v2. (like cap-ec2) }
|
14
|
-
spec.homepage = "https://github.com/
|
14
|
+
spec.homepage = "https://github.com/feedforce/capistrano3-ec2-minimal"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano3-ec2-minimal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- koshigoe
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -113,7 +113,7 @@ files:
|
|
113
113
|
- lib/capistrano/ec2/minimal/version.rb
|
114
114
|
- lib/capistrano/tasks/ec2.rake
|
115
115
|
- lib/capistrano3-ec2-minimal.rb
|
116
|
-
homepage: https://github.com/
|
116
|
+
homepage: https://github.com/feedforce/capistrano3-ec2-minimal
|
117
117
|
licenses:
|
118
118
|
- MIT
|
119
119
|
metadata: {}
|
@@ -138,3 +138,4 @@ signing_key:
|
|
138
138
|
specification_version: 4
|
139
139
|
summary: This is an minimal ec2 support for Capistrano3 using AWS SDK v2. (like cap-ec2)
|
140
140
|
test_files: []
|
141
|
+
has_rdoc:
|