Skip to content

Commit

Permalink
Package for 0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrosby committed Jan 27, 2009
1 parent 47d59ff commit 76118f9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGES
@@ -1,3 +1,9 @@
0.10.1
- Updated oauth and sequel gem dependencies
- Fixed 410 responses for stale PUT operations
- Fixed MySQL content encoding (Harry Weppner)
- Various fixes for filter_merge!, rekey!, and excluding (Cameron Walters)

0.10.0
- Updated for Rack 0.9
- Added batch URI resolution for resource collections
Expand All @@ -12,4 +18,4 @@
- Updated documentation

0.9.0
- First public gem release
- First public gem release
4 changes: 2 additions & 2 deletions cloudkit.gemspec
Expand Up @@ -2,8 +2,8 @@ Gem::Specification.new do |s|
s.specification_version = 2 if s.respond_to? :specification_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.name = "cloudkit"
s.version = "0.10.0"
s.date = "2008-01-09"
s.version = "0.10.1"
s.date = "2008-01-27"
s.summary = "An Open Web JSON Appliance."
s.description = "An Open Web JSON Appliance."
s.authors = ["Jon Crosby"]
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Expand Up @@ -24,7 +24,7 @@ <h1>CloudKit</h1>
</div>
<div class="meta">
<p class="wrapper">
Version 0.10.0 <a href="http://blog.joncrosby.me/post/69480214/cloudkit-0-10-0-released-rack-0-9-batch-uri">released</a>. Install with <em>gem install cloudkit</em>.
Version 0.10.1 released. Install with <em>gem install cloudkit</em>.
</p>
</div>
<div class="wrapper intro-row">
Expand Down
2 changes: 1 addition & 1 deletion lib/cloudkit.rb
Expand Up @@ -35,7 +35,7 @@
include CloudKit::Constants

module CloudKit
VERSION = '0.10.0'
VERSION = '0.10.1'
end

class Object
Expand Down

0 comments on commit 76118f9

Please sign in to comment.