knock-knock 0.1.6 → 0.1.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ module Bubble
29
29
  Youtube = 'youtube'
30
30
 
31
31
  # http://code.google.com/apis/picasaweb/developers_guide_protocol.html#ClientLogin
32
- Picasa = 'picasa'
32
+ Picasa = 'lh2'
33
33
 
34
34
  end
35
35
  end
@@ -9,7 +9,7 @@ module Bubble
9
9
 
10
10
  # For more information take a look at the README
11
11
  module KnockKnock
12
- VERSION = '0.1.6'
12
+ VERSION = '0.1.6.1'
13
13
  APP_NAME = 'KnockKnock Ruby Gem'
14
14
  end
15
15
  end
@@ -9,6 +9,22 @@ class TestKnockKnock < Test::Unit::TestCase # :nodoc:
9
9
 
10
10
  Connection.connect('bubble.testing@gmail.com', 'bubblerocks', Services::GoogleContacts)
11
11
  assert google = Connection.auth
12
+ Connection.connect('bubble.testing@gmail.com', 'bubblerocks', Services::GoogleCalendar)
13
+ assert google = Connection.auth
14
+ Connection.connect('bubble.testing@gmail.com', 'bubblerocks', Services::GoogleApps)
15
+ assert google = Connection.auth
16
+ Connection.connect('bubble.testing@gmail.com', 'bubblerocks', Services::GoogleFinance)
17
+ assert google = Connection.auth
18
+ Connection.connect('bubble.testing@gmail.com', 'bubblerocks', Services::GoogleSpreadsheets)
19
+ assert google = Connection.auth
20
+ Connection.connect('bubble.testing@gmail.com', 'bubblerocks', Services::GoogleDocuments)
21
+ assert google = Connection.auth
22
+ Connection.connect('bubble.testing@gmail.com', 'bubblerocks', Services::Blogger)
23
+ assert google = Connection.auth
24
+ Connection.connect('bubble.testing@gmail.com', 'bubblerocks', Services::Youtube)
25
+ assert google = Connection.auth
26
+ Connection.connect('bubble.testing@gmail.com', 'bubblerocks', Services::Picasa)
27
+ assert google = Connection.auth
12
28
 
13
29
  # Test with a hosted Google Account
14
30
  Connection.connect('test@bubble.com.br', 'B48938', Services::GoogleApps)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knock-knock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Azisaka Maciel