forked from jcasimir/gcal4ruby
-
Notifications
You must be signed in to change notification settings - Fork 2
/
clio-gcal4ruby.gemspec
28 lines (24 loc) · 1.23 KB
/
clio-gcal4ruby.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{clio-gcal4ruby}
s.version = "0.3.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mike Reich", "Matt Gornick", "Jeff Casimir", "Tys von Gaza"]
s.date = %q{2010-08-25}
s.description = %q{A full featured wrapper for interacting with the Google Calendar API}
s.email = %q{[email protected]}
s.files = ["README.markdown", "CHANGELOG", "lib/gcal4ruby.rb", "lib/gcal4ruby/base.rb", "lib/gcal4ruby/service.rb", "lib/gcal4ruby/calendar.rb", "lib/gcal4ruby/event.rb", "lib/gcal4ruby/recurrence.rb", "test/unit.rb"]
s.homepage = %q{http://github.com/tvongaza/gcal4ruby}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{A full featured wrapper for interacting with the Google Calendar API. This is a new branch to written by Tys von Gaza to incorporate OAuth into the Authentication}
s.test_files = ["test/unit.rb"]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end