Sha256: 0d963689d62b3ae9a25dc3dabd78908e97d16fd8f9cefa9f22df737e373655db
Contents?: true
Size: 1.19 KB
Versions: 3
Compression:
Stored size: 1.19 KB
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "freistil/rubocop/version" Gem::Specification.new do |spec| spec.name = "freistil-rubocop" spec.version = Freistil::Rubocop::VERSION spec.authors = ["freistil IT Ltd"] spec.email = ["ops@freistil.it"] spec.license = "Apache-2.0" spec.summary = %q{Rubocop style definitions for freistil IT} spec.description = %q{Ruby style definitions shared by the freistil IT team} spec.homepage = "https://github.com/freistil/freistil-rubocop" if spec.respond_to?(:metadata) spec.metadata["allowed_push_host"] = "https://rubygems.org" else raise "RubyGems 2.0 or newer is required to protect against " \ "public gem pushes." end spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "rubocop" spec.add_dependency "rubocop-rspec" spec.add_development_dependency "bundler" spec.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
freistil-rubocop-0.8.0 | freistil-rubocop.gemspec |
freistil-rubocop-0.7.1 | freistil-rubocop.gemspec |
freistil-rubocop-0.6.0 | freistil-rubocop.gemspec |