Sha256: 91b74e2521d50541c19808efe683ba9e3d0e753948596938def07b4fad10b0fa
Contents?: true
Size: 1020 Bytes
Versions: 2
Compression:
Stored size: 1020 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.17.37" spec.add_runtime_dependency "momentjs-rails", "~> 2.10.6" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datetime_picker_input-4.17.37.1 | datetime_picker_input.gemspec |
datetime_picker_input-4.17.37 | datetime_picker_input.gemspec |