jpush_api_ruby_client 0.0.3 → 0.0.4

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: d4d127c1bf6758f961bef53c99892a6590e21344
4
- data.tar.gz: add7ab30c8d7f56ff885c1e7a79c3a763d611d92
3
+ metadata.gz: 5fdf59543ca4acbe7ff9475086e7cd4662a24b34
4
+ data.tar.gz: a4d50b0199f68fcb9ab78213e9faaccd558375e1
5
5
  SHA512:
6
- metadata.gz: 7c3f9d4c01f459826fda392d1b1e4b8ee88e0eb1da1d1bb01b20789950a64aad33b0e373c0681a73e7d72fdeb0166209486ebda7abbaee18a1b2700145845771
7
- data.tar.gz: 7542d141005b6109979ad4ca0ae2b6d4d5c7c37daea11158883568590e977c8d197c4fd4571aeed9e13b3a63cfc377c505c9d306b2a52db808fab33e2c95756a
6
+ metadata.gz: 849204adf192b8de0a9708a769ee3bd4ce601eb31da6102e341124d2f6e9f3ae0da3f54245a2ba65453ae0a586163872cfdac68a6312317caf429bc78a8cfd1b
7
+ data.tar.gz: 072c831fb850257a3c1f844cdbb21d7d5033d1b163da9546deb4a0e5cbb99fce6b36f301b6ee3f272d342b4631533251734ff7014bec04b68b058b9aafc29c67
data/README.md CHANGED
@@ -2,8 +2,9 @@
2
2
 
3
3
  JPush API Ruby 客户端
4
4
 
5
- forked from https://github.com/lanrion/jpush_ruby_sdk
5
+ GitHub from https://github.com/jpush/jpush-api-ruby-client
6
6
 
7
+ forked from https://github.com/lanrion/jpush_ruby_sdk
7
8
  感谢作者做的先期工作
8
9
 
9
10
  ## Installation
@@ -30,7 +31,7 @@ local install
30
31
 
31
32
  ##Example
32
33
 
33
- Detailes refer to [Example](https://github.com/aaron-codes/jpush_api_ruby_client/blob/master/example/client_example.rb)
34
+ Detailes refer to [Example](https://github.com/jpush/jpush-api-ruby-client/blob/master/example/client_example.rb)
34
35
 
35
36
  ## Usage
36
37
 
@@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_development_dependency "rspec", "~> 2.6"
22
22
  spec.add_runtime_dependency "rest-client","~> 1.6.7"
23
- spec.add_runtime_dependency "json"
23
+ spec.add_runtime_dependency "json", "~> 1.7.7"
24
24
 
25
25
  end
@@ -1,3 +1,3 @@
1
1
  module JPushApiRubyClient
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jpush_api_ruby_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xian OuYang
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: json
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: 1.7.7
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: 1.7.7
55
55
  description: provide a ruby api gem for jpush https://www.jpush.cn
56
56
  email:
57
57
  - ouyangxian@gmail.com