Skip to content

Commit

Permalink
Update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistos committed Jan 27, 2015
1 parent 2c19b58 commit dda1531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion better-benchmark.gemspec
Expand Up @@ -4,10 +4,11 @@ Gem::Specification.new do |s|
s.summary = 'Statistically correct benchmarking for Ruby.'
s.description = 'Statistically correct benchmarking for Ruby.'
s.homepage = 'http://github.com/Pistos/better-benchmark'
s.add_dependency 'rsruby'
s.add_runtime_dependency 'rsruby', '~> 0'
s.requirements << 'The R project: http://www.r-project.org/'
s.rubyforge_project = 'better-benchmark'
s.executables = [ 'bbench', 'bbench-compare', ]
s.licenses = ['MIT',]

s.authors = [ 'Pistos' ]
s.email = 'betterbenchmark dot pistos at purepistos dot net'
Expand Down

0 comments on commit dda1531

Please sign in to comment.