Sha256: cf1ad7f8c3a8e41fcfb5eaddf32085cf1ec612dd8ba3e3498054c6a80dd04532
Contents?: true
Size: 966 Bytes
Versions: 16
Compression:
Stored size: 966 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "will_pickdate/version" Gem::Specification.new do |s| s.name = "will_pickdate" s.version = WillPickdate::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Fabio Batista"] s.email = ["fbatista@webreakstuff.com"] s.homepage = "http://github.com/fbatista/ruby_will_pickdate" s.summary = "Gem wrapping of will_pickdate javascript widget" s.description = "Ruby gem wrapping will_pickdate javascript widget giving support for rails datetime_select to render it instead of the usuall set of select boxes." s.rubyforge_project = "will_pickdate" s.add_development_dependency "rake" s.add_development_dependency "test-unit" s.add_development_dependency "activesupport" s.add_development_dependency "actionpack" s.add_development_dependency 'jquery-rails' s.files = `git ls-files`.split("\n") s.require_path = "lib" end
Version data entries
16 entries across 16 versions & 1 rubygems