File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] , and this project adheres
55to [ Semantic Versioning] .
66
7+ ## [ 3.0.1] [ 2018-01-05]
8+
9+ ### Added
10+ - update dependency from [ tram-policy] to v.0.3.1 (nepalez)
11+
12+ In this version ` validate ` fixed so that it allows returning from block definition
13+
714## [ 3.0.0] [ 2018-01-05]
815
916### [ BREAKING] Changed
@@ -18,7 +25,7 @@ to [Semantic Versioning].
1825
1926### Changed
2027
21- - Dependency from [ tram-policy] was updated to v2 .3+ (nepalez)
28+ - Dependency from [ tram-policy] was updated to v0.2 .3+ (nepalez)
2229
2330## [ 2.1.0] [ 2018-01-04]
2431
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |gem |
22 gem . name = "evil-client"
3- gem . version = "3.0.0 "
3+ gem . version = "3.0.1 "
44 gem . author = [ "Andrew Kozin (nepalez)" , "Ravil Bairamgalin (brainopia)" ]
55 gem . email = [ "andrew.kozin@gmail.com" , "nepalez@evilmartians.com" ]
66 gem . homepage = "https://github.com/evilmartians/evil-client"
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616 gem . add_runtime_dependency "dry-initializer" , "~> 2.1"
1717 gem . add_runtime_dependency "mime-types" , "~> 3.1"
1818 gem . add_runtime_dependency "rack" , "~> 2"
19- gem . add_runtime_dependency "tram-policy" , "~> 0.3.0 "
19+ gem . add_runtime_dependency "tram-policy" , "~> 0.3.1 "
2020
2121 gem . add_development_dependency "rake" , ">= 10"
2222 gem . add_development_dependency "rspec" , "~> 3.0"
You can’t perform that action at this time.
0 commit comments