Skip to content

Commit

Permalink
Prepare 0.18.0.beta1 release
Browse files Browse the repository at this point in the history
:fingerscrossed: :)
  • Loading branch information
PragTob committed Jan 5, 2020
1 parent d52a4d7 commit 7b64f23
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.18.0.beta1 (unreleased)
0.18.0.beta1 (2020-01-05)
===================

This is a huge release highlighted by changing our support for ruby versions to 2.4+ (so things that aren't EOL'ed) and finally adding branch coverage support!
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source "https://rubygems.org"
# gem "simplecov-html", :path => ::File.dirname(__FILE__) + "/../simplecov-html"

# Uncomment this to use development version of html formatter from github
gem "simplecov-html", :github => "colszowka/simplecov-html"
# gem "simplecov-html", :github => "colszowka/simplecov-html"

group :development do
gem "apparition", "0.4.0"
Expand Down
12 changes: 3 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
GIT
remote: https://github.com/colszowka/simplecov-html.git
revision: f75df50baae46a4439a948312e8075034c99f07b
specs:
simplecov-html (0.11.0.pre.dev)

PATH
remote: .
specs:
simplecov (0.18.0.pre.dev)
simplecov (0.18.0.beta1)
docile (~> 1.1)
simplecov-html (~> 0.11.0.pre.dev)
simplecov-html (~> 0.11.0.beta1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -111,6 +105,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
simplecov-html (0.11.0.beta1)
spoon (0.0.6)
ffi
test-unit (3.3.4)
Expand Down Expand Up @@ -140,7 +135,6 @@ DEPENDENCIES
rspec (~> 3.2)
rubocop
simplecov!
simplecov-html!
test-unit

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion lib/simplecov/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SimpleCov
VERSION = "0.18.0-dev"
VERSION = "0.18.0.beta1"
end
2 changes: 1 addition & 1 deletion simplecov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = ">= 2.4.0"

gem.add_dependency "docile", "~> 1.1"
gem.add_dependency "simplecov-html", "~> 0.11.0-dev"
gem.add_dependency "simplecov-html", "~> 0.11.0.beta1"

gem.files = Dir["{lib}/**/*.*", "bin/*", "LICENSE", "*.md", "doc/*"]
gem.require_paths = ["lib"]
Expand Down

0 comments on commit 7b64f23

Please sign in to comment.