flickr-login 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
12
12
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
13
13
  gem.require_paths = ["lib"]
14
- gem.version = "0.0.2"
14
+ gem.version = "0.0.3"
15
15
 
16
16
  gem.add_dependency "oauth"
17
17
  end
@@ -1,7 +1,7 @@
1
1
  require 'oauth'
2
2
  require 'uri'
3
3
 
4
- module Flickr
4
+ class Flickr
5
5
  class Login
6
6
  DEFAULTS = {
7
7
  site: "http://www.flickr.com/services",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flickr-login
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
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-23 00:00:00.000000000 Z
12
+ date: 2012-12-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: oauth
@@ -68,3 +68,4 @@ specification_version: 3
68
68
  summary: This is a Rack endpoint that provides Flickr authentication. Basically it
69
69
  is a lightweight alternative to the "omniauth-flickr" gem.
70
70
  test_files: []
71
+ has_rdoc: