capistrano-release 0.2 → 0.3

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: 618106757c2b6dba534e3eb2f661c609fbc5dd5b
4
- data.tar.gz: eb163607f14cb76ca07589d1c1b164f14c4a0c89
3
+ metadata.gz: 2f4d0fcd284cd9d72a4d24718da966493fad551c
4
+ data.tar.gz: 802961ad31bf9e02c02510fdb4355c0a8bcd3dc4
5
5
  SHA512:
6
- metadata.gz: b28cd9ab6bab2054502c000496678cdeffd578a6e7ba24cd59651ed9e1f570ac9afe05d1a08f6308b577bdea6231d208358950969bc29e005505fe1a85adbefa
7
- data.tar.gz: 0d6f22f664809bf78a77a4c83421844e7f95f1db0ca217f1b999590a106835338bf21c753d65109a8071a3993b71f3b2f86be0a80435164d136abf8717b83d9d
6
+ metadata.gz: 2679523de197137f3a8cbe34686510622658bf4721fb99cdd7bf822a32bd072ec261f3513f1a6e77397f2045a8958681dae9d804e2091471ccc96b87b5c25583
7
+ data.tar.gz: ed0d1fca7752c212a6c6911ff527d08337b45fda0cbd986c488b39d820928fffb1bc5caa652e9378d691d965cdfea46ebb626d8d4f93d2d24ebd336f3bb37970
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.name = "capistrano-release"
6
- gem.version = '0.2'
6
+ gem.version = '0.3'
7
7
  gem.authors = "Rustam Zagirov"
8
8
  gem.email = "stammru@gmail.com"
9
9
  gem.description = %q{Cat release file if it changes}
@@ -1 +1 @@
1
- require 'capistrano/release/cat'
1
+ load File.expand_path("../tasks/cat.rake", __FILE__)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-release
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: '0.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rustam Zagirov
@@ -39,7 +39,6 @@ files:
39
39
  - capistrano-release.gemspec
40
40
  - lib/capistrano-release.rb
41
41
  - lib/capistrano/release.rb
42
- - lib/capistrano/release/cat.rb
43
42
  - lib/capistrano/tasks/cat.rake
44
43
  homepage: https://github.com/stamm/capistrano-release
45
44
  licenses: []
@@ -1 +0,0 @@
1
- load File.expand_path("../tasks/cat.rake", __FILE__)