Sha256: 310d6c9b1f0ed8afdaa82c223915d0be2db13c2a1e26351c062cfd106d8b0265
Contents?: true
Size: 535 Bytes
Versions: 2
Compression:
Stored size: 535 Bytes
Contents
# -*- encoding: utf-8 -*- require_relative 'lib/version' Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'cert_file_maker' s.version = CertFileMaker::VERSION s.summary = 'Generate certification file' s.description = 'Railties app to generate certification files' s.license = 'MIT' s.author = 'Bernardo Galindo' s.email = 'bernardo466@gmail.com' s.files = `git ls-files`.split("\n") s.require_path = 'lib' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cert_file_maker-0.0.7 | cert_file_maker.gemspec |
cert_file_maker-0.0.6 | cert_file_maker.gemspec |