Sha256: 1b290b7c3460269fad650c12ec1406b4764bacad520bbc0be83799605678b1df
Contents?: true
Size: 1010 Bytes
Versions: 2
Compression:
Stored size: 1010 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "jasper-rails/version" Gem::Specification.new do |s| s.name = "obrientimothya-jasper-rails" s.version = JasperRails::VERSION s.authors = ["Marlus Saraiva", "Rodrigo Maia", "Timothy OBrien"] s.summary = %q{Custom Rails-Jaspersoft Tool} s.description = %q{A FORK of the fortesinformatica/jasper-rails project for a particular project. NOT intended for wide use.} s.email = "obrien.timothy.a@gmail.com" s.homepage = "https://github.com/obrientimothya/jasper-rails" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency('rjb', '1.4.3') s.add_development_dependency 'combustion', '~> 0.3.2' s.add_development_dependency "rspec-rails" s.add_development_dependency "jasper-rails-rspec" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
obrientimothya-jasper-rails-0.0.2 | jasper-rails.gemspec |
obrientimothya-jasper-rails-0.0.1 | obrientimothya-jasper-rails.gemspec |