Skip to content

Commit 517f690

Browse files
committed
Bump! 0.1.1
1 parent a6abe24 commit 517f690

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google_calendar_api_v2.gemspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'google_calendar_api_v2'
3-
s.version = '0.1.0'
3+
s.version = '0.1.1'
44
s.summary = "Work with Google Calendar using GData 2.0 + OAuth 1.0"
55
s.author = ['Charles Barbier']
66
s.email = '[email protected]'
@@ -12,6 +12,7 @@ Gem::Specification.new do |s|
1212
'lib/google_calendar_api_v2/client.rb',
1313
'lib/google_calendar_api_v2/calendar.rb',
1414
'lib/google_calendar_api_v2/event.rb',
15+
'lib/google_calendar_api_v2/error/authentication.rb',
1516
'lib/google_calendar_api_v2/response/base.rb',
1617
'lib/google_calendar_api_v2/response/calendar.rb',
1718
'lib/google_calendar_api_v2/response/event.rb']

0 commit comments

Comments
 (0)