Skip to content

Commit

Permalink
Prepare for release 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Aug 13, 2011
1 parent 6889e1a commit 09982f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
== 0.15 Crazy Apes (Unreleased)
== 0.15 Crazy Apes (13 August, 2011)

* Support for Chunked transfer encoding transport.

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cramp (0.14.1)
cramp (0.15)
activesupport (~> 3.0.9)
eventmachine (~> 1.0.0.beta.3)
rack (~> 1.3.2)
Expand Down
2 changes: 1 addition & 1 deletion cramp.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'cramp'
s.version = '0.14.1'
s.version = '0.15'
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
Expand Up @@ -20,7 +20,7 @@
end

module Cramp
VERSION = '0.14.1'
VERSION = '0.15'

mattr_accessor :logger

Expand Down

0 comments on commit 09982f8

Please sign in to comment.