poefy 1.1.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2836cb70692fce83aa7c647d66d5165b786c2a4c
4
- data.tar.gz: 359f87bf030ca881585f696d6bad29cf442e143d
2
+ SHA256:
3
+ metadata.gz: 408374abbbfda1b2e86791c184f5a9bcaab9e6fd2e6007f5e4f1cabfb2dab031
4
+ data.tar.gz: aca190d4d35367937b07573672ddc6c427c77138b2149300e8be757622433b78
5
5
  SHA512:
6
- metadata.gz: 19f4e4e13177e712efce9919ad4f524a008c6cb257d81d39e3e43ad24b8397107d6265b06ed55da22ed7dafa8b010f4947a2e05251976f6206ff7c5c186be063
7
- data.tar.gz: 9ef68d0b24110653b8d496be8f17618a5558697e426a024a78bb747b8943f2b137935fd1d456de81acd801b16c309166c0b935b917e4feb06e986dedb82bcffb
6
+ metadata.gz: 3b3997111cbdf26f4587ddd5b37ab727235a7ce598f14958598c0a72873d924d3b7af8834e404c3d64a8c65f1981a95eb3748f0adf723a24674f1dbcec55aa33
7
+ data.tar.gz: aa4fbac8379b6103bd563ffb6794ed3445b9f3928c6fdd53cd52046d7be8c7dd056d684a551ce9df390d5d99ae93cbb1880d747dd271a46433ec79bb2dba49c1
data/.rspec CHANGED
@@ -1 +1 @@
1
- --require spec_helper
1
+ --require spec_helper
data/LICENSE CHANGED
@@ -1,13 +1,13 @@
1
- Copyright (C) 2017 Paul Thompson
2
-
3
- This program is free software: you can redistribute it and/or modify
4
- it under the terms of the GNU General Public License as published by
5
- the Free Software Foundation, either version 3 of the License, or
6
- (at your option) any later version.
7
-
8
- This program is distributed in the hope that it will be useful,
9
- but WITHOUT ANY WARRANTY; without even the implied warranty of
10
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
- GNU General Public License for more details.
12
-
13
- Full text of this licence: <https://www.gnu.org/licenses/gpl.html>.
1
+ Copyright (C) 2017 Paul Thompson
2
+
3
+ This program is free software: you can redistribute it and/or modify
4
+ it under the terms of the GNU General Public License as published by
5
+ the Free Software Foundation, either version 3 of the License, or
6
+ (at your option) any later version.
7
+
8
+ This program is distributed in the hope that it will be useful,
9
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
+ GNU General Public License for more details.
12
+
13
+ Full text of this licence: <https://www.gnu.org/licenses/gpl.html>.