forked from jnarowski/gcal4ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgcal4ruby.gemspec
20 lines (20 loc) · 1.18 KB
/
gcal4ruby.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Gem::Specification.new do |s|
s.name = %q{gcal4ruby}
s.version = "0.5.6.1"
s.date = %q{2011-04-05}
s.authors = ["Mike Reich", "Ignacio Carrera"]
s.email = %q{[email protected]}
s.summary = %q{A full featured wrapper for interacting with the Google Calendar API}
s.homepage = %q{http://github.com/sumin/gcal4ruby}
s.description = "GCal4Ruby is a Ruby Gem that can be used to interact with the current version of the Google Calendar API. GCal4Ruby provides the following features: Create and edit calendar events, Add and invite users to events, Set reminders, Make recurring events."
s.files = ["README", "CHANGELOG", "lib/gcal4ruby.rb", "lib/gcal4ruby/service.rb", "lib/gcal4ruby/calendar.rb", "lib/gcal4ruby/event.rb", "lib/gcal4ruby/recurrence.rb"]
# s.rubyforge_project = 'gcal4ruby'
s.has_rdoc = true
s.test_files = ['test/unit.rb']
s.add_dependency('gdata4ruby', '>= 0.1.2')
# s.add_dependency('activesupport', '~> 2.3') #cordawyn
# s.add_dependency('activesupport', '>=2.3.5') #old
# s.add_dependency('activesupport', '3.0.7') #my old try
s.add_dependency('activesupport', '3.1.0') #my try
s.add_dependency('tzinfo', '>= 0.3.22')
end