This repository was archived by the owner on Jul 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed
Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+ ### Changes
9+
10+ ### Added
811
12+ ## [ 0.4.1] - 2019-06-04
913 ### Changes
1014- Fix symbol json encoding breaking compatibility with some gems
1115
@@ -81,8 +85,9 @@ available.
8185### Added
8286- Initial release.
8387
84- [ Unreleased ] : https://github.com/zenaton/zenaton-ruby/compare/v0.4.0...HEAD
85- [ 0.3.1 ] : https://github.com/zenaton/zenaton-ruby/compare/v0.3.1...v0.4.0
88+ [ Unreleased ] : https://github.com/zenaton/zenaton-ruby/compare/v0.4.1...HEAD
89+ [ 0.4.1 ] : https://github.com/zenaton/zenaton-ruby/compare/v0.4.0...v0.4.1
90+ [ 0.4.0 ] : https://github.com/zenaton/zenaton-ruby/compare/v0.3.1...v0.4.0
8691[ 0.3.1 ] : https://github.com/zenaton/zenaton-ruby/compare/v0.3.0...v0.3.1
8792[ 0.3.0 ] : https://github.com/zenaton/zenaton-ruby/compare/v0.2.3...v0.3.0
8893[ 0.2.3 ] : https://github.com/zenaton/zenaton-ruby/compare/v0.2.2...v0.2.3
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- zenaton (0.4.0 )
4+ zenaton (0.4.1 )
55 activesupport
66 tzinfo-data
77
88GEM
99 remote: https://rubygems.org/
1010 specs:
11- activesupport (5.2.1 )
11+ activesupport (5.2.3 )
1212 concurrent-ruby (~> 1.0 , >= 1.0.2 )
1313 i18n (>= 0.7 , < 2 )
1414 minitest (~> 5.1 )
1717 public_suffix (>= 2.0.2 , < 4.0 )
1818 ast (2.4.0 )
1919 coderay (1.1.2 )
20- concurrent-ruby (1.0 .5 )
20+ concurrent-ruby (1.1 .5 )
2121 crack (0.4.3 )
2222 safe_yaml (~> 1.0.0 )
2323 diff-lcs (1.3 )
2424 docile (1.3.1 )
2525 hashdiff (0.3.7 )
26- i18n (1.1 .0 )
26+ i18n (1.6 .0 )
2727 concurrent-ruby (~> 1.0 )
2828 jaro_winkler (1.5.1 )
2929 json (2.1.0 )
7373 timecop (0.9.1 )
7474 tzinfo (1.2.5 )
7575 thread_safe (~> 0.1 )
76- tzinfo-data (1.2018.5 )
76+ tzinfo-data (1.2019.1 )
7777 tzinfo (>= 1.0.0 )
7878 unicode-display_width (1.4.0 )
7979 vcr (4.0.0 )
@@ -99,4 +99,4 @@ DEPENDENCIES
9999 zenaton !
100100
101101BUNDLED WITH
102- 1.16.1
102+ 1.17.2
Original file line number Diff line number Diff line change 22
33module Zenaton
44 # This gem's current version
5- VERSION = '0.4.0 '
5+ VERSION = '0.4.1 '
66end
You can’t perform that action at this time.
0 commit comments