igetui-ruby 1.2.0 → 1.2.1
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 +4 -4
- data/README.md +3 -1
- data/lib/igetui/template/base_template.rb +1 -1
- data/lib/igetui/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6a52226beb8126107f77e9bde018d0767a0ebc1
|
|
4
|
+
data.tar.gz: 6daf3cc44d644859deba5f499a4a921294278288
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 512232c73da3a45c2a0e55a1779604aefcd114f6079cc477f2df98230077d11bdd7425f0cc4cfdf04ae7a90a1732ea966fb43fbde5fee550ab5a402ebd549976
|
|
7
|
+
data.tar.gz: e43faae143676a9033e5912a32e55f2803940f073703b70cb1f180c004cfd1861533a097928de81006ffeb7913c5cc1af372dd9cea57f7c238724f2173e4fac0
|
data/README.md
CHANGED
|
@@ -65,6 +65,8 @@ content = {
|
|
|
65
65
|
}
|
|
66
66
|
content = content.to_s.gsub(":", "").gsub("=>", ":")
|
|
67
67
|
template.transmission_content = content
|
|
68
|
+
# 设置iOS的推送参数,如果只有安卓 App,可以忽略下面一行
|
|
69
|
+
# template.set_push_info("", 1, "这里是iOS推送的显示信息", "")
|
|
68
70
|
|
|
69
71
|
# 创建群发消息
|
|
70
72
|
list_message = IGeTui::ListMessage.new
|
|
@@ -127,7 +129,7 @@ rake test
|
|
|
127
129
|
|
|
128
130
|
## Contributing
|
|
129
131
|
|
|
130
|
-
1. Fork it ( http://github.com
|
|
132
|
+
1. Fork it ( http://github.com/wjp2013/igetui-ruby/fork )
|
|
131
133
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
132
134
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
133
135
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/lib/igetui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: igetui-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Victor Wang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-12-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
154
154
|
version: '0'
|
|
155
155
|
requirements: []
|
|
156
156
|
rubyforge_project:
|
|
157
|
-
rubygems_version: 2.
|
|
157
|
+
rubygems_version: 2.4.2
|
|
158
158
|
signing_key:
|
|
159
159
|
specification_version: 4
|
|
160
160
|
summary: igetui.com ruby sdk
|