gpd-request 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/gpd-request.rb +1 -1
  2. metadata +1 -1
data/lib/gpd-request.rb CHANGED
@@ -48,7 +48,7 @@ class GPDRequest
48
48
  end
49
49
 
50
50
  def array_delete(a, form_data={})
51
- a.map do |url|
51
+ a.map do |uri|
52
52
  request(uri) do |url|
53
53
  req = Net::HTTP::Delete.new(url.path, @headers)
54
54
  req.set_form_data form_data unless form_data.empty?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gpd-request
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors: []
7
7