cloopen 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cloopen.gemspec +1 -1
- data/lib/cloopen/version.rb +1 -1
- data/lib/generators/cloopen/templates/cloopen_setup.rb +4 -4
- metadata +14 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29bcccd3e476678a8f0dfa3db6f11d23dc2a3e7a
|
4
|
+
data.tar.gz: 230b2d39848547702d03ce1bc1bce6efb00a163b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82c317609c728430cb64ccccf7299c7d010eb557f12251360202dc84ff7b37adaeb9fa986e91341f9affbd8e4ed811400336c158a6d674f315c3827bc05e416b
|
7
|
+
data.tar.gz: 9856ffe8184ceff788594a7f5e1d6bd202af9141e140559be37eb4b4f44078fc4481c86475d2c17fc71f0380994c76fafe105601f1291aeff5cf018348a831fa
|
data/cloopen.gemspec
CHANGED
data/lib/cloopen/version.rb
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
|
3
3
|
Cloopen.account_sid = "YOUR_ACCOUNT_SID"
|
4
4
|
Cloopen.auth_token = "YOUR_AUTH_TOKEN"
|
5
|
-
Cloopen.app_id
|
6
|
-
Cloopen.env
|
5
|
+
Cloopen.app_id = "YOUR_APP_ID"
|
6
|
+
Cloopen.env = "production"
|
7
7
|
|
8
8
|
|
9
9
|
##### demo ####
|
10
10
|
|
11
11
|
# Cloopen.account_sid = "8a48b55147ae1bf00147af6d8b9003c9"
|
12
12
|
# Cloopen.auth_token = "7ade86d4cc4a458eb12680a0e58df487"
|
13
|
-
# Cloopen.app_id
|
14
|
-
# Cloopen.env
|
13
|
+
# Cloopen.app_id = "8a48b55147ae1bf00147af6dbc8a03cb"
|
14
|
+
# Cloopen.env = Rail.env
|
metadata
CHANGED
@@ -1,65 +1,65 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloopen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- xiaoronglv
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.6'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.6'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rest-client
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
|
-
type: :
|
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
54
|
version: '0'
|
55
|
-
description:
|
55
|
+
description: " call yuntongxun Api to send short message. "
|
56
56
|
email:
|
57
57
|
- xiaoronglv@hotmail.com
|
58
58
|
executables: []
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
|
-
- .gitignore
|
62
|
+
- ".gitignore"
|
63
63
|
- Gemfile
|
64
64
|
- LICENSE.txt
|
65
65
|
- README.md
|
@@ -81,17 +81,17 @@ require_paths:
|
|
81
81
|
- lib
|
82
82
|
required_ruby_version: !ruby/object:Gem::Requirement
|
83
83
|
requirements:
|
84
|
-
- -
|
84
|
+
- - ">="
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: '0'
|
87
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
|
-
- -
|
89
|
+
- - ">="
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: '0'
|
92
92
|
requirements: []
|
93
93
|
rubyforge_project:
|
94
|
-
rubygems_version: 2.
|
94
|
+
rubygems_version: 2.4.6
|
95
95
|
signing_key:
|
96
96
|
specification_version: 4
|
97
97
|
summary: call yuntongxun Api to send short message.
|