gifd 0.0.1 → 0.0.3

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 (2) hide show
  1. data/bin/gifd +3 -0
  2. metadata +4 -4
data/bin/gifd CHANGED
@@ -4,6 +4,9 @@
4
4
  USER_GIF_LOCATION = '~/.gifs'
5
5
  DEFAULT_GIF_LOCATION = File.join(File.dirname(__FILE__), '..', '.gifs')
6
6
 
7
+ # Ensure there is a file in the user gif location
8
+ `touch #{USER_GIF_LOCATION}`
9
+
7
10
  COMMAND = ARGV[0]
8
11
  DEFAULT_GIFS = Hash[`cat #{DEFAULT_GIF_LOCATION}`.split("\n").map{|g| g.split}]
9
12
  USER_GIFS = Hash[`cat #{USER_GIF_LOCATION}`.split("\n").map{|g| g.split}]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gifd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-07 00:00:00.000000000Z
12
+ date: 2012-08-15 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Allows users to maintain a library of gif locations, and easily copy
15
15
  those to their clipboard/open them in their browser.
@@ -21,7 +21,7 @@ extra_rdoc_files: []
21
21
  files:
22
22
  - .gifs
23
23
  - bin/gifd
24
- homepage: http://www.google.com
24
+ homepage: https://github.com/indspenceable/gifd
25
25
  licenses: []
26
26
  post_install_message:
27
27
  rdoc_options: []
@@ -41,7 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
41
41
  version: '0'
42
42
  requirements: []
43
43
  rubyforge_project:
44
- rubygems_version: 1.8.10
44
+ rubygems_version: 1.8.24
45
45
  signing_key:
46
46
  specification_version: 3
47
47
  summary: Manage links to gifs.