spns 0.2.8 → 0.2.9
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.
- data/VERSION +1 -1
- data/lib/spns.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.9
|
data/lib/spns.rb
CHANGED
|
@@ -57,7 +57,7 @@ unless File.exist?("#{Dir.pwd}/#{$certificate}") then
|
|
|
57
57
|
$apps.each { |app|
|
|
58
58
|
puts "'#{app}'s registration url: http://serverIP:#{$port}/v1/apps/#{app}/DeviceToken"
|
|
59
59
|
}
|
|
60
|
-
puts "5: Server: cron should access 'curl http://localhost:#{$port}/v1/app/push
|
|
60
|
+
puts "5: Server: cron should access 'curl http://localhost:#{$port}/v1/app/push/{messages}/{pid}' to send push message"
|
|
61
61
|
exit
|
|
62
62
|
else
|
|
63
63
|
puts "*"*80
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spns
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -283,7 +283,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
283
283
|
version: '0'
|
|
284
284
|
segments:
|
|
285
285
|
- 0
|
|
286
|
-
hash: -
|
|
286
|
+
hash: -1931111138666778557
|
|
287
287
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
288
288
|
none: false
|
|
289
289
|
requirements:
|