Sha256: e3937af36e5447edb5fb90c602c1155ad62be1f51d9e28364c4918ac73ec1387
Contents?: true
Size: 928 Bytes
Versions: 1
Compression:
Stored size: 928 Bytes
Contents
require_relative 'lib/uniq_identifier/version' Gem::Specification.new do |spec| spec.name = "uniq_identifier" spec.version = UniqIdentifier::VERSION spec.authors = ["Joel AZEMAR"] spec.email = ["joel.azemar@gmail.com"] spec.summary = %q{This gem add uuid on your model.} spec.description = %q{This gem add uuid on your model. for agnostic backend} spec.homepage = "https://github.com/FinalCAD/uniq_identifier" 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_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" spec.required_ruby_version = '~> 2.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
uniq_identifier-0.0.1 | uniq_identifier.gemspec |