earth 0.1.0 → 0.1.1
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/lib/earth.rb +2 -0
- metadata +5 -5
data/lib/earth.rb
CHANGED
|
@@ -6,6 +6,8 @@ require 'earth/inflectors'
|
|
|
6
6
|
require 'data_miner'
|
|
7
7
|
require 'falls_back_on'
|
|
8
8
|
require 'falls_back_on/active_record_ext'
|
|
9
|
+
require 'weighted_average'
|
|
10
|
+
require 'loose_tight_dictionary'
|
|
9
11
|
|
|
10
12
|
# The earth module is an interface for establishing a taps server (used to fetch
|
|
11
13
|
# data) and for loading data models from various domains.
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: earth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Seamus Abshere
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2010-09-20 00:00:00 -
|
|
20
|
+
date: 2010-09-20 00:00:00 -05:00
|
|
21
21
|
default_executable:
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
requirements:
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
hash:
|
|
31
|
+
hash: 299253624
|
|
32
32
|
segments:
|
|
33
33
|
- 3
|
|
34
34
|
- 0
|