Sha256: 42ba5342fda1d5d0f26bf9ad5e993bb85010030c4aedc0840014ae94068889fb
Contents?: true
Size: 1.44 KB
Versions: 2
Compression:
Stored size: 1.44 KB
Contents
require_relative 'lib/postspec/version' Gem::Specification.new do |spec| spec.name = "postspec" spec.version = Postspec::VERSION spec.authors = ["Claus Rasmussen"] spec.email = ["claus.l.rasmussen@gmail.com"] spec.summary = %q{postspec gem} spec.description = %q{postspec gem} spec.homepage = "http://www.nowhere.com/" 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"] # FIXME: Not necessary when dependent packages are installed as gems spec.add_dependency "dry-inflector" spec.add_dependency "pg" spec.add_dependency "boolean" spec.add_dependency "indented_io" spec.add_dependency "developer_exceptions" spec.add_dependency "constrain" spec.add_dependency "forward_to" spec.add_dependency "pg_graph" spec.add_dependency "fixture_fox" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency "simplecov" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
postspec-0.1.2 | postspec.gemspec |
postspec-0.1.1 | postspec.gemspec |