posterous 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Posterous
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 6
9
- version: 0.2.6
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-06-10 00:00:00 -07:00
17
+ date: 2011-07-22 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency