adwords4r 13.0.0 → 13.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ChangeLog.txt +3 -0
  2. data/Rakefile +3 -3
  3. metadata +3 -3
data/ChangeLog.txt CHANGED
@@ -1,3 +1,6 @@
1
+ 13.0.1
2
+ - Modified the file permissions on many of the files to make them world-readable.
3
+
1
4
  13.0.0
2
5
  - Added support for v13 of the AdWords API.
3
6
 
data/Rakefile CHANGED
@@ -16,7 +16,7 @@ require 'lib/adwords4r/services'
16
16
 
17
17
  CLOBBER.include('pkg')
18
18
 
19
- CURRENT_VERSION = '13.0.0'
19
+ CURRENT_VERSION = '13.0.1'
20
20
  PKG_VERSION = ENV['REL'] ? ENV['REL'] : CURRENT_VERSION
21
21
 
22
22
  SRC_RB = FileList['lib/**/*.rb']
@@ -166,8 +166,8 @@ else
166
166
  Adwords4r provides an easy to use way to access the AdWords API in ruby.\
167
167
  Currently the following AdWords API versions are supported:\
168
168
  \
169
- * V10\
170
- * V11\
169
+ * V12\
170
+ * V13\
171
171
  }
172
172
 
173
173
  s.files = PKG_FILES.to_a
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adwords4r
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.0.0
4
+ version: 13.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeffrey Posnick, Patrick Chanezon, Ryan Leavengood
@@ -9,7 +9,7 @@ autorequire: adwords4r
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-22 00:00:00 -04:00
12
+ date: 2008-10-23 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -32,7 +32,7 @@ dependencies:
32
32
  - !ruby/object:Gem::Version
33
33
  version: 2.1.2
34
34
  version:
35
- description: Adwords4r provides an easy to use way to access the AdWords API in ruby.Currently the following AdWords API versions are supported:* V10* V11
35
+ description: Adwords4r provides an easy to use way to access the AdWords API in ruby.Currently the following AdWords API versions are supported:* V12* V13
36
36
  email: jeffy@google.com
37
37
  executables: []
38
38