From 56e92ea850e21b2d8796e747ee983b5d11a6b6f5 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Sat, 26 Jan 2013 00:25:05 -0800 Subject: [PATCH] Move development dependencies into Gemfile --- Gemfile | 1 + gems.gemspec | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 7d6392f..ffc3942 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,7 @@ gem 'jruby-openssl', :platforms => :jruby group :test do gem 'rspec' + gem 'simplecov' gem 'webmock' end diff --git a/gems.gemspec b/gems.gemspec index ee6f305..cc648a9 100644 --- a/gems.gemspec +++ b/gems.gemspec @@ -2,8 +2,6 @@ require File.expand_path('../lib/gems/version', __FILE__) Gem::Specification.new do |spec| - spec.add_development_dependency 'kaminari' - spec.add_development_dependency 'simplecov' spec.authors = ["Erik Michaels-Ober"] spec.description = %q{Ruby wrapper for the RubyGems.org API} spec.email = ['sferik@gmail.com']