Skip to content

Commit

Permalink
Update and remove rcov from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ejschmitt committed Nov 13, 2013
1 parent 9cab095 commit 9caf15b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ source "http://rubygems.org"
group :development do
gem "shoulda", ">= 0"
gem "bundler", "> 1.0.0"
gem "jeweler", "~> 1.6.4"
gem "rcov", ">= 0"
gem "jeweler"
gem "rack-test", ">= 0"
end
8 changes: 0 additions & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ Rake::TestTask.new(:test) do |test|
test.verbose = true
end

require 'rcov/rcovtask'
Rcov::RcovTask.new do |test|
test.libs << 'test'
test.pattern = 'test/**/test_*.rb'
test.verbose = true
test.rcov_opts << '--exclude "gems/*"'
end

task :default => :test

require 'rdoc/task'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.2.1
2 changes: 1 addition & 1 deletion delayed_job_web.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "delayed_job_web"
s.version = "1.2.0"
s.version = "1.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Erick Schmitt"]
Expand Down

0 comments on commit 9caf15b

Please sign in to comment.