rongcloud 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +22 -0
- data/lib/rongcloud/version.rb +1 -1
- data/rongcloud.gemspec +2 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cda8994af264108daa03cb4065ae4e972c97ad91
|
4
|
+
data.tar.gz: f4e67794162e9d3717587b137d8caa1ccb08710c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c6468d54941ee86ba4f3b7a4570eab27aa77f89c823e8bce9f9479077d34959bcb26abbbd93a93d091d2c2d696d27a77bcd649573c74b6a8ed94c63c55f4390
|
7
|
+
data.tar.gz: 02d9e0fc270590d23f74174a5ddba1286c33bebcf85f0462b7e816fd61b70b15e63a5eb4b68cb927c13f53b449d76b4608e50d71e1b2c649d6bc006208541510
|
data/MIT-LICENSE
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2015 木卯溪
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
22
|
+
|
data/lib/rongcloud/version.rb
CHANGED
data/rongcloud.gemspec
CHANGED
@@ -6,7 +6,8 @@ require 'rongcloud/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "rongcloud"
|
8
8
|
spec.version = Rongcloud::VERSION
|
9
|
-
spec.
|
9
|
+
spec.licenses = ['MIT']
|
10
|
+
spec.authors = ["mumaoxi"]
|
10
11
|
spec.email = ["15201280641@qq.com"]
|
11
12
|
|
12
13
|
spec.summary = %q{融云及时通讯}
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rongcloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- mumaoxi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
@@ -77,6 +77,7 @@ files:
|
|
77
77
|
- ".travis.yml"
|
78
78
|
- Gemfile
|
79
79
|
- LICENSE
|
80
|
+
- MIT-LICENSE
|
80
81
|
- README.md
|
81
82
|
- Rakefile
|
82
83
|
- bin/console
|
@@ -89,7 +90,8 @@ files:
|
|
89
90
|
- lib/rongcloud/version.rb
|
90
91
|
- rongcloud.gemspec
|
91
92
|
homepage: https://github.com/mumaoxi/rongcloud
|
92
|
-
licenses:
|
93
|
+
licenses:
|
94
|
+
- MIT
|
93
95
|
metadata:
|
94
96
|
allowed_push_host: https://rubygems.org
|
95
97
|
post_install_message:
|