booker 0.2 → 0.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/booker.rb +2 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12ce5c6cd017aa992b6dd70db7b7cf2f71731789
4
- data.tar.gz: a14a6a224145a45ef3b1df81ec657560aee47f5a
3
+ metadata.gz: 1532762ef0daee4451bf6edc98b8383ffe7efb0b
4
+ data.tar.gz: 04935d5ae99fa9ae66dd5ff6a242cdb1825b4375
5
5
  SHA512:
6
- metadata.gz: 8855af77d02586e4ff62f1643c41b8ddcab97107e01fc22fb7c1d4bab5ec837493c3a26f0a591313d5611930457623a3ce39beab8ba4f305e8ca735b613b9998
7
- data.tar.gz: 56ebded687f7e7f757e048a363e787f99fbb6454c41416e4b306ed4f8e2b49e444e1d0c9e85bbc2a97119bfeb3060852985b6f47363f5716c29f2ce0f0b5fe2c
6
+ metadata.gz: fc05ede43930fcc9632b8e1cc4f7648eb181d157e791f34983f2892f122205b1d6283b68d3e1f977bc396a2b9b698ae62ef8210353bca09fe5530ad82916ea8b
7
+ data.tar.gz: 746db64651cde56e9f52ccabec68403197af8dc9588fdc66ad5fb177d82e9c8dee90242ce0ae7f405b32295f86afa339471193ab2925491224a51ea8b847f426
@@ -1,7 +1,7 @@
1
1
  # parse web's command line args
2
2
 
3
3
 
4
- VERSION = "0.2"
4
+ VERSION = "0.2.1"
5
5
 
6
6
 
7
7
  require 'yaml'
@@ -41,8 +41,7 @@ class Booker
41
41
 
42
42
  if /[0-9]/.match(browsearg[0]) # bookmark
43
43
  bm = Bookmarks.new('')
44
- bookmark = bm.bookmark_id(browsearg)
45
- url = bm.bookmark_url(bookmark)
44
+ url = bm.bookmark_url(browsearg)
46
45
  puts 'opening ' + url + '...'
47
46
  exec browse << wrap(url)
48
47
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: booker
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Warner