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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae033fa898a4ae7e3cc653bc66c76ab87c3a130e
4
- data.tar.gz: b426f2a4a2cca54663ded1fc9fcf2882f63eeec2
3
+ metadata.gz: 64166fec5b722da77016f681929f4aa0020ebf91
4
+ data.tar.gz: aadeedcd7ae87857925bcbf6344057fe67cc7a85
5
5
  SHA512:
6
- metadata.gz: e248fa99a3a955433872d43372ebcbcf07934dc0add290f8e2e088ae392cf6cb8a1fab6b76885d23414a278eb4a2d48c693a9783dc362f7a95415f5ced3bdb34
7
- data.tar.gz: 84788057326b078becba2c00bd9058b09f2543242931ac55e0a6b19bd99019e95c9efc9d696bfb4cf8830adb7ed2a27bb6b8408708d8a1254789206e29ba644d
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/[my-github-username]/capistrano3-ec2-minimal/fork )
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/koshigoe/capistrano3-ec2-minimal"
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)/}) }
@@ -1,7 +1,7 @@
1
1
  module Capistrano
2
2
  module Ec2
3
3
  module Minimal
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
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.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-07 00:00:00.000000000 Z
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/koshigoe/capistrano3-ec2-minimal
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: