Sha256: e5d6089fcb57ee2078b90575a0eaa74779d58c35ea00bc337c502b6f3bc3bc5f

Contents?: true

Size: 487 Bytes

Versions: 5

Compression:

Stored size: 487 Bytes

Contents

source :rubygems
gemspec

# RDF Export
gem 'rdf', '~>0.3'

group :debug do
	gem 'debugger', :platforms => [:mri_19]
	gem 'ruby-debug', :platforms => [:mri_18]
	gem 'rbx-trepanning', :platforms => [:rbx]
end

group :test do
	gem 'minitest', :platforms => [:ruby_18, :jruby, :rbx]
  gem 'mynyml-redgreen', ['~>0.7']
  gem 'autowatchr', ['~>0.1']
  gem 'cucumber', ['~>1.0']
end

group :profile do
	gem 'ruby-prof', ['~>0.10'], :platforms => [:mri_19, :mri_19]
	gem 'gnuplot', ['~>2.4']
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bibtex-ruby-2.0.12 Gemfile
bibtex-ruby-2.0.11 Gemfile
bibtex-ruby-2.0.10 Gemfile
bibtex-ruby-2.0.9 Gemfile
bibtex-ruby-2.0.8 Gemfile