ad_gear_client 0.3.8 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -8,6 +8,12 @@ AdGear is a product of Bloom Digital Platforms, a Montreal-based company founded
8
8
 
9
9
  == Getting Started
10
10
 
11
+ === Installation
12
+
13
+ $ gem install ad_gear_client -s http://gemcutter.org/
14
+
15
+ === Usage
16
+
11
17
  Create a config file, such as config/ad_gear.yml
12
18
 
13
19
  # Sample ad_gear.yml configuration file. This file uses the same environment specifications as Rails, but they are actually optional
@@ -33,7 +39,7 @@ Create a config file, such as config/ad_gear.yml
33
39
 
34
40
  Then, load the configuration:
35
41
 
36
- require "ad_gear"
42
+ require "ad_gear_client"
37
43
 
38
44
  AdGear.config = AdGear::Config.new("path/to/ad_gear.yml", RAILS_ENV) # or whatever ENV you need
39
45
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.8
1
+ 0.4.0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ad_gear_client}
8
- s.version = "0.3.8"
8
+ s.version = "0.4.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Fran\303\247ois Beausoleil"]
@@ -29,7 +29,6 @@ Gem::Specification.new do |s|
29
29
  "examples/prelude.rb",
30
30
  "examples/read_write_site.rb",
31
31
  "examples/upload_file_to_ad_unit.rb",
32
- "lib/ad_gear.rb",
33
32
  "lib/ad_gear/ad_spot.rb",
34
33
  "lib/ad_gear/ad_spot_membership.rb",
35
34
  "lib/ad_gear/ad_unit.rb",
@@ -56,6 +55,7 @@ Gem::Specification.new do |s|
56
55
  "lib/ad_gear/web_campaign.rb",
57
56
  "lib/ad_gear/web_placement.rb",
58
57
  "lib/ad_gear/xml_format.rb",
58
+ "lib/ad_gear_client.rb",
59
59
  "test/ad_gear/ad_spot_test.rb",
60
60
  "test/ad_gear/config_test.rb",
61
61
  "test/ad_gear/placement_rule_test.rb",
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ad_gear_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Fran\xC3\xA7ois Beausoleil"
@@ -85,7 +85,6 @@ files:
85
85
  - examples/prelude.rb
86
86
  - examples/read_write_site.rb
87
87
  - examples/upload_file_to_ad_unit.rb
88
- - lib/ad_gear.rb
89
88
  - lib/ad_gear/ad_spot.rb
90
89
  - lib/ad_gear/ad_spot_membership.rb
91
90
  - lib/ad_gear/ad_unit.rb
@@ -112,6 +111,7 @@ files:
112
111
  - lib/ad_gear/web_campaign.rb
113
112
  - lib/ad_gear/web_placement.rb
114
113
  - lib/ad_gear/xml_format.rb
114
+ - lib/ad_gear_client.rb
115
115
  - test/ad_gear/ad_spot_test.rb
116
116
  - test/ad_gear/config_test.rb
117
117
  - test/ad_gear/placement_rule_test.rb