NaiveText 0.3.0 → 0.3.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.md +21 -0
  3. data/lib/NaiveText/version.rb +1 -1
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac7ce8cec1a92d0c067f4953bf28318afed99583
4
- data.tar.gz: 47337502e94c528349eba4bb34e34bb81a9aa810
3
+ metadata.gz: a5fb523a17a0c40da0658b22f2f9acf8dc4b3a56
4
+ data.tar.gz: a2a2b321c3e598d307860d28942f59de68edebca
5
5
  SHA512:
6
- metadata.gz: f7ab2fbec59e6dadb29ae98b10192e7ac5dd0ddd4e9dbdb0fe43ff289f4a354014170ec1eb55840b57a95dadfc12428880475ad517238cb0813d439c34c4cb2b
7
- data.tar.gz: 72f0d51bf15c8dee374f876356f4b0af47f1af9b74d1056568adf0c8a8fbc0e45119b0f585c643e3a1913f757a4303cf3af16a01edf0096c0729769039d78fe4
6
+ metadata.gz: 7c7901d130de0a55fbc91da57261b3add2e9695984e79c127e5f7981bb29c16fe90a3187eaaf1d1894458ce37f0c379fec15110bd0749df59ed20e5ccd38f125
7
+ data.tar.gz: 29d8e6261e0a9031ca7c0345d3e70050b2fa9530e6a6a827d12cfd167d32af31af6a2418f1991663c39270935cbd31c45436d6c3af3edc37c7a2b07881c3d580
data/License.md ADDED
@@ -0,0 +1,21 @@
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.
@@ -1,3 +1,3 @@
1
1
  module NaiveText
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: NaiveText
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - RicciFlowing
@@ -92,6 +92,7 @@ files:
92
92
  - ".travis.yml"
93
93
  - Gemfile
94
94
  - Guardfile
95
+ - License.md
95
96
  - NaiveText.gemspec
96
97
  - README.md
97
98
  - Rakefile