Skip to content

Commit

Permalink
Merge pull request #172 from envato/release_preparation
Browse files Browse the repository at this point in the history
Preparation for 0.14.0 release
  • Loading branch information
orien authored Jun 21, 2017
2 parents b3b7b16 + fe0b05c commit 19b1484
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.14.0] - 2016-6-21
### Added
- Added `Event#to_h` method. This returns a hash of the event attributes.
- Added `Event#with` method. This provides a way to create a new event
Expand Down
6 changes: 3 additions & 3 deletions event_sourcery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ require 'event_sourcery/version'
Gem::Specification.new do |spec|
spec.name = 'event_sourcery'
spec.version = EventSourcery::VERSION
spec.authors = ['Steve Hodgkiss', 'Tao Guo', 'Sebastian von Conrad']
spec.email = ['steve@hodgkiss.me', 'tao.guo@envato.com', 'sebastian.von.conrad@envato.com']
spec.authors = ['Envato']
spec.email = ['rubygems@envato.com']

spec.summary = 'Event Sourcing Library'
spec.description = ''
spec.homepage = 'https://github.com/envato/event_sourcery'

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(\.|Gemfile|Rakefile|bin/|script/|spec/)}) }
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
Expand Down

0 comments on commit 19b1484

Please sign in to comment.