Skip to content

Commit

Permalink
Release 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Oct 3, 2018
1 parent deba94e commit fb2eadb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# em-eventsource changelog

## 0.3.0

- Handle retry values sent by the server as milliseconds [[#14](https://github.com/francois2metz/em-eventsource/issues/14)]
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
em-eventsource (0.2.5)
em-eventsource (0.3.0)
em-http-request (~> 1.0)
eventmachine (~> 1.0)

Expand All @@ -23,7 +23,7 @@ GEM
http_parser.rb (0.6.0)
minitest (5.3.4)
minitest-spec-context (0.0.3)
public_suffix (3.0.2)
public_suffix (3.0.3)
rake (10.3.2)

PLATFORMS
Expand Down
4 changes: 2 additions & 2 deletions em-eventsource.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "em-eventsource"
s.version = "0.2.5"
s.version = "0.3.0"
s.date = Time.now.utc.strftime("%Y-%m-%d")
s.homepage = "https://github.com/francois2metz/em-eventsource"
s.authors = "François de Metz"
Expand All @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
EOF
s.summary = "em-eventsource is an eventmachine library to consume Server-Sent Events streaming API."
s.extra_rdoc_files = %w(README.md)
s.files = Dir["README.md", "Gemfile", "lib/**/*.rb"]
s.files = Dir["README.md", "CHANGELOG.md", "Gemfile", "lib/**/*.rb"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.add_dependency "eventmachine", "~> 1.0"
Expand Down

0 comments on commit fb2eadb

Please sign in to comment.