Sha256: 3b42f09a56b92b43dbde10c143da7027a55ef0871e141fe9876e4c791c9a4b5b
Contents?: true
Size: 1017 Bytes
Versions: 1
Compression:
Stored size: 1017 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "datetime_picker_input/version" Gem::Specification.new do |spec| spec.name = "datetime_picker_input" spec.version = DatetimePickerInput::VERSION spec.authors = %w(Juanito Fatas) spec.email = %w(katehuang0320@gmail.com) spec.summary = %(Datetime picker wrapper of https://github.com/TrevorS/bootstrap3-datetimepicker-rails, for use with simple_form on Rails 4+.) spec.description = spec.summary spec.homepage = "https://github.com/jollygoodcode/datetime_picker_input" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = Dir["spec/**/*"] spec.require_paths = %w(lib) spec.add_runtime_dependency "bootstrap3-datetimepicker-rails", "~> 4.0.0" spec.add_runtime_dependency "momentjs-rails", ">= 2.9.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datetime_picker_input-4.0.0 | datetime_picker_input.gemspec |