2Performant 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/2Performant.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{2Performant}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["2Performant"]
12
- s.date = %q{2010-06-18}
12
+ s.date = %q{2010-07-12}
13
13
  s.description = %q{Library for the 2Performant API}
14
14
  s.email = %q{andrei@2performant.com}
15
15
  s.extra_rdoc_files = [
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -138,7 +138,7 @@ class TwoPerformant
138
138
  'search' => search
139
139
  }
140
140
 
141
- self.hook("/affiliates/search", "user", request, 'GET')
141
+ self.hook("/affiliates/search.xml", "user", request, 'GET')
142
142
  end
143
143
 
144
144
  # Merchants: List affiliates approved in campaigns
@@ -146,7 +146,7 @@ class TwoPerformant
146
146
  request = {
147
147
  'campaign_id' => campaign_id
148
148
  }
149
- self.hook("/affiliates/listformerchant", "user", request, 'GET')
149
+ self.hook("/affiliates/listformerchant.xml", "user", request, 'GET')
150
150
  end
151
151
 
152
152
  # =============
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: 2Performant
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - 2Performant
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-18 00:00:00 +03:00
18
+ date: 2010-07-12 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency