Skip to content

Commit

Permalink
Moves gem list into gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
yokolet committed Feb 15, 2013
1 parent ef6a76e commit 352dc00
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions Gemfile
@@ -1,29 +1,3 @@
source 'https://rubygems.org' source 'https://rubygems.org'


# Specify your gem's dependencies in diametric.gemspec
gemspec gemspec

gem 'rake'

group :development, :test do
gem 'rspec'
gem 'pry'
end

group :development do
gem 'guard'
gem 'guard-rspec'
gem 'rb-inotify', :require => false
gem 'rb-fsevent', :require => false
gem 'rb-fchange', :require => false
end

platform :mri do
gem 'yard', :group => :development
gem 'redcarpet', :group => :development
end

platform :jruby do
gem 'lock_jar'
gem 'jruby-openssl'
end

0 comments on commit 352dc00

Please sign in to comment.