Skip to content

Commit 29f7656

Browse files
committed
Attempt at training models directly from ruby, this is a chunky commit
1 parent 8f47e98 commit 29f7656

File tree

6 files changed

+612
-18
lines changed

6 files changed

+612
-18
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ group :development do
99
gem "shoulda", ">= 0"
1010
gem "bundler", "~> 1.0.0"
1111
gem "jeweler", "~> 1.6.0"
12-
#gem "rcov", ">= 0"
12+
gem "test-unit"
13+
gem "ZenTest"
14+
gem "ruby-debug19"
1315
end

Gemfile.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,37 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4+
ZenTest (4.5.0)
5+
archive-tar-minitar (0.5.2)
6+
columnize (0.3.4)
47
git (1.2.5)
58
jeweler (1.6.0)
69
bundler (~> 1.0.0)
710
git (>= 1.2.5)
811
rake
12+
linecache19 (0.5.12)
13+
ruby_core_source (>= 0.1.4)
914
rake (0.9.0)
15+
ruby-debug-base19 (0.11.25)
16+
columnize (>= 0.3.1)
17+
linecache19 (>= 0.5.11)
18+
ruby_core_source (>= 0.1.4)
19+
ruby-debug19 (0.11.6)
20+
columnize (>= 0.3.1)
21+
linecache19 (>= 0.5.11)
22+
ruby-debug-base19 (>= 0.11.19)
23+
ruby_core_source (0.1.5)
24+
archive-tar-minitar (>= 0.5.2)
1025
shoulda (2.11.3)
26+
test-unit (2.0.7)
1127

1228
PLATFORMS
1329
ruby
1430

1531
DEPENDENCIES
32+
ZenTest
1633
bundler (~> 1.0.0)
1734
jeweler (~> 1.6.0)
35+
ruby-debug19
1836
shoulda
37+
test-unit

0 commit comments

Comments
 (0)