Skip to content

Commit 6fa602e

Browse files
committed
Merge pull request #5 from activeadmin-plugins/0.1.0
gemspec fixes for release
2 parents b8d4472 + dd9c4c0 commit 6fa602e

File tree

3 files changed

+6
-31
lines changed

3 files changed

+6
-31
lines changed

active_admin_datetimepicker.gemspec

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff 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

bin/console

Lines changed: 0 additions & 14 deletions
This file was deleted.

bin/setup

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)