Sha256: 44c1caa5a69d4d32908de5f05ba9eed8275c04393d9585c3f138733eeb38d7f3
Contents?: true
Size: 810 Bytes
Versions: 2
Compression:
Stored size: 810 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require 'juno-report/version' Gem::Specification.new do |gem| gem.name = "juno-report" gem.version = JunoReport::VERSION gem.platform = Gem::Platform::RUBY gem.authors = ["Edson JĂșnior"] gem.email = ["ejunior.batista@gmail.com"] gem.description = "A simple, but efficient, report genarator yaml based" gem.summary = "Juno Reports generates reports with the minimum configuration and effort" gem.homepage = "http://github.com/ebfjunior/juno-report" gem.files = `git ls-files`.split("\n") gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency "prawml" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
juno-report-0.0.6 | juno-report.gemspec |
juno-report-0.0.5 | juno-report.gemspec |