unsavory 1.0.3 → 1.0.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +1 -0
  3. data/bin/unsavory +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 15f3240c58eb76338fb87d8205795da49d5e0a1a
4
- data.tar.gz: 49d1d0433d186bb9b3b77ab9ee41b42853992d29
3
+ metadata.gz: dd3e832e00db17d7347009eefc549a9823710d9e
4
+ data.tar.gz: 23329d350aa65f7c502015f7d866a02137949a54
5
5
  SHA512:
6
- metadata.gz: a2cc0a08e0b2237f1c00853533bdfa08dde24f5524bbb4225fa142984c951384964f50ebdc2fbdb719bd3005d2c9ce9544f1d6e8b415e8a7ff22efaa23ec916b
7
- data.tar.gz: 60465bc83ddea4119ad05260fc311582ab06c5836d97e0063ea780c477a7404ee68b945bf2424db92560761a80f84fc0a0b375f1595fa4228f878c4312c0bf8a
6
+ metadata.gz: e2598ef432c7b22777e6ba4931dcf86784db9251e62639c836eb3833349624ea23e3d38f47d92ec2c545aece3e289f043debbcd90f20dae644fc72588f5944e2
7
+ data.tar.gz: ed52d2dc40930bf3d10bdc6cae199145e88370f2b661411a9fc80e2bb41e6e6f25d84a358c841dbafb446a223d3efe56d2c3cf76c0ce70d459a4426e6bc19ca1
@@ -36,6 +36,7 @@ Any link that returns an HTTP status code of 404 will be deleted without warning
36
36
 
37
37
  # Write tests.
38
38
  # Use tests to clean up code.
39
+ # Add option to replace links with Archive.org links
39
40
 
40
41
  == Author
41
42
 
@@ -14,7 +14,7 @@ CFG_FILE = File.join(ENV['HOME'], ".#{File.basename($0)}")
14
14
 
15
15
  if File.exists?(CFG_FILE)
16
16
  puts "Using config file '#{CFG_FILE}'"
17
- user, pass = File.new(CFG_FILE).gets.chomp.split(':')
17
+ user, pass = File.new(CFG_FILE).gets.chomp.split(':', 2)
18
18
  elsif highline
19
19
  hl = HighLine.new
20
20
  user = hl.ask('Enter Pinboard username: ')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unsavory
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kohl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-30 00:00:00.000000000 Z
11
+ date: 2013-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty