Sha256: fcff5f3fb2e6eec697a9fabcbc6fbf30cfe67e66c56ea2f7180e0a41fdd2048f

Contents?: true

Size: 670 Bytes

Versions: 1

Compression:

Stored size: 670 Bytes

Contents

# encoding: UTF-8

Gem::Specification.new do |s|
  s.name        = 'travis_check_rubies'
  s.version     = '0.1.0'
  s.summary     = 'Are you using the latest rubies in .travis.yml?'
  s.description = 'Check if `.travis.yml` specifies latest available rubies from listed on http://rubies.travis-ci.org and propose changes'
  s.homepage    = "http://github.com/toy/#{s.name}"
  s.authors     = ['Ivan Kuchin']
  s.license     = 'MIT'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = %w[lib]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
travis_check_rubies-0.1.0 travis_check_rubies.gemspec