Sha256: 50a140406c5bc64bd5f98daeb38214d6133205cea43c0a513a744b13529e6f73
Contents?: true
Size: 951 Bytes
Versions: 3
Compression:
Stored size: 951 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'rom/yaml/version' Gem::Specification.new do |spec| spec.name = 'rom-yaml' spec.version = ROM::YAML::VERSION.dup spec.authors = ['Piotr Solnica'] spec.email = ['piotr.solnica@gmail.com'] spec.summary = 'YAML support for Ruby Object Mapper' spec.description = spec.summary spec.homepage = 'http://rom-rb.org' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_runtime_dependency 'rom', '~> 0.8', '>= 0.8.0' spec.add_development_dependency 'bundler' spec.add_development_dependency 'rake' spec.add_development_dependency 'rubocop', '~> 0.28.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rom-yaml-0.2.0.rc.1 | rom-yaml.gemspec |
rom-yaml-0.1.2 | rom-yaml.gemspec |
rom-yaml-0.1.1 | rom-yaml.gemspec |