rounders-gdata-ruby 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/gdata/client.rb +1 -0
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -42,7 +42,7 @@ spec = Gem::Specification.new do |s|
42
42
  s.summary = "Google Data APIs Ruby Utility Library"
43
43
  s.rubyforge_project = 'rounders-gdata-ruby'
44
44
  s.name = 'rounders-gdata-ruby'
45
- s.version = '1.1.1'
45
+ s.version = '1.1.2'
46
46
  s.requirements << 'none'
47
47
  s.require_path = 'lib'
48
48
  s.test_files = FileList['test/ts_gdata.rb']
@@ -28,6 +28,7 @@ require 'gdata/client/photos'
28
28
  require 'gdata/client/spreadsheets'
29
29
  require 'gdata/client/webmaster_tools'
30
30
  require 'gdata/client/youtube'
31
+ require 'gdata/client/maps'
31
32
 
32
33
  module GData
33
34
  module Client
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rounders-gdata-ruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 1
10
- version: 1.1.1
9
+ - 2
10
+ version: 1.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rounders