Sha256: 13c36f4d1f87a3e98a2a5450f0658d82a8b976fed8f9fe36e0452da570648081

Contents?: true

Size: 1.68 KB

Versions: 47

Compression:

Stored size: 1.68 KB

Contents

require File.expand_path('on_what', File.dirname(__FILE__))
$:.push File.expand_path('../lib', __FILE__)
require 'docile/version'

Gem::Specification.new do |s|
  s.name        = 'docile'
  s.version     = Docile::VERSION
  s.author      = 'Marc Siegel'
  s.email       = 'marc@usainnov.com'
  s.homepage    = 'https://ms-ati.github.io/docile/'
  s.summary     = 'Docile keeps your Ruby DSLs tame and well-behaved'
  s.description = 'Docile turns any Ruby object into a DSL. Especially useful with the Builder pattern.'
  s.license     = 'MIT'

  # Files included in the gem
  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)

  # Specify oldest supported Ruby version
  s.required_ruby_version = '>= 1.8.7'

  # Run rspec tests from rake
  s.add_development_dependency 'rake'
  s.add_development_dependency 'rspec', '~> 3.0.0'

  # NOTE: needed for Travis builds on 1.8, but can't yet reproduce failure locally
  s.add_development_dependency 'mime-types', '~> 1.25.1' if on_1_8?

  # To limit needed compatibility with versions of dependencies, only configure
  #   yard doc generation when *not* on Travis, JRuby, or 1.8
  if !on_travis? && !on_jruby? && !on_1_8?
    # Github flavored markdown in YARD documentation
    # http://blog.nikosd.com/2011/11/github-flavored-markdown-in-yard.html
    s.add_development_dependency 'yard'
    s.add_development_dependency 'redcarpet'
    s.add_development_dependency 'github-markup'
  end

  # Coveralls test coverage tool, basically hosted SimpleCov
  s.add_development_dependency 'coveralls'
end

Version data entries

47 entries across 46 versions & 13 rubygems

Version Path
dirwatch-0.0.9 vendor/bundle/ruby/2.5.0/gems/docile-1.1.5/docile.gemspec
dirwatch-0.0.8 vendor/bundle/ruby/2.5.0/gems/docile-1.1.5/docile.gemspec
tdiary-5.0.9 vendor/bundle/gems/docile-1.1.5/docile.gemspec
tdiary-5.0.8 vendor/bundle/gems/tdiary-5.0.7/vendor/bundle/gems/docile-1.1.5/docile.gemspec
tdiary-5.0.7 vendor/bundle/gems/docile-1.1.5/docile.gemspec
dirwatch-0.0.6 vendor/bundle/ruby/2.3.0/gems/docile-1.1.5/docile.gemspec
dirwatch-0.0.5 vendor/bundle/ruby/2.3.0/gems/docile-1.1.5/docile.gemspec
dirwatch-0.0.4 vendor/bundle/ruby/2.3.0/gems/docile-1.1.5/docile.gemspec
dirwatch-0.0.3 vendor/bundle/ruby/2.3.0/gems/docile-1.1.5/docile.gemspec
dirwatch-0.0.2 vendor/bundle/ruby/2.3.0/gems/docile-1.1.5/docile.gemspec
tdiary-5.0.6 vendor/bundle/gems/docile-1.1.5/docile.gemspec
logstash-filter-cache-redis-0.3.1 vendor/bundle/jruby/1.9/gems/docile-1.1.5/docile.gemspec
logstash-filter-cache-redis-0.3.0 vendor/bundle/jruby/1.9/gems/docile-1.1.5/docile.gemspec
logstash-filter-cache-redis-0.2.0 vendor/bundle/jruby/1.9/gems/docile-1.1.5/docile.gemspec
logstash-filter-cache-redis-0.1.0 vendor/bundle/jruby/1.9/gems/docile-1.1.5/docile.gemspec
tdiary-5.0.5 vendor/bundle/gems/docile-1.1.5/docile.gemspec
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/docile-1.1.5/docile.gemspec
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/docile-1.1.5/docile.gemspec
tdiary-5.0.4 vendor/bundle/gems/docile-1.1.5/docile.gemspec
abaci-0.3.0 vendor/bundle/gems/docile-1.1.5/docile.gemspec