capistrano-procfile 0.1.1 → 0.1.2

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: f45656e146e7d054360a3d2fc2cd52e3df319655
4
- data.tar.gz: 5a8bd8e489eb63c66fbafda4a70ee8211165ef75
3
+ metadata.gz: 9de71ab664a9861a3e4394fdfbd1fa141badc00c
4
+ data.tar.gz: d9c96e91693303d510ae846b4e181038f38d3565
5
5
  SHA512:
6
- metadata.gz: de8f1b35503edaf5cb58bfee5927ee564cd2292c572b1e189baeb632a60b0df99251835fdc85c5385969f3dda0376386bf56872bcf45e4da96b22d4f72cc1876
7
- data.tar.gz: 7753561e0ea80b96696ca72a34b432ea6a0a0d7c05b0a0f48ebe70880a35156f5e17a1a5e5cb88ba9c2a4f91d41365af5bdc92b8416c0a9aec93f298fc15645e
6
+ metadata.gz: 31e36e9490b55dc2d9615e9bcbf1419b45460a0089b562d5511d43e3eda6cfe4cdc957da6beeb947f9dd41c2197885f243189eccfd570079a08320b1b046e599
7
+ data.tar.gz: 4890e13ff0b7bd2d3d44b86ec6804110b4fffe1c98f0cca3277beb582b670037580ef428e4b90b3eb4ff95595a6d86cb68ec732a303451e8e0af9c7b222a6fe8
@@ -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-procfile"
7
- spec.version = "0.1.1"
7
+ spec.version = "0.1.2"
8
8
  spec.authors = ["CrBoy"]
9
9
  spec.email = ["crboy@crboy.net"]
10
10
 
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-procfile
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
  - CrBoy
@@ -70,6 +70,7 @@ files:
70
70
  - bin/console
71
71
  - bin/setup
72
72
  - capistrano-procfile.gemspec
73
+ - lib/capistrano-procfile.rb
73
74
  - lib/capistrano/procfile.rb
74
75
  - lib/capistrano/tasks/procfile.rake
75
76
  homepage: http://github.com/CrBoy/capistrano-procfile