poefy 1.1.1 → 2.0.1

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: '06059d000cd8bcb1337f205e71c7aef33d6cebc5'
4
- data.tar.gz: 66b55d23d1ed3f633f95d40b6a5cd6f1995a4273
2
+ SHA256:
3
+ metadata.gz: 6bb17381dbd60ef2ce0a6459c2b46d5eb691a2d4b7b8e90a6b6f4503cd3f5d51
4
+ data.tar.gz: bbc41fa362c71c640d09ab557fc2e00b54557f42c6b1bf01f49c1c4112516a83
5
5
  SHA512:
6
- metadata.gz: '09fb8bb6486cffe87fc73810e161f3760fd237e8d8c86e79606752751e3748b0914612795cbaa33215282a65274f0373d8477dd60c57a342316b242494641fc2'
7
- data.tar.gz: dcc401e9907c144d01e4d6cb1042335669a4b762e087b6c07da576eaaab838876b2c56a1732be2643c7a5793f9280700249108564c4ca5956526a064088bae7b
6
+ metadata.gz: 1fdf43d6749d8c1640b93d6da6be938883a36a67a7456ee16c3e57df920cbc8f98ea4fe1474bfad233d7908bf02fb85f67ad64a8523a0dbff09df0f847d77704
7
+ data.tar.gz: e01a71a591c5a9f79c1399e579013ed1f1774b83957e149bb78e98a52c6c5033ee538dbac20d120ba0dfc15bbe8a9e034790c8724a1cb15abe85ee5569ecbc7c
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>.