File tree Expand file tree Collapse file tree 3 files changed +6
-31
lines changed Expand file tree Collapse file tree 3 files changed +6
-31
lines changed Original file line number Diff line number Diff line change @@ -9,22 +9,18 @@ Gem::Specification.new do |spec|
99 spec . authors = [ "Igor Fedoronchuk" ]
1010 spec . email = [ "fedoronchuk@gmail.com" ]
1111
12- if spec . respond_to? ( :metadata )
13- spec . metadata [ 'allowed_push_host' ] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server."
14- end
15-
1612 spec . summary = %q{datetimepicker extension for ActiveAdmin}
17- spec . description = %q{Integrate xdan datetimepicker jQuery plugin to ActiveAdmin}
18- spec . homepage = "TODO: Put your gem's website or public repo URL here. "
13+ spec . description = %q{Integrate jQuery xdan datetimepicker plugin to ActiveAdmin}
14+ spec . homepage = "https://github.com/activeadmin-plugins/activeadmin_datetimepicker "
1915 spec . license = "MIT"
2016
2117 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
22- spec . bindir = "exe "
23- spec . executables = spec . files . grep ( %r{^exe /} ) { |f | File . basename ( f ) }
18+ spec . bindir = "bin "
19+ spec . executables = spec . files . grep ( %r{^bin /} ) { |f | File . basename ( f ) }
2420 spec . require_paths = [ "lib" ]
2521
26- spec . add_dependency "xdan-datetimepicker-rails"
22+ spec . add_dependency "xdan-datetimepicker-rails" , "~> 2.4"
2723 spec . add_development_dependency "bundler" , "~> 1.8"
2824 spec . add_development_dependency "rake" , "~> 10.0"
2925
30- end
26+ end
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments