textmagic 0.7.0 → 0.7.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/MIT-LICENSE +20 -0
  3. data/lib/textmagic/version.rb +1 -1
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0465c4db491828640efa4ca882e0ab95884e4cde
4
- data.tar.gz: 96c9846d3a600b35896843d67f778a60f2f97c3c
3
+ metadata.gz: b39baead2a523e9244ec9cabbe9cb1300b53b2b1
4
+ data.tar.gz: 76eb9d0a1a838df099dc5c98b7a93599fe390376
5
5
  SHA512:
6
- metadata.gz: 6de90d2f47bab95032839e143a2ea945f7786a99afb34f51d07a76b63cf5008186a6488d4c49a5427a86ab9a9f7aa3f3a090ef6327e3b84efb112a6f3b8f8b9e
7
- data.tar.gz: e6b8a540489968dc9c6c7e8b018a333d9fac8fde9b7335741d1630fb449d0ffecf2201dd660cf3f3910eabcf573dc6e02609ecec5bc7b339481ad030a4dd9cc8
6
+ metadata.gz: 29eb21029e28b0a31823e19c719abea4121e1bd99189071fca0e7e17d65958e0e2f5b57c01f6d113c6d8d16bfb0444da9160e5fe39c0f50d054b3f92c5c8e592
7
+ data.tar.gz: 3a3ff04415c2cf77a9f70e0fbb5838716096130d5d359c647864c9d15f77f928d828f094bb18659dcc563f2731057f885c72ae285246ee1f0e295718537c619d
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2009-2017 Vladimír Bobeš Tužinský
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module Textmagic
2
2
 
3
- VERSION = "0.7.0".freeze
3
+ VERSION = "0.7.1".freeze
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: textmagic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimír Bobeš Tužinský
@@ -29,6 +29,7 @@ files:
29
29
  - ".ruby-version"
30
30
  - History.txt
31
31
  - LICENSE
32
+ - MIT-LICENSE
32
33
  - README.md
33
34
  - Rakefile
34
35
  - bin/tm