Introduction
Introduction Statistics Contact Development Disclaimer Help
added a dumm gemspec - reportable - Fork of reportable required by WarVox, from…
Log
Files
Refs
README
---
commit e54712bf7bc9234628d6d1f19cd6927af4e67d96
parent f04dd32284e7535710276ad4b693f40f6aa0d49b
Author: Marco Otte-Witte <[email protected]>
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(-)
---
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?(…
+ s.authors = ['Marco Otte-Witte', 'Martin Kavalar']
+ s.date = %q{2010-02-26}
+ s.email = %q{[email protected]}
+ 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 generatio…
+
+ 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
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.