jekyll-bower.gemspec in jekyll-bower-1.0.1 vs jekyll-bower.gemspec in jekyll-bower-1.0.2
- old
+ new
@@ -3,10 +3,10 @@
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'jekyll/plugin_version'
Gem::Specification.new do |s|
s.name = 'jekyll-bower'
- s.version = JekyllPlugins::Bower::VERSION
+ s.version = Jekyll::Bower::VERSION
s.summary = "This plugin helps install bower that helps resolve JavaScript dependencies"
s.description = "This plugin helps install bower that helps resolve JavaScript dependencies"
s.authors = ["Rohan Sakhale"]
s.email = 'rohansakhale@gmail.com'
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
\ No newline at end of file