zuk-picnic 0.8.0.20090430 → 0.8.1.20090501
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +10 -0
- data/lib/picnic/version.rb +1 -1
- 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
|
data/lib/picnic/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2009-05-01 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|