chimera 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -2
- data/lib/chimera.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
= chimera
|
2
2
|
|
3
|
-
* http://github.com
|
3
|
+
* http://github.com/benmyles/chimera
|
4
4
|
|
5
5
|
== DESCRIPTION:
|
6
6
|
|
@@ -32,7 +32,6 @@ way with one Redis server (especially if you use the new Redis VM).
|
|
32
32
|
== SYNOPSIS:
|
33
33
|
|
34
34
|
require "rubygems"
|
35
|
-
gem "chimera", "0.0.2"
|
36
35
|
require "chimera"
|
37
36
|
|
38
37
|
Chimera.config_path = "path/to/your/config.yml"
|
@@ -87,6 +86,10 @@ way with one Redis server (especially if you use the new Redis VM).
|
|
87
86
|
$ gem install tzinfo builder memcache-client rack rack-test rack-mount erubis mail text-format thor bundler i18n
|
88
87
|
$ gem install rails --pre
|
89
88
|
$ gem install chimera
|
89
|
+
|
90
|
+
== USEFUL LINKS:
|
91
|
+
|
92
|
+
* http://groups.google.com/group/chimera-lib
|
90
93
|
|
91
94
|
== LICENSE:
|
92
95
|
|
data/lib/chimera.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 3
|
9
|
+
version: 0.0.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Ben Myles
|
@@ -208,7 +208,7 @@ files:
|
|
208
208
|
- test/test_chimera.rb
|
209
209
|
- test/test_helper.rb
|
210
210
|
has_rdoc: true
|
211
|
-
homepage: http://github.com
|
211
|
+
homepage: http://github.com/benmyles/chimera
|
212
212
|
licenses: []
|
213
213
|
|
214
214
|
post_install_message: PostInstall.txt
|