capistrano-compose 0.0.5 → 0.0.6

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: 5b3914ac12bac563b91189ebbdd3c994ee5b43d5
4
- data.tar.gz: b2bc955e0c3e04875f732ae6dad6f8ce6615c80c
3
+ metadata.gz: e0ff46c178ea86329d106dc2c5c22b2f6a6a6e82
4
+ data.tar.gz: 3ec136d094cf099d98101d58c677c36d570e1f3e
5
5
  SHA512:
6
- metadata.gz: 080d14760fb2eb70da68ce27c2fc98bb3fd88a46c0512ebe531087310b61c6a081e714787aef47355673278f72f4c6530fd5035ae883e65288ed69510d95eea4
7
- data.tar.gz: c0fcb821583d600dea1cadb7e1fae1fd06846d1a719304818f7bf1678c0a493c7f174707ae4187bfc5ee2653bbf0c11a2b9b1e63882fdfe288386d33abe1f541
6
+ metadata.gz: bd4d24c1ef503272640ab09ab3fd1836883738f1316bce844859d6d052603aa954bbb09a96727fa10b296be86395579098492ee1ede72fd072ac8f429ac5b56b
7
+ data.tar.gz: 0371f30f1862927b2e56c5a10db8254a627ab2157bc219ae588f9c5ee3e850ed271c4ead72865f768356e5981cfd9f73a82580bbd4f8aa29a110d29e39dcf979
@@ -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-compose'
7
- spec.version = '0.0.5'
7
+ spec.version = '0.0.6'
8
8
  spec.authors = ['Scott Walkinshaw', 'Peter Mitchell', "Ross Riley"]
9
9
  spec.email = ['scott.walkinshaw@gmail.com', 'peterjmit@gmail.com', "riley.ross@gmail.com"]
10
10
  spec.description = %q{Composer support for Capistrano 3.x}
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-compose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Walkinshaw
@@ -70,8 +70,8 @@ files:
70
70
  - README.md
71
71
  - Rakefile
72
72
  - capistrano-composer.gemspec
73
- - lib/capistrano-composer.rb
74
- - lib/capistrano/composer.rb
73
+ - lib/capistrano-compose.rb
74
+ - lib/capistrano/compose.rb
75
75
  - lib/capistrano/tasks/composer.rake
76
76
  homepage: https://github.com/rossriley/capistrano-composer
77
77
  licenses: