We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2842e59 commit 52f93a1Copy full SHA for 52f93a1
jQuery-Timepicker-Addon.gemspec
@@ -1,5 +1,5 @@
1
# -*- encoding: utf-8 -*-
2
-require File.expand_path('../lib/jQuery-Timepicker-Addon/version', __FILE__)
+require File.expand_path('../lib/jquery/timepicker/version', __FILE__)
3
4
Gem::Specification.new do |gem|
5
gem.authors = ["Stephane Liu"]
@@ -10,8 +10,6 @@ Gem::Specification.new do |gem|
10
11
gem.files = `git ls-files`.split($\)
12
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
13
- gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
- gem.name = "jQuery-Timepicker-Addon"
15
gem.require_paths = ["lib"]
16
- gem.version = JQuery::Timepicker::Addon::VERSION
+ gem.version = Jquery::Timepicker::VERSION
17
end
0 commit comments