fosbury 0.9.2 → 0.9.3

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/lib/fosbury/client.rb +1 -1
  2. metadata +3 -2
@@ -128,7 +128,7 @@ module Fosbury
128
128
  def delete_campaign_backfield campaign_id, backfield_id
129
129
  raise "Please provide a campaign_id" if campaign_id.nil?
130
130
  raise "Please provide a backfield_id" if backfield_id.nil?
131
- delete "#{@endpoint}/campaigns/#{campaign_id}/backfields/#{location_id}"
131
+ delete "#{@endpoint}/campaigns/#{campaign_id}/backfields/#{backfield_id}"
132
132
  end
133
133
 
134
134
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fosbury
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -69,7 +69,8 @@ files:
69
69
  - lib/fosbury.rb
70
70
  - lib/fosbury/client.rb
71
71
  homepage: http://rubygems.org/gems/fosbury
72
- licenses: []
72
+ licenses:
73
+ - Apache-2.0
73
74
  post_install_message:
74
75
  rdoc_options: []
75
76
  require_paths: