Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #89 from zenaton/release/0.5.2
Browse files Browse the repository at this point in the history
Release v0.5.2
  • Loading branch information
MrYawe authored Sep 19, 2019
2 parents 2986c9a + ab066f8 commit f3fb547
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- Added missing documentation for serialization.
- Added `custom_id` argument for workflow schedule.
### Fixed

## [0.5.2] - 2019-09-19

### Fixed
- Fixed activesupport for ruby version <= 2.5.0

## [0.5.1] - 2019-09-18
### Added

- Added missing documentation for serialization.
- Added `custom_id` argument for workflow schedule.

## [0.5.0] - 2019-08-27
### Changes
Expand Down Expand Up @@ -114,7 +122,9 @@ available.
### Added
- Initial release.

[Unreleased]: https://github.com/zenaton/zenaton-ruby/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/zenaton/zenaton-ruby/compare/v0.5.2...HEAD
[0.5.2]: https://github.com/zenaton/zenaton-ruby/compare/v0.5.0...v0.5.2
[0.5.1]: https://github.com/zenaton/zenaton-ruby/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/zenaton/zenaton-ruby/compare/v0.4.2...v0.5.0
[0.4.2]: https://github.com/zenaton/zenaton-ruby/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/zenaton/zenaton-ruby/compare/v0.4.0...v0.4.1
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
zenaton (0.5.0)
activesupport
zenaton (0.5.2)
activesupport (~> 5)
tzinfo-data

GEM
Expand Down Expand Up @@ -80,7 +80,7 @@ GEM
timecop (0.9.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo-data (1.2019.2)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
unicode-display_width (1.4.0)
vcr (4.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/zenaton/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Zenaton
# This gem's current version
VERSION = '0.5.0'
VERSION = '0.5.2'
end
2 changes: 1 addition & 1 deletion zenaton.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activesupport'
spec.add_runtime_dependency 'activesupport', '~> 5'
spec.add_runtime_dependency 'tzinfo-data'

spec.add_development_dependency 'appraisal'
Expand Down

0 comments on commit f3fb547

Please sign in to comment.