added a dumm gemspec - reportable - Fork of reportable required by WarVox, from hdm/reportable.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit e54712bf7bc9234628d6d1f19cd6927af4e67d96
(DIR) parent f04dd32284e7535710276ad4b693f40f6aa0d49b
(HTM) Author: Marco Otte-Witte <marco.otte-witte@simplabs.com>
Date: Wed, 24 Feb 2010 21:58:53 +0100
added a dumm gemspec
Diffstat:
A reportable.gemspec | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/reportable.gemspec b/reportable.gemspec
@@ -0,0 +1,28 @@
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+
+ s.name = %q{reportable}
+ s.version = '1.0.0'
+
+ s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to?(:required_rubygems_version=)
+ s.authors = ['Marco Otte-Witte', 'Martin Kavalar']
+ s.date = %q{2010-02-26}
+ s.email = %q{reportable@saulabs.com}
+ s.files = []
+ s.homepage = %q{http://github.com/saulabs/reportable}
+ s.require_paths = ['lib']
+ s.rubygems_version = %q{1.3.0}
+ s.summary = %q{Easy report generation for Ruby on Rails}
+ s.description = %q{Reportable allows for easy report generation from ActiveRecord and DataMapper models by the addition of the reportable method.}
+
+ if s.respond_to?(:specification_version) then
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+ s.specification_version = 2
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ else
+ end
+ else
+ end
+
+end