File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88
99
10- ## [ Unreleased ]
10+ ## [ 0.3.1 ] - 2020-07-08
1111
1212### Added
1313
@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818- Thor deprecation error no longer shows on CLI failure
1919
20+ ### Changed
21+
22+ - Thor 0.20+ can now be used alongside this gem
23+
2024
2125
2226## [ 0.3.0] - 2020-06-30
Original file line number Diff line number Diff line change 77
88gem 'minitest' , '~> 5.0'
99gem 'rake' , '~> 13.0'
10- gem 'rubocop' , '~> 0.86'
10+ gem 'rubocop' , '~> 0.86.0 '
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030 spec . require_paths = [ 'lib' ]
3131
3232 spec . add_runtime_dependency 'activesupport' , '~> 6.0.0'
33- spec . add_runtime_dependency 'thor' , '~> 1.0.1 '
33+ spec . add_runtime_dependency 'thor' , '>= 0.20' , '< 2 '
3434end
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Diffcrypt
4- VERSION = '0.3.0 '
4+ VERSION = '0.3.1 '
55end
You can’t perform that action at this time.
0 commit comments