# -*- encoding: utf-8 -*- require File.expand_path('../lib/rails_calendar/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Pragash Rajarathnam"] gem.email = ["pragashonlink@gmail.com"] gem.description = %q{Gem to include pop up calendars that display, format both date and time using javascript} gem.summary = %q{Gem to include pop up calendars that display, format both date and time using javascript} gem.homepage = "http://pragashblog.blogspot.com" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "rails_calendar" gem.require_paths = ["lib"] gem.version = RailsCalendar::VERSION end