From d85896768c0276cec317fa0851a46845e68dfacc Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Sat, 15 Sep 2012 12:52:04 +0200 Subject: new Gemfile --- Gemfile | 14 ++++++++++++-- Gemfile.lock | 15 +++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 27071b7..a68e29e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,14 @@ +# vim: set ft=ruby: + source :rubygems -gem 'sdoc' -gem 'flott' +group :development, :test do + gem 'simplecov', :platform => :mri_19 + gem 'utils' + gem 'sdoc' + gem 'flott' +end + +group :test do + gem 'test-unit', '~>2.5', :platform => :mri_19 +end diff --git a/Gemfile.lock b/Gemfile.lock index e5fd139..1a77161 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,14 +16,26 @@ GEM json (1.7.5-java) more_math (0.0.4) tins (~> 0.3) + multi_json (1.3.6) + pry-editline (1.1.1) rake (0.9.2.2) rdoc (3.12) json (~> 1.4) sdoc (0.3.16) json (>= 1.1.3) rdoc (~> 3.10) + simplecov (0.6.4) + multi_json (~> 1.0) + simplecov-html (~> 0.5.3) + simplecov-html (0.5.3) term-ansicolor (1.0.7) + test-unit (2.5.2) tins (0.4.3) + utils (0.0.48) + dslkit (~> 0.2.10) + pry-editline + term-ansicolor (~> 1.0) + tins PLATFORMS java @@ -32,3 +44,6 @@ PLATFORMS DEPENDENCIES flott sdoc + simplecov + test-unit (~> 2.5) + utils -- cgit v1.2.1