Skip to content

Commit

Permalink
remove rcov dependency and add required rubygems version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvestre Mergulhão committed Dec 4, 2011
1 parent 4199339 commit 8374bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- encoding : utf-8 -*-
Gem::Specification.new do |s|
s.name = "integration"
s.version = "0.0.1"
Expand All @@ -6,7 +7,6 @@ Gem::Specification.new do |s|
s.authors = ["Marcos Tapajós", "Sylvestre Mergulhão","Vinícius Teles"]
s.homepage = "http://github.com/mergulhao/integration"
s.files = Dir["{lib/**/*.rb, lib/**/*.rake, test/**/*.rb,README.mkdn,Rakefile,MIT-LICENSE,*.gemspec}"]

s.add_runtime_dependency('rcov')
s.required_rubygems_version = "1.8.0"
s.add_runtime_dependency('hpricot')
end

0 comments on commit 8374bf8

Please sign in to comment.