iphoto2 1.0.0 → 1.0.1

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 (2) hide show
  1. data/iphoto2.rb +1 -1
  2. metadata +1 -1
data/iphoto2.rb CHANGED
@@ -80,7 +80,7 @@ class Album
80
80
  end
81
81
 
82
82
  def each
83
- @images.each do |i|
83
+ images.each do |i|
84
84
  yield i
85
85
  end
86
86
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11.3
3
3
  specification_version: 1
4
4
  name: iphoto2
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.0
6
+ version: 1.0.1
7
7
  date: 2006-01-08 00:00:00 -05:00
8
8
  summary: iphoto contains methods to parse and access the contents of the iPhoto pictures.
9
9
  require_paths: