Skip to content

Commit fdb170e

Browse files
author
Jerry Cheung
committed
bump to 0.0.4
1 parent ca5a2e4 commit fdb170e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.yardopts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--no-private --protected --markup markdown - LICENSE
1+
--no-private --protected --markup markdown - LICENSE CHANGELOG.md

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## 0.0.4
4+
5+
* remove faye adapter ca5a2e493dedf0a91b1ccb0827be195ef9cfd269
6+
* make DSL compatible with plain ruby objects, and existing web frameworks
7+
* move to intridea/rack-stream

rack-stream.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
22

33
Gem::Specification.new do |s|
44
s.name = "rack-stream"
5-
s.version = "0.0.3"
5+
s.version = "0.0.4"
66
s.platform = Gem::Platform::RUBY
77
s.authors = ["Jerry Cheung"]
88
s.email = ["jerry@intridea.com"]

0 commit comments

Comments
 (0)