aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2012-12-12 18:39:16 +0100
committerGibheer <gibheer@gmail.com>2012-12-12 18:39:16 +0100
commit6e705fdf4952c9641897ce68ec88a60289d3a95b (patch)
tree2cbceaffb4e0b3410b674151075373ed23eb3c62 /Gemfile.lock
parenta95f1436c4f31b88dccde31bd2468d99afa04e2b (diff)
added yard to Gemfile
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 83b5db2..f966c50 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -29,6 +29,7 @@ GEM
method_source (~> 0.8)
slop (~> 3.3.1)
rack (1.4.1)
+ redcarpet (2.2.2)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
@@ -44,6 +45,7 @@ GEM
slop (3.3.3)
thor (0.16.0)
tilt (1.3.3)
+ yard (0.8.3)
PLATFORMS
ruby
@@ -53,7 +55,9 @@ DEPENDENCIES
guard-bundler
guard-rspec
rack
+ redcarpet
rspec
simplecov
thor
+ yard
zero!