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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6186a5c36dfb2d7e14e6271b45bb1f9040603385
4
- data.tar.gz: 47a8b71dacbd00fde35228da01fb7c057c8e40ec
3
+ metadata.gz: 1c8ccd16e480f7916a9d5f37fc1e53d8a202a166
4
+ data.tar.gz: 0f614a325332b9e23fbdc8acc9299f3056eb4422
5
5
  SHA512:
6
- metadata.gz: 5e4685396b55ebf68218ce6c89e6878d8a1723caff9702f2becf7ba1f3467a52cd42849effddd0631d92b58b23b4af6b8e64b50bdfeeaea5228bf1f0f6eb9dc2
7
- data.tar.gz: d797d51163782785ca1b88b3c8f2ed831fb4cfc027fd46da2cd23243075bb0b519e02aea588a303d1e8a53be2e728b6a341be4d5fc9c4a6de40ee77ad043af4a
6
+ metadata.gz: eefacf5d7d8198bf79bcf1ed739e1dd5892ab5b17b799a7a0d08eb91f3e964cdc703b1aa8d57b2512837409c1ff00f5caa991bfedb3fdadb8794d6a0711c526c
7
+ data.tar.gz: abb18bfae40f56fe623be3684d3ead5c510fe0812fc6aba9da6c403c0117f4e1815a13153c74b51f0bc13fef3122850ff42e15c88d91242256a366304aeb96df
data/HISTORY.md CHANGED
@@ -0,0 +1,11 @@
1
+ # 1.0.2 (2014-04-17)
2
+
3
+ * Fixed a configuration version bug
4
+
5
+ # 1.0.1 (2014-04-17)
6
+
7
+ * Documentation
8
+
9
+ # 1.0.0 (2014-04-16)
10
+
11
+ * Initial release
data/README.md CHANGED
@@ -34,7 +34,7 @@ SYNOPSIS
34
34
  pinpress [global options] command [command options] [arguments...]
35
35
 
36
36
  VERSION
37
- 1.0.1
37
+ 1.0.2
38
38
 
39
39
  GLOBAL OPTIONS
40
40
  --help - Show this message
@@ -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.1'
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.1'
23
+ VERSION = '1.0.2'
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pinpress
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Bach