active_frontend.gemspec in active_frontend-14.0.92 vs active_frontend.gemspec in active_frontend-14.0.93
- old
+ new
@@ -1,24 +1,27 @@
# coding: utf-8
+
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'active_frontend/version'
Gem::Specification.new do |spec|
spec.name = 'active_frontend'
spec.version = ActiveFrontend::VERSION
spec.authors = ['Juan Gomez']
spec.email = ['j.gomez@drexed.com']
+ # rubocop:disable Metrics/LineLength
spec.description = 'ActiveFrontend is a refreshingly modern responsive web framework for beautiful and faster project development.'
+ # rubocop:enable Metrics/LineLength
spec.summary = 'ActiveFrontend Responsive Web Framework'
spec.homepage = 'https://github.com/drexed/active_frontend'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
- spec.require_paths = ['lib']
+ spec.require_paths = %w[lib]
spec.add_runtime_dependency 'rails'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'coveralls'