couchsphinx 0.1 → 0.2

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 (2) hide show
  1. data/README.rdoc +6 -2
  2. metadata +1 -1
@@ -11,10 +11,14 @@ going.
11
11
  CouchSphinx needs gems CouchRest and Riddle as well as a running Sphinx
12
12
  and a CouchDB installation.
13
13
 
14
- sudo gem sources -a http://gems.github.com # Only needed once!
14
+ sudo gem sources -a http://gemcutter.org # Only needed once!
15
15
  sudo gem install riddle
16
16
  sudo gem install couchrest
17
- sudo gem install ulbrich-couchsphinx
17
+ sudo gem install couchsphinx
18
+
19
+ !!Warning: As Github cancelled gem support, we moved the gem from Github.com
20
+ to Gemcutter.org. If you install from Github, you will not get the newest
21
+ version! See http://gemcutter.org/gems/couchsphinx for details.
18
22
 
19
23
  No additional configuraton is needed for interfacing with CouchDB: Setup is
20
24
  done when CouchRest is able to talk to the CouchDB server.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couchsphinx
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.1"
4
+ version: "0.2"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Ulbrich