Skip to content

Commit

Permalink
Move development dependencies into Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 25, 2013
1 parent 2ec6ed0 commit bb5617c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ gem 'rake'
gem 'yard'

group :development do
gem 'kramdown'
gem 'pry'
gem 'pry-debugger', :platforms => :mri_19
end

group :test do
gem 'json', :platforms => :ruby_18
gem 'rspec'
gem 'rspec', '>= 2.11'
gem 'simplecov'
gem 'timecop'
gem 'webmock'
end
Expand Down
3 changes: 0 additions & 3 deletions twitter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'faraday', ['~> 0.8', '< 0.10']
spec.add_dependency 'multi_json', ['~> 1.0']
spec.add_dependency 'simple_oauth', ['~> 0.2']
spec.add_development_dependency 'kramdown'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'simplecov'
spec.authors = ["John Nunemaker", "Wynn Netherland", "Erik Michaels-Ober", "Steve Richert"]
spec.description = %q{A Ruby interface to the Twitter API.}
spec.email = ['[email protected]', '[email protected]', '[email protected]', '[email protected]']
Expand Down

0 comments on commit bb5617c

Please sign in to comment.