flickr_airlift 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/flickr_airlift.rb +2 -2
  2. metadata +4 -4
@@ -69,8 +69,8 @@ module FlickrAirlift
69
69
 
70
70
  def self.establish_session
71
71
  auth_file = File.expand_path("~/.flick_airliftrc")
72
- FlickRaw.api_key = "d4d152785af1b0ea68a5a2d173c75707"
73
- FlickRaw.shared_secret = "b9da0b4f99507dd0"
72
+ FlickRaw.api_key = "3b2360cc04947af8cf59f51c47a6a8e4"
73
+ FlickRaw.shared_secret = "405549bcec106815"
74
74
 
75
75
  if File.exists?(auth_file)
76
76
  puts "authenticating thought #{auth_file}"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flickr_airlift
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Stephen Schor
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-24 00:00:00 -04:00
18
+ date: 2012-01-11 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency