zuk-picnic 0.8.0.20090430 → 0.8.1.20090501

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 +10 -0
  2. data/lib/picnic/version.rb +1 -1
  3. metadata +2 -2
data/History.txt CHANGED
@@ -1,3 +1,13 @@
1
+ === 0.8.1 :: 2009-05-01
2
+
3
+ * The bundled version of camping has been updated so we are now compatible with
4
+ Passenger 2.2.
5
+ * We now attempt to check for app loading errors during startup, rather than
6
+ waiting for the first request. This should make debugging bad Camping apps
7
+ a bit easier.
8
+ * Mix bug fixes throughout.
9
+
10
+
1
11
  === 0.8.0 :: 2009-03-18
2
12
 
3
13
  * Overhauled for Camping 2.0. Major changes throughout. Some things to
@@ -2,7 +2,7 @@ module Picnic #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 8
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuk-picnic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.20090430
4
+ version: 0.8.1.20090501
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Zukowski
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-30 00:00:00 -07:00
12
+ date: 2009-05-01 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency