pinpress 1.0.1 → 1.0.2
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 +4 -4
- data/HISTORY.md +11 -0
- data/README.md +1 -1
- data/lib/PinPress/constants.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c8ccd16e480f7916a9d5f37fc1e53d8a202a166
|
|
4
|
+
data.tar.gz: 0f614a325332b9e23fbdc8acc9299f3056eb4422
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eefacf5d7d8198bf79bcf1ed739e1dd5892ab5b17b799a7a0d08eb91f3e964cdc703b1aa8d57b2512837409c1ff00f5caa991bfedb3fdadb8794d6a0711c526c
|
|
7
|
+
data.tar.gz: abb18bfae40f56fe623be3684d3ead5c510fe0812fc6aba9da6c403c0117f4e1815a13153c74b51f0bc13fef3122850ff42e15c88d91242256a366304aeb96df
|
data/HISTORY.md
CHANGED
data/README.md
CHANGED
data/lib/PinPress/constants.rb
CHANGED
|
@@ -9,7 +9,7 @@ module PinPress
|
|
|
9
9
|
DESCRIPTION = 'A Pinboard application that allows for the creation of "pin templates" in almost any conceivable format.'
|
|
10
10
|
|
|
11
11
|
# The last version to require a config update
|
|
12
|
-
NEWEST_CONFIG_VERSION = '1.0.
|
|
12
|
+
NEWEST_CONFIG_VERSION = '1.0.0'
|
|
13
13
|
|
|
14
14
|
# Hash of preference files
|
|
15
15
|
PREF_FILES = {
|
|
@@ -20,5 +20,5 @@ module PinPress
|
|
|
20
20
|
SUMMARY = 'A simple CLI to create HTML templates of Pinboard data.'
|
|
21
21
|
|
|
22
22
|
# The Gem's version
|
|
23
|
-
VERSION = '1.0.
|
|
23
|
+
VERSION = '1.0.2'
|
|
24
24
|
end
|