simple-flickr 0.1.1 → 0.1.2

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 +2 -2
  2. data/lib/simple-flickr/proxy.rb +1 -1
  3. metadata +4 -4
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ task :default => :spec
8
8
 
9
9
  spec = Gem::Specification.new do |s|
10
10
  s.name = 'simple-flickr'
11
- s.version = '0.1.0'
11
+ s.version = '0.1.2'
12
12
  s.summary = "A wrapper for Flickrs REST API"
13
13
  s.description = "A wrapper for Flickrs REST API."
14
14
 
@@ -24,7 +24,7 @@ spec = Gem::Specification.new do |s|
24
24
  s.has_rdoc = false
25
25
 
26
26
  # Dependencies
27
- s.add_dependency "hpricot", [">= 0.6.0"]
27
+ s.add_dependency "hpricot", [">= 0.8.0"]
28
28
 
29
29
  # Requirements
30
30
  s.required_ruby_version = ">= 1.8.6"
@@ -27,7 +27,7 @@ module Flickr
27
27
  # :xml<Hpricot::Elem>:: XML from Flickr, in Hpricot form.
28
28
  # :client<Flickr::Client>:: A Flickr::Client to use for communication with flickr.
29
29
  def initialize( xml, client )
30
- @attributes = xml.attributes
30
+ @attributes = xml.raw_attributes
31
31
  @client = client
32
32
  end
33
33
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-flickr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jerrett Taylor
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-22 00:00:00 -07:00
12
+ date: 2010-05-10 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.6.0
23
+ version: 0.8.0
24
24
  version:
25
25
  description: A wrapper for Flickrs REST API.
26
26
  email: jerrett@gmail.com
@@ -74,7 +74,7 @@ requirements: []
74
74
  rubyforge_project:
75
75
  rubygems_version: 1.3.5
76
76
  signing_key:
77
- specification_version: 2
77
+ specification_version: 3
78
78
  summary: A wrapper for Flickrs REST API
79
79
  test_files: []
80
80