sem4r 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sem4r (0.1.4)
4
+ sem4r (0.1.6)
5
5
  builder
6
6
  builder
7
7
  haml
@@ -16,41 +16,41 @@ PATH
16
16
  GEM
17
17
  remote: http://rubygems.org/
18
18
  specs:
19
- addressable (2.2.4)
19
+ addressable (2.2.6)
20
20
  builder (3.0.0)
21
21
  diff-lcs (1.1.2)
22
22
  differ (0.1.2)
23
- haml (3.0.25)
24
- highline (1.6.1)
25
- httpadapter (0.2.1)
23
+ haml (3.1.1)
24
+ highline (1.6.2)
25
+ httpadapter (1.0.0)
26
26
  addressable (~> 2.2.0)
27
- httpclient (2.1.6.1)
27
+ httpclient (2.2.0.2)
28
28
  json (1.5.1)
29
29
  json (1.5.1-java)
30
30
  nokogiri (1.4.4)
31
31
  nokogiri (1.4.4-java)
32
32
  weakling (>= 0.0.3)
33
33
  optparse-command (0.1.6)
34
- rack (1.2.1)
35
- rake (0.8.7)
36
- rspec (2.5.0)
37
- rspec-core (~> 2.5.0)
38
- rspec-expectations (~> 2.5.0)
39
- rspec-mocks (~> 2.5.0)
40
- rspec-core (2.5.1)
41
- rspec-expectations (2.5.0)
34
+ rack (1.3.0)
35
+ rake (0.9.0)
36
+ rspec (2.6.0)
37
+ rspec-core (~> 2.6.0)
38
+ rspec-expectations (~> 2.6.0)
39
+ rspec-mocks (~> 2.6.0)
40
+ rspec-core (2.6.3)
41
+ rspec-expectations (2.6.0)
42
42
  diff-lcs (~> 1.1.2)
43
- rspec-mocks (2.5.0)
44
- signet (0.2.0)
43
+ rspec-mocks (2.6.0)
44
+ signet (0.2.2)
45
45
  addressable (~> 2.2.1)
46
- httpadapter (~> 0.2.0)
47
- json (~> 1.5.0)
48
- sinatra (1.1.3)
46
+ httpadapter (~> 1.0.0)
47
+ json (>= 1.4.6)
48
+ sinatra (1.2.6)
49
49
  rack (~> 1.1)
50
- tilt (>= 1.2.2, < 2.0)
51
- tilt (1.2.2)
50
+ tilt (< 2.0, >= 1.2.2)
51
+ tilt (1.3.2)
52
52
  weakling (0.0.4-java)
53
- yard (0.6.4)
53
+ yard (0.7.1)
54
54
 
55
55
  PLATFORMS
56
56
  java
@@ -33,6 +33,7 @@ module Sem4r
33
33
  @connector = connector
34
34
  @service_namespace = "https://adwords.google.com/api/adwords/cm/v201008"
35
35
  @header_namespace = @service_namespace
36
+ @production_service_url = "https://adwords.google.com/api/adwords/cm/v201101/AdGroupService"
36
37
  @sandbox_service_url = "https://adwords-sandbox.google.com/api/adwords/cm/v201008/AdGroupService"
37
38
  init(@header_namespace, @service_namespace)
38
39
  end
@@ -34,6 +34,7 @@ module Sem4r
34
34
  @service_namespace = "https://adwords.google.com/api/adwords/cm/v201008"
35
35
  @header_namespace = @service_namespace
36
36
 
37
+ @production_service_url = "https://adwords.google.com/api/adwords/cm/v201008/CampaignService"
37
38
  @sandbox_service_url = "https://adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignService"
38
39
  init(@header_namespace, @service_namespace)
39
40
  end
@@ -23,5 +23,5 @@
23
23
  # -------------------------------------------------------------------------
24
24
 
25
25
  module Sem4r
26
- VERSION="0.1.5"
26
+ VERSION="0.1.6"
27
27
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sem4r
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.5
5
+ version: 0.1.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sem4r
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-10 00:00:00 +02:00
13
+ date: 2011-05-29 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -455,7 +455,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
455
455
  requirements: []
456
456
 
457
457
  rubyforge_project:
458
- rubygems_version: 1.5.2
458
+ rubygems_version: 1.6.2
459
459
  signing_key:
460
460
  specification_version: 3
461
461
  summary: Library to access google adwords api. Works with ruby 1.9 and ruby 1.8