diff options
author | Gibheer <gibheer@gmail.com> | 2013-01-29 10:34:17 +0100 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2013-01-29 10:34:17 +0100 |
commit | 4a4d68d896d58a0b343c4c3e164cd8ce8b104c0e (patch) | |
tree | e1572f8e3394da962d28f715ab28ad82aeeee0ae | |
parent | 701382e92c4fc8c2f80fe98b209326f9116da0a7 (diff) |
don't use class_options for the time being
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 10 |
2 files changed, 2 insertions, 10 deletions
@@ -2,8 +2,6 @@ source 'https://rubygems.org' gemspec -gem 'class_options', :git => 'https://github.com/Gibheer/class_options.git' - group :development do gem 'devutils-guard' diff --git a/Gemfile.lock b/Gemfile.lock index c15fc4e..6b776c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,3 @@ -GIT - remote: https://github.com/Gibheer/class_options.git - revision: 38cb6da00a9aa613eb7510145345cd5eb3c06614 - specs: - class_options (0.0.2) - PATH remote: . specs: @@ -14,6 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: + class_options (0.0.1) coderay (1.0.8) devutils (0.0.1) rspec @@ -50,7 +45,7 @@ GEM method_source (~> 0.8) slop (~> 3.4) spoon (~> 0.0) - rack (1.5.0) + rack (1.5.1) redcarpet (2.2.2) rspec (2.12.0) rspec-core (~> 2.12.0) @@ -72,7 +67,6 @@ PLATFORMS ruby DEPENDENCIES - class_options! devutils devutils-docs devutils-guard |