capistrano-slug 0.1.1 → 0.2.0

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: 6aeacc7ca16625360e2088e174b509f1012b904d
4
- data.tar.gz: ef628070c16473db2a4dbbc43765fd46168c8191
3
+ metadata.gz: fe517273e5a41621e0c963ad5b2653decb5e3d89
4
+ data.tar.gz: 0566c02bcdee2513cab532173cc0f89046ad42b3
5
5
  SHA512:
6
- metadata.gz: 7288b4836dcd39b6698d0931badc2cbd28823db650a0a19fabe484e18a4b78c64d10bd37f05b608f18c9b4bf32c6aa55add29dd8ed014c0f1b802ae28b256876
7
- data.tar.gz: 8a466d9fc4a05ab49c10ecc804c8786f89f14e740d8dce1849f2bf2391feb422f8535bc4857909b23e5e00c99e54c23d5ca39834b23dcac57a176c19577aef6e
6
+ metadata.gz: c8bbfc7f90091d31b2db3afae41a787ceba7fab84d3a876c48a2805543c4a7604064ca9729be96168c1f6cfb47afcabc492f456f7584e9a21345b77972c207e4
7
+ data.tar.gz: 11674f228530204817a02fb4852f6c90c935d6e1694eeaefe352348e37c7a5644ba34a1b69918f217309b1bf615b74ac529d0546df3a658d7ccab8631334bd9f
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'capistrano-slug'
7
- spec.version = '0.1.1'
7
+ spec.version = '0.2.0'
8
8
  spec.authors = ['Robert Coleman']
9
9
  spec.email = ['github@robert.net.nz']
10
10
  spec.summary = %q{Capistrano tasks to make deployment artifacts}
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-slug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Coleman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-28 00:00:00.000000000 Z
11
+ date: 2014-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -51,6 +51,7 @@ files:
51
51
  - README.md
52
52
  - Rakefile
53
53
  - capistrano-slug.gemspec
54
+ - lib/capistrano-slug.rb
54
55
  - lib/capistrano/slug.rb
55
56
  - lib/capistrano/tasks/slug.rake
56
57
  - lib/capistrano/tasks/storage.rake