babymetal 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -0
  3. data/lib/babymetal/version.rb +1 -1
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f2b85b1b40d071d9f7e9b46d9a67abdb15b53a7
4
- data.tar.gz: c43dda251165c3375e329d1d6e3cc51495463b0e
3
+ metadata.gz: 20e841ddaf846639edb99df278d6225f51a7b2cc
4
+ data.tar.gz: 2b3c9a3a34bb17236ae739f88c6c020e40286e72
5
5
  SHA512:
6
- metadata.gz: e5cff12dac1eeb5c7a6d2e1d303311299eb0777c39f0976e89e1d26d891f178e19d2d8dd86d0e253c2cdd51195309bf75361478f1c7c9cbb46919fa37f688776
7
- data.tar.gz: a7617c57c2e8a6049628cadc5d4974f18e527dddf525451b3637ff35cc75aa7115389af588d418a22e41105790ed7f1e7eb7345b276f8555fffe55c451beaa8d
6
+ metadata.gz: a381a11185c989b885528be384620314583e9f2c486d95f470c82b114363db49429a995ede31ffede991def0517b8d23ee44b55c84df8ef495d838630d687520
7
+ data.tar.gz: ee37dce14d38fdd58c4f0f0bd6dcf0995e727c8c4d51ee6a629f38446fe4efc87e3bcd9dbc75d887954172993056c65f0e15a756ea4dcc1a0186d45002860f28
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 hondallica
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
13
+ all 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
21
+ THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module Babymetal
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: babymetal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hondallica
@@ -66,6 +66,7 @@ files:
66
66
  - ".rspec"
67
67
  - ".travis.yml"
68
68
  - Gemfile
69
+ - LICENSE.txt
69
70
  - README.md
70
71
  - Rakefile
71
72
  - babymetal.gemspec