-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathair-datepicker-rails.gemspec
More file actions
22 lines (19 loc) · 926 Bytes
/
air-datepicker-rails.gemspec
File metadata and controls
22 lines (19 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
require File.expand_path('../lib/air-datepicker-rails/version', __FILE__)
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'air-datepicker-rails'
s.version = AirDatepickerRails::VERSION
s.date = Time.now.strftime('%Y-%m-%d')
s.author = 'Ivan Filenko'
s.email = 'ivan.filenko@protonmail.com'
s.license = 'MIT'
s.homepage = 'https://github.com/prog1dev/air-datepicker-rails'
s.summary = 'Cool jQuery datepicker for the Rails asset pipeline'
s.description = 'Cool jQuery datepicker for the Rails asset pipeline'
s.required_ruby_version = '>= 1.9.3'
s.require_paths = ['lib']
s.add_development_dependency 'bundler'
s.add_development_dependency 'rake'
s.add_development_dependency 'rails'
s.add_development_dependency 'rspec'
end