Skip to content

Commit

Permalink
Bump gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Jul 30, 2011
1 parent 2f72d50 commit 9273667
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== 0.13 Facelift (Unreleased)
== 0.13 Facelift (31 July, 2011)

* Added use_fiber_pool for wrapping every on_start/on_finish/periodic_timer callbacks within a Fiber. Default fiber pool size is 100.

Expand Down
2 changes: 1 addition & 1 deletion cramp.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'cramp'
s.version = '0.12'
s.version = '0.13'
s.summary = 'Asynchronous web framework.'
s.description = 'Cramp is a framework for developing asynchronous web applications.'

Expand Down
2 changes: 1 addition & 1 deletion lib/cramp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
end

module Cramp
VERSION = '0.12'
VERSION = '0.13'

mattr_accessor :logger

Expand Down

0 comments on commit 9273667

Please sign in to comment.