summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2012-09-15 12:52:04 +0200
committerFlorian Frank <flori@ping.de>2012-09-15 12:54:19 +0200
commitd85896768c0276cec317fa0851a46845e68dfacc (patch)
treeba7e36dea62a4d75fd7f98388048b2e99b0dfdf8
parent866c5802204f4ac2ffa1272d22ee58b41c3da61e (diff)
downloadjson-gh-pages.tar.gz
new Gemfilegh-pages
-rw-r--r--Gemfile14
-rw-r--r--Gemfile.lock15
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