diff options
| -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 | 
