refinerycms-bootstrap.gemspec in refinerycms-bootstrap-0.0.0 vs refinerycms-bootstrap.gemspec in refinerycms-bootstrap-0.0.1
- old
+ new
@@ -1,23 +1,23 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
-require 'refinerycms/bootstrap/version'
-Gem::Specification.new do |spec|
- spec.name = "refinerycms-bootstrap"
- spec.version = Refinerycms::Bootstrap::VERSION
- spec.authors = ["Fernando Aleman"]
- spec.email = ["fernandoaleman@mac.com"]
- spec.description = %q{Placeholder for Refinery CMS twitter bootstrap theme}
- spec.summary = %q{Placeholder for Refinery CMS twitter bootstrap theme}
- spec.homepage = ""
- spec.license = "MIT"
+Gem::Specification.new do |s|
+ s.name = 'refinerycms-bootstrap'
+ s.version = '0.0.1'
+ s.authors = ['Fernando Aleman']
+ s.email = ['fernandoaleman@mac.com']
+ s.description = 'Refinery CMS extension that adds Twitter Bootstrap 3'
+ s.summary = 'Refinery CMS extension that adds Twitter Bootstrap 3'
+ s.homepage = 'https://github.com/fernandoaleman/refinerycms-bootstrap'
+ s.license = 'MIT'
- spec.files = `git ls-files`.split($/)
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
- spec.require_paths = ["lib"]
+ s.files = `git ls-files`.split($/)
+ s.test_files = s.files.grep(%r{^(test|spec|features)/})
+ s.require_paths = ['lib']
- spec.add_development_dependency "bundler", "~> 1.3"
- spec.add_development_dependency "rake"
+ s.add_development_dependency 'bundler', '~> 1.3'
+ s.add_development_dependency 'rake'
+
+ s.add_dependency 'bootstrap-sass-rails'
end