junebug-wiki 0.0.32 → 0.0.33

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.
@@ -1,3 +1,7 @@
1
+ = 0.0.33 2007-08-18
2
+
3
+ * Bugfix release to update manifest
4
+
1
5
  = 0.0.32 2007-08-18
2
6
 
3
7
  * Added preview function. Thanks Bob Showalter
@@ -8,6 +8,7 @@ deploy/Rakefile
8
8
  deploy/config.yml
9
9
  deploy/console
10
10
  deploy/public/images/feed-icon-14x14.png
11
+ deploy/public/images/draft.png
11
12
  deploy/public/style/base.css
12
13
  deploy/public/style/yui/fonts.css
13
14
  deploy/public/style/yui/reset.css
@@ -2,7 +2,7 @@ module Junebug #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 32
5
+ TINY = 33
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: junebug-wiki
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.32
6
+ version: 0.0.33
7
7
  date: 2007-08-18 00:00:00 -07:00
8
8
  summary: Junebug is a minimalist ruby wiki running on Camping.
9
9
  require_paths:
@@ -39,6 +39,7 @@ files:
39
39
  - deploy/config.yml
40
40
  - deploy/console
41
41
  - deploy/public/images/feed-icon-14x14.png
42
+ - deploy/public/images/draft.png
42
43
  - deploy/public/style/base.css
43
44
  - deploy/public/style/yui/fonts.css
44
45
  - deploy/public/style/yui/reset.css