Sha256: 46fd3a358187f9d0834d38bec969103471389b7b888c987f2c9aeb0e4c32cab1

Contents?: true

Size: 986 Bytes

Versions: 6

Compression:

Stored size: 986 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/fullcalendar-rails/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["bokmann"]
  gem.email         = ["dbock@codesherpas.com"]
  gem.description   = %q{FullCalendar is a fantastic jquery plugin that gives you an event calendar with tons of great ajax wizardry, incluing drag and drop of events.  I like having managed pipeline assets, so I gemified it.}
  gem.summary       = %q{A simple asset pipeline bundling of the fullcalendar jquery plugin.}
  gem.homepage      = "https://github.com/bokmann/fullcalendar-rails"

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "fullcalendar-rails"
  gem.require_paths = ["lib"]
  gem.version       = Fullcalendar::Rails::VERSION
  
  gem.add_development_dependency "rake"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fullcalendar-rails-2.0.2.0 fullcalendar-rails.gemspec
fullcalendar-rails-2.0.1.0 fullcalendar-rails.gemspec
fullcalendar-rails-1.6.4.0 fullcalendar-rails.gemspec
fullcalendar-rails-1.6.1.0 fullcalendar-rails.gemspec
fullcalendar-rails-1.5.4.0 fullcalendar-rails.gemspec
fullcalendar-rails-1.5.3.0 fullcalendar-rails.gemspec