saikoro 0.2.0 → 0.2.1

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/saikoro/version.rb +1 -1
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 077f8a22d46491178ed173eef980277f3fb14e0c
4
- data.tar.gz: d52c9f88c33fc5a797fffa07bfb341dcce415994
3
+ metadata.gz: a727e38dcf31c31d67830f94657715adcb2f59c0
4
+ data.tar.gz: e3705a38be7bc7bbc7b73d152eef1e3bb67eb64b
5
5
  SHA512:
6
- metadata.gz: cb36915cae8eb1b99e52d6dd168fc0561145e626ecde3817de7301b2fd78d9a4f60b9c18c6a43a80f54db11215dad22920d5cc431f3cf491abb4f1ca853b813b
7
- data.tar.gz: cbef7c5b9122bedb1c13ac36c4c94feb4f0afd4acee1a7cd8159edd8cf1eab84e85e0a90514d783f0f5abe049852b0caebba5e21bdef8a1f8ed405ebd09ece96
6
+ metadata.gz: 915e3a92a5db1e5bfdc8518f58b352e20adbb8082e08131ea993cab5a3a43f00874312ecb8e15b1a0619cb94738e321eb68b72860a9184eb940c502414bed106
7
+ data.tar.gz: 4317503418e1fab3dcf7ae4cba4620077cb1a8cb0e72346ccd38a2a258f9a442d1df54df66fa3b6b863fd1398ea9269fa0457ffd88aab27bb1d2f4ddc58ee4ed
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Tsukuru Tanimichi
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 Saikoro
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saikoro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tsukuru Tanimichi
@@ -48,6 +48,7 @@ files:
48
48
  - ".gitignore"
49
49
  - ".travis.yml"
50
50
  - Gemfile
51
+ - LICENSE.txt
51
52
  - README.md
52
53
  - Rakefile
53
54
  - bin/console