public
Description: A sinatra based interface for browsing and admiring your gems
Homepage: http://code.quirkey.com/gembox
Clone URL: git://github.com/quirkey/gembox.git
gembox / History.txt
100644 39 lines (25 sloc) 1.078 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
== 0.2.1 2009-08-30
 
* Typing in an argument in the command line will launch to that specific search:
e.g. $ gembox rack #=> opens gembox to the rack page.
* If a search exactly matches a gem name it will open that gems info page instead of displaying search results
* Updated to latest version of Vegas
 
== 0.2.0 2009-07-06
 
* Updated to latest version of Vegas for Windows compatability
* Links to RDoc should only display if Rdoc actually exists
* Format the Gem description with RDoc
* Reloads the gem list if the gem dir changes
* Minor formatting updates
 
== 0.1.5 2009-05-22
 
* Fixed the config.ru so gembox can run on passenger [Thanks Lenary]
 
== 0.1.4 2009-04-13
 
* Using the brand new release of Vegas for the binary
 
== 0.1.3 2009-04-06
 
* Support/linking to local RDoc files in Gem pages
* Added JS so that clippy only loads on mouseover (fixes load issues)
* Tests now rely on rack-test instead of sintra/test
 
== 0.1.1 2009-03-04
 
* 1 minor fix:
  * Fixed paths so that the binary works correctly
 
== 0.1.0 2009-02-27
 
* 1 major enhancement:
  * Initial release