capistrano-rpush 0.1.6 → 0.1.7

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: 60141bba843f6aff20a51b405cbc45b99107c039
4
- data.tar.gz: 488e40a18d74149117e3bfc915456e1715ee0c01
3
+ metadata.gz: f2512698119bd62e82bba9b27cb145550fd488b5
4
+ data.tar.gz: 8c57ad338e07c4cbb42dcd84aacab8ac38161d9c
5
5
  SHA512:
6
- metadata.gz: 9db7f414ed198c965d591feb8574713bd6deead9a84ca8b7d51eb02754ea2b88ffa6c9d8803f48d88e0d7f4c6a8ef7be85da81cc7117397859eec3123aa9706c
7
- data.tar.gz: 50faebcc882f2be160a3020c0b7fccca439bc93768a7a4c6b22299956cfc9afc7de0c3b9a9c55ad088177d20acfc8cc0b79379c4f9c7a1fc691f2e640ad23200
6
+ metadata.gz: 44d4f31f00454cf44b2388cd65ae54e263fad600830fec69183961ce09c9e7b954fbd15296ee3f4a225a1310ba0dcab0117acf69b4993c0fa1873881072e7c9e
7
+ data.tar.gz: 6b331ba06d76f38daceb265cc47f6750479679a3c8dac76b8695d56e39c510aff75452d6f08c63ccc7e9b45ad6ccad671dba63f0182f75fa0311794c1b52b09c
@@ -19,6 +19,10 @@ Gem::Specification.new do |spec|
19
19
  spec.require_paths = ["lib"]
20
20
 
21
21
  spec.post_install_message = "Thanks for installing!"
22
+ spec.metadata = {
23
+ "source_code" => 'https://github.com/juicyparts/capistrano-rpush',
24
+ "issue_tracker" => "https://github.com/juicyparts/capistrano-rpush/issues",
25
+ }
22
26
 
23
27
  spec.add_development_dependency "bundler", "~> 1.11"
24
28
  spec.add_development_dependency "rake", "~> 10.0"
File without changes
@@ -1,9 +1 @@
1
- require "capistrano/rpush/version"
2
-
3
- load File.expand_path('../tasks/rpush.rake', __FILE__)
4
-
5
- module Capistrano
6
- module Rpush
7
- # Your code goes here...
8
- end
9
- end
1
+ load File.expand_path('../tasks/rpush.cap', __FILE__)
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Rpush
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-rpush
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mel Riffe
@@ -109,13 +109,16 @@ files:
109
109
  - README.md
110
110
  - Rakefile
111
111
  - capistrano-rpush.gemspec
112
+ - lib/capistrano-rpush.rb
112
113
  - lib/capistrano/rpush.rb
113
114
  - lib/capistrano/rpush/version.rb
114
- - lib/capistrano/tasks/rpush.rake
115
+ - lib/capistrano/tasks/rpush.cap
115
116
  homepage: http://juicyparts.com/capistrano-rpush
116
117
  licenses:
117
118
  - MIT
118
- metadata: {}
119
+ metadata:
120
+ source_code: https://github.com/juicyparts/capistrano-rpush
121
+ issue_tracker: https://github.com/juicyparts/capistrano-rpush/issues
119
122
  post_install_message: Thanks for installing!
120
123
  rdoc_options: []
121
124
  require_paths: