mango 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.mdown +2 -5
  2. metadata +3 -3
@@ -2,7 +2,7 @@
2
2
 
3
3
  Image courtesy of [B.C. Tree Fruits LTD.](http://www.bctree.com/products/sourced/mango.php)
4
4
 
5
- Mango release 0.1.0 (June 15, 2010)
5
+ Mango release 0.1.1 (June 15, 2010)
6
6
  ===================================
7
7
 
8
8
  Copyright (c) 2010 Ryan Sobol. Licensed under the MIT license. Please see the {file:LICENSE} for more information.
@@ -14,10 +14,7 @@ Copyright (c) 2010 Ryan Sobol. Licensed under the MIT license. Please see the {
14
14
  WHAT'S NEW?
15
15
  -----------
16
16
 
17
- * Dynamically route HTTP requests to Haml content pages
18
- * Route unknown pages to a customizable 404 page
19
- * Wrap content pages within customizable Haml templates and layouts
20
- * Publish to any Rack-based application server (e.g. Phusion Passenger, thin, mongrel, webrick, etc.)
17
+ * Reserved the 'mango' namespace on RubyGems.org!
21
18
 
22
19
  Please see {file:doc/HISTORY.mdown} for the historical overview of the project.
23
20
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mango
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Sobol