caboodle 0.1.8 → 0.1.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.8
1
+ 0.1.9
@@ -74,7 +74,7 @@ module Caboodle
74
74
  p = PosterousAPI.new
75
75
  opts[:site_id] = Caboodle::Site.posterous_site_id
76
76
  rsp = p.all(opts).perform_sleepily.parse["rsp"]
77
- rsp["post"].each{|a| r << Post.new(a)} if rsp["post"]
77
+ rsp["post"].each{|a| r << PosterousPost.new(a)} if rsp["post"]
78
78
  r
79
79
  end
80
80
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboodle
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 8
10
- version: 0.1.8
9
+ - 9
10
+ version: 0.1.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - steflewandowski