mborromeo-facebooker 1.0.30 → 1.0.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/facebooker/session.rb +1 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -20,7 +20,7 @@ HOE = Hoe.new('facebooker', Facebooker::VERSION::STRING) do |p|
20
20
  p.history_file = 'CHANGELOG.rdoc'
21
21
  p.remote_rdoc_dir = '' # Release to root
22
22
  p.test_globs = 'test/**/*_test.rb'
23
- p.extra_deps << ['json', '>= 1.0.0']
23
+ p.extra_deps << ['json-jruby', '>= 1.0.0']
24
24
  p.extra_rdoc_files = FileList['*.rdoc']
25
25
  end
26
26
 
@@ -535,7 +535,7 @@ module Facebooker
535
535
 
536
536
 
537
537
  def self.configuration_file_path
538
- @configuration_file_path || File.expand_path("~/.facebookerrc")
538
+ @configuration_file_path # || File.expand_path("~/.facebookerrc")
539
539
  end
540
540
 
541
541
  def self.configuration_file_path=(path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mborromeo-facebooker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.30
4
+ version: 1.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Fowler