wideopenspaces-flickry 0.1.2 → 0.1.3

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.
Files changed (3) hide show
  1. data/flickry.gemspec +1 -1
  2. data/lib/flickry/base.rb +8 -0
  3. metadata +1 -1
data/flickry.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "flickry"
3
- s.version = "0.1.2"
3
+ s.version = "0.1.3"
4
4
  s.date = "2008-11-16"
5
5
  s.summary = "Friendlier interface to flickr API, uses flickraw underneath"
6
6
  s.email = "jake@wideopenspac.es"
data/lib/flickry/base.rb CHANGED
@@ -4,6 +4,14 @@ module Flickry
4
4
  super(*args)
5
5
  end
6
6
 
7
+ def attributes
8
+ attrs = {}
9
+ each_pair do |m,v|
10
+ attrs[m] = v
11
+ end
12
+ attrs
13
+ end
14
+
7
15
  protected
8
16
 
9
17
  def extract_attrs_into_substructs!(src, mapping, default = nil)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wideopenspaces-flickry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Stetser