casablanca 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +12 -0
  2. data/lib/casablanca.rb +1 -1
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,15 @@
1
+ === 0.2.2 / 2009-02-21
2
+
3
+ * 1 minor bug fix
4
+
5
+ * Removed Hoe dependency
6
+
7
+ === 0.2.0 / 2009-02-21
8
+
9
+ * 1 minor bug fix
10
+
11
+ * Fixed gemspec
12
+
1
13
  === 0.2.0 / 2009-02-20
2
14
 
3
15
  * 1 major enhancement
data/lib/casablanca.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Casablanca
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
4
4
  require 'casablanca/client'
5
5
  require 'casablanca/response_parsers'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: casablanca
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Petrik de Heus