miao 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d77e0d1987843f45e43f936915e217d44925a4b4
4
- data.tar.gz: e40ddb8ae65a634a09533b02e992981069731df4
3
+ metadata.gz: 83073f6bdd1276418959a1b637f3c4c459dc4811
4
+ data.tar.gz: dd532d4dda5034115a68299ef55a582665069fff
5
5
  SHA512:
6
- metadata.gz: 06d38c9a952c8d24a003a9717d588a39e82b0a51ddfa99e4b2fb25d92c37645f6278aea9e6d6a4f41d8403a2909224b1f2908b38e210e9dfe9b26b893dc4b757
7
- data.tar.gz: 45cf23d4025f9474e5ff3e7dc771878560cf01f81c2fdb3ac2f3620bdb1ae8abdabdbb19db657651004ee44d02175279f0fd64623ede59012d5795f9ee35de27
6
+ metadata.gz: 8c9a7509069e950e371092b0059554ae654fe2aec51707e427a4df76250a5df2846cf891d5a240bf79145c053da1b4a89cde0b8b7ec9bbad97b0fde3250566be
7
+ data.tar.gz: 2dd32792d11deaaae8ed9c7bd59b9b80da4f1ef23bb580d5ccb348ec8dbee0fb0702f88de16465805dcaaa418e20865805fd25e4921a9d23fdb1e307d1f0aa35
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2014 Darren Cauthon
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/lib/miao/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Miao
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/miao.gemspec CHANGED
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = %q{miao is a simple to learn make ruby gem.}
13
13
  spec.description = %q{miao is a simple to learn make ruby gem.}
14
14
  spec.homepage = "http://github.com/su-xiaolin/gem-miao"
15
+ spec.license = "MIT"
15
16
 
16
17
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
17
18
  # delete this section to allow pushing this gem to any host.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miao
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - suxiaolin
@@ -63,6 +63,7 @@ files:
63
63
  - ".rspec"
64
64
  - ".travis.yml"
65
65
  - Gemfile
66
+ - LICENSE.txt
66
67
  - README.md
67
68
  - Rakefile
68
69
  - bin/console
@@ -71,7 +72,8 @@ files:
71
72
  - lib/miao/version.rb
72
73
  - miao.gemspec
73
74
  homepage: http://github.com/su-xiaolin/gem-miao
74
- licenses: []
75
+ licenses:
76
+ - MIT
75
77
  metadata:
76
78
  allowed_push_host: https://rubygems.org
77
79
  post_install_message: