fat_period 1.0.0 → 1.0.2

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
- SHA1:
3
- metadata.gz: 06d57a27d2bdf83d78c5d0a02b470af0a9f59d69
4
- data.tar.gz: 7beb9253ef8d2020d24d41dbb30c9b92d402cbbc
2
+ SHA256:
3
+ metadata.gz: 58e439b533b350997f0887486c7c93400fb45d99628c2bbef95d2ed0cdcae8f9
4
+ data.tar.gz: 897a313f0895c855d4d413b83ea9c0a8e73b22448d50c365eedc34b108956983
5
5
  SHA512:
6
- metadata.gz: 8936394c6426abb4048f95f2e2930dcafa822bb273831df12e02d26f100a6d6778581bf2e00b665e34b37fc327b242fd85cfa17bd24a8524d87142256cdd0a03
7
- data.tar.gz: e2fd7548fa3f8134b4fd3e79b8ff91aff97d30348cf3d5556faa6c4564adab292518df8748532fa3d3858a444ac4f2c210c7f4e99aecee6e2c32572626f02440
6
+ metadata.gz: 127d937be786bf59f1bbfe5337b362190786a284f1eeff13f0247aae070d96dbfb6a333c87f4b8a4c6c6031c304eb6739f75349c0be9789f4ee239b1485aa0f7
7
+ data.tar.gz: 94369cb1dc2443353a825c85740d28833c7084e854ae52a270d909c6818adf2c2213cfafcf1897eec74f68503efaee49935b83e2ab833eaada889ebd3c00ace6
data/.travis.yml CHANGED
@@ -1,5 +1,8 @@
1
- sudo: false
2
1
  language: ruby
3
2
  rvm:
4
3
  - 2.3.0
5
- before_install: gem install bundler -v 1.14.3
4
+ - 2.4
5
+ - 2.5
6
+ - 2.6
7
+ - 2.7
8
+ - ruby-head
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2018 Daniel E. Doherty
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.