capistrano-rpush 0.1.6 → 0.1.7
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2512698119bd62e82bba9b27cb145550fd488b5
|
4
|
+
data.tar.gz: 8c57ad338e07c4cbb42dcd84aacab8ac38161d9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44d4f31f00454cf44b2388cd65ae54e263fad600830fec69183961ce09c9e7b954fbd15296ee3f4a225a1310ba0dcab0117acf69b4993c0fa1873881072e7c9e
|
7
|
+
data.tar.gz: 6b331ba06d76f38daceb265cc47f6750479679a3c8dac76b8695d56e39c510aff75452d6f08c63ccc7e9b45ad6ccad671dba63f0182f75fa0311794c1b52b09c
|
data/capistrano-rpush.gemspec
CHANGED
@@ -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
|
data/lib/capistrano/rpush.rb
CHANGED
File without changes
|
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.
|
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.
|
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:
|