Sha256: 128fe6be2fb31a9972fcf14a3ce58971418774ba4964423f7acd950f39f4d407
Contents?: true
Size: 1.22 KB
Versions: 4
Compression:
Stored size: 1.22 KB
Contents
require_relative 'lib/easy_style/version' Gem::Specification.new do |spec| spec.name = 'easy_style' spec.version = EasyStyle::VERSION spec.authors = ['Easy Software Ltd'] spec.email = ['info@easyredmine.com'] spec.summary = 'Rubocop configs' spec.description = 'Rubocop configs' spec.homepage = 'https://github.com/easysoftware/easy_style' spec.license = 'MIT' spec.required_ruby_version = "~> 3.1.2" # spec.metadata['allowed_push_host'] = 'TODO: Set to \'http://mygemserver.com\'' spec.metadata['homepage_uri'] = spec.homepage spec.metadata['source_code_uri'] = spec.homepage spec.metadata['changelog_uri'] = spec.homepage # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0").reject { |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', '~> 1.53.0' spec.add_dependency 'rubocop-rails', '~> 2.20.0' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
easy_style-0.5.1 | easy_style.gemspec |
easy_style-0.5.0 | easy_style.gemspec |
easy_style-0.4.1 | easy_style.gemspec |
easy_style-0.4.0 | easy_style.gemspec |