chimera 0.0.1 → 0.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.
- data/README.rdoc +2 -2
- data/Rakefile +1 -1
- data/lib/chimera.rb +2 -2
- metadata +6 -6
data/README.rdoc
CHANGED
@@ -32,7 +32,7 @@ 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.
|
35
|
+
gem "chimera", "0.0.2"
|
36
36
|
require "chimera"
|
37
37
|
|
38
38
|
Chimera.config_path = "path/to/your/config.yml"
|
@@ -79,7 +79,7 @@ way with one Redis server (especially if you use the new Redis VM).
|
|
79
79
|
* ActiveSupport+ActiveModel 3.0.0.beta
|
80
80
|
|
81
81
|
* uuidtools 2.1.1
|
82
|
-
*
|
82
|
+
* yajl-ruby 0.7.4
|
83
83
|
* fast-stemmer 1.0.0
|
84
84
|
|
85
85
|
== INSTALL:
|
data/Rakefile
CHANGED
data/lib/chimera.rb
CHANGED
@@ -3,7 +3,7 @@ $:.unshift(File.dirname(__FILE__)) unless
|
|
3
3
|
|
4
4
|
gem 'uuidtools','= 2.1.1'
|
5
5
|
gem 'activemodel','= 3.0.0.beta'
|
6
|
-
gem "
|
6
|
+
gem "yajl-ruby", "= 0.7.4"
|
7
7
|
gem "fast-stemmer", "= 1.0.0"
|
8
8
|
|
9
9
|
require 'fast_stemmer'
|
@@ -29,5 +29,5 @@ require "chimera/persistence"
|
|
29
29
|
require "chimera/base"
|
30
30
|
|
31
31
|
module Chimera
|
32
|
-
VERSION = '0.0.
|
32
|
+
VERSION = '0.0.2'
|
33
33
|
end
|
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
|
+
- 2
|
9
|
+
version: 0.0.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Ben Myles
|
@@ -62,7 +62,7 @@ dependencies:
|
|
62
62
|
type: :runtime
|
63
63
|
version_requirements: *id003
|
64
64
|
- !ruby/object:Gem::Dependency
|
65
|
-
name:
|
65
|
+
name: yajl-ruby
|
66
66
|
prerelease: false
|
67
67
|
requirement: &id004 !ruby/object:Gem::Requirement
|
68
68
|
requirements:
|
@@ -70,9 +70,9 @@ dependencies:
|
|
70
70
|
- !ruby/object:Gem::Version
|
71
71
|
segments:
|
72
72
|
- 0
|
73
|
-
-
|
74
|
-
-
|
75
|
-
version: 0.
|
73
|
+
- 7
|
74
|
+
- 4
|
75
|
+
version: 0.7.4
|
76
76
|
type: :runtime
|
77
77
|
version_requirements: *id004
|
78
78
|
- !ruby/object:Gem::Dependency
|