weichat_rails 0.0.1 → 0.0.2
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/lib/weichat_rails/version.rb +1 -1
- data/weichat_rails.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da3b102f911b8cf003da0e86d0e77421932b5c4d
|
|
4
|
+
data.tar.gz: ac897e8c4fdfa1007db6ba9747506611ecae4b84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40f9a9f4041cdf322c20b44a50920bc2185268b1047d3fee1a0d5bfb2ad69c15b3413a7189b5fd5a043e45891f1a996faa5a0ca8893550db10f9653fb47923c9
|
|
7
|
+
data.tar.gz: feac5322c1db96fc08ef1fbba3f97a6cb8e52a58e4f4884ec1c46a820b81a84a4e0e34598fa3b9e6816d40e1bbec4d0bfc5a83d19459de510f14d80d612160f7
|
data/weichat_rails.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = WeichatRails::VERSION
|
|
9
9
|
spec.authors = ["javy_liu"]
|
|
10
10
|
spec.email = ["javy_liu@163.com"]
|
|
11
|
-
spec.summary = %q{
|
|
12
|
-
spec.description = %q{
|
|
11
|
+
spec.summary = %q{wechat interface for rails based on weichat-rails}
|
|
12
|
+
spec.description = %q{used for more than one public wechat account,base on the mysql,~> rails 3.2.16}
|
|
13
13
|
spec.homepage = "https://github.com/javyliu/weichat_rails"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: weichat_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- javy_liu
|
|
@@ -94,8 +94,8 @@ dependencies:
|
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
|
-
description:
|
|
98
|
-
|
|
97
|
+
description: used for more than one public wechat account,base on the mysql,~> rails
|
|
98
|
+
3.2.16
|
|
99
99
|
email:
|
|
100
100
|
- javy_liu@163.com
|
|
101
101
|
executables: []
|
|
@@ -139,6 +139,6 @@ rubyforge_project:
|
|
|
139
139
|
rubygems_version: 2.4.6
|
|
140
140
|
signing_key:
|
|
141
141
|
specification_version: 4
|
|
142
|
-
summary:
|
|
142
|
+
summary: wechat interface for rails based on weichat-rails
|
|
143
143
|
test_files: []
|
|
144
144
|
has_rdoc:
|