flickr-store 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
+ require 'pp'
2
3
 
3
- require './lib/flickr-store'
4
+ BIN_ROOT = File.dirname(File.absolute_path(__FILE__))
5
+ require BIN_ROOT + '/../lib/flickr-store'
4
6
 
5
7
  CREDS_FILE = './.flickr-credentials'
6
8
  if File.exists?(CREDS_FILE)
data/bin/flickr-store CHANGED
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require './lib/flickr-store'
3
+ BIN_ROOT = File.dirname(File.absolute_path(__FILE__))
4
+ require BIN_ROOT + '/../lib/flickr-store'
4
5
 
5
6
  CREDS_FILE = './.flickr-credentials'
6
7
  if !File.exists?(CREDS_FILE)
@@ -1,5 +1,5 @@
1
1
  module Flickr
2
2
  class Store
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flickr-store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: