Skip to content

Commit

Permalink
Loose tram-policy dependency to allow use 1.x versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Mar 1, 2018
1 parent 1fcc5e5 commit b0f9223
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres
to [Semantic Versioning].

## [3.0.2] [2018-03-01]

### Changed
- Allow to use 0.4.x and 1.x versions of [tram-policy] with ability for
lazy translation of error messages (@Envek)

## [3.0.1] [2018-01-05]

### Added
Expand Down Expand Up @@ -465,4 +471,6 @@ formats will be added.
[2.0.0]: https://github.com/evilmartians/evil-client/compare/v1.1.0...v2.0.0
[2.1.0]: https://github.com/evilmartians/evil-client/compare/v2.0.0...v2.1.0
[2.1.1]: https://github.com/evilmartians/evil-client/compare/v2.1.0...v2.1.1
[3.0.0]: https://github.com/evilmartians/evil-client/compare/v2.1.1...v3.0.0
[3.0.0]: https://github.com/evilmartians/evil-client/compare/v2.1.1...v3.0.0
[3.0.1]: https://github.com/evilmartians/evil-client/compare/v3.0.0...v3.0.1
[3.0.2]: https://github.com/evilmartians/evil-client/compare/v3.0.1...v3.0.2
4 changes: 2 additions & 2 deletions evil-client.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "evil-client"
gem.version = "3.0.1"
gem.version = "3.0.2"
gem.author = ["Andrew Kozin (nepalez)", "Ravil Bairamgalin (brainopia)"]
gem.email = ["[email protected]", "[email protected]"]
gem.homepage = "https://github.com/evilmartians/evil-client"
Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "dry-initializer", "~> 2.1"
gem.add_runtime_dependency "mime-types", "~> 3.1"
gem.add_runtime_dependency "rack", "~> 2"
gem.add_runtime_dependency "tram-policy", "~> 0.3.1"
gem.add_runtime_dependency "tram-policy", ">= 0.3.1", "< 2.0"

gem.add_development_dependency "rake", ">= 10"
gem.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit b0f9223

Please sign in to comment.