chimera 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. data/README.rdoc +5 -2
  2. data/lib/chimera.rb +1 -1
  3. metadata +3 -3
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = chimera
2
2
 
3
- * http://github.com/#{github_username}/#{project_name}
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
@@ -29,5 +29,5 @@ require "chimera/persistence"
29
29
  require "chimera/base"
30
30
 
31
31
  module Chimera
32
- VERSION = '0.0.2'
32
+ VERSION = '0.0.3'
33
33
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
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/#{github_username}/#{project_name}
211
+ homepage: http://github.com/benmyles/chimera
212
212
  licenses: []
213
213
 
214
214
  post_install_message: PostInstall.txt