Sha256: 781127c476cc2feb41f1a0fb465da2ca24180c88214cf54866b197169d443100
Contents?: true
Size: 1.39 KB
Versions: 4
Compression:
Stored size: 1.39 KB
Contents
Gem::Specification.new do |spec| spec.name = "thot" spec.version = `cat VERSION`.chomp spec.authors = ["Romain GEORGES"] spec.email = ["gems@ultragreen.net"] spec.summary = "THe Operative Templating " spec.description = "the simpliest way to template in Ruby and command" spec.homepage = "https://github.com/Ultragreen/thot" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") spec.metadata["homepage_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('..', __FILE__)) 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_development_dependency 'rake', '~> 12.0' spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'rubocop', '~> 1.32' spec.add_development_dependency "roodi", "~> 5.0" spec.add_development_dependency 'code_statistics', '~> 0.2.13' spec.add_development_dependency "yard", "~> 0.9.27" spec.add_development_dependency "yard-rspec", "~> 0.1" spec.add_development_dependency'version', '~> 1.1' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
thot-1.1.0 | thot.gemspec |
thot-1.0.1 | thot.gemspec |
thot-1.0.0 | thot.gemspec |
thot-0.1.0 | thot.gemspec |