rongcloud 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b012a14f0c624e4db44df37e40bb62c82f7d4ef
4
- data.tar.gz: d80d5c43b854b29536c2ae65cd71c6815538177f
3
+ metadata.gz: cda8994af264108daa03cb4065ae4e972c97ad91
4
+ data.tar.gz: f4e67794162e9d3717587b137d8caa1ccb08710c
5
5
  SHA512:
6
- metadata.gz: 744c45cd071406eaa84944f94082761570d4415371eac34ff4d232faddbdf855f0518fad5d8fccbb615673b217dedad6f126ad3144365869d602da0848e5d185
7
- data.tar.gz: a96ceb1a2f12ec7d907b0bea404eb19aed55faaac58d91c52ee11f01927c5b348eb5a9f8168f5c3856a8162110643d4891bab0ec45bae22fd5d31b6a155a2fb2
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
+
@@ -1,3 +1,3 @@
1
1
  module Rongcloud
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.authors = ["saxer"]
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - saxer
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: