posterous 0.2.6 → 0.2.7
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/lib/posterous/model.rb +2 -1
- data/lib/posterous/version.rb +1 -1
- metadata +3 -3
data/lib/posterous/model.rb
CHANGED
|
@@ -22,7 +22,7 @@ module Posterous
|
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
def parsed_resource_url
|
|
25
|
-
self.class.parsed_resource_url
|
|
25
|
+
self.class.parsed_resource_url
|
|
26
26
|
end
|
|
27
27
|
|
|
28
28
|
def self.resource_url_keys
|
|
@@ -87,6 +87,7 @@ module Posterous
|
|
|
87
87
|
media_array = params.delete(:media)
|
|
88
88
|
media = Hash[media_array.each_with_index.map{|v,i| [i,v] }] unless media_array.nil?
|
|
89
89
|
|
|
90
|
+
finder_opts.merge!(params)
|
|
90
91
|
new post(parsed_resource_url, param_scope => params, :media => media)
|
|
91
92
|
end
|
|
92
93
|
|
data/lib/posterous/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 7
|
|
9
|
+
version: 0.2.7
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Christopher Burnett @twoism
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-
|
|
17
|
+
date: 2011-07-22 00:00:00 -07:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|