ayn-flickr_fu 0.3.7 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 3
4
- :patch: 7
4
+ :patch: 9
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{flickr_fu}
8
- s.version = "0.3.7"
8
+ s.version = "0.3.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ben Wyrosdick", "Maciej Bilas"]
12
- s.date = %q{2009-09-16}
12
+ s.date = %q{2009-09-24}
13
13
  s.description = %q{Provides a ruby interface to flickr via the REST api}
14
14
  s.email = %q{ayn@andrewng.com}
15
15
  s.extra_rdoc_files = [
@@ -1,5 +1,5 @@
1
1
  class Flickr::Photosets::Photoset
2
- attr_accessor :id, :num_photos, :primary, :secret, :farm, :server, :title, :description
2
+ attr_accessor :id, :num_photos, :primary, :secret, :farm, :server, :title, :description, :owner
3
3
 
4
4
  def initialize(flickr, attributes)
5
5
  @flickr = flickr
@@ -39,7 +39,8 @@ class Flickr::Photosets::Photoset
39
39
  :server => photo[:server],
40
40
  :farm => photo[:farm],
41
41
  :title => photo[:title],
42
- :url_l => photo[:url_l]
42
+ :url_l => photo[:url_l],
43
+ :owner => self.owner
43
44
  }
44
45
  end
45
46
  end
@@ -37,7 +37,8 @@ class Flickr::Photosets < Flickr::Base
37
37
  :farm => photoset[:farm],
38
38
  :server => photoset[:server],
39
39
  :title => photoset.title.to_s,
40
- :description => photoset.description.to_s
40
+ :description => photoset.description.to_s,
41
+ :owner => photoset[:owner]
41
42
  }
42
43
  end
43
44
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ayn-flickr_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Wyrosdick
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-09-16 00:00:00 -07:00
13
+ date: 2009-09-24 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency