File tree Expand file tree Collapse file tree 6 files changed +612
-18
lines changed Expand file tree Collapse file tree 6 files changed +612
-18
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,7 @@ group :development do
9
9
gem "shoulda" , ">= 0"
10
10
gem "bundler" , "~> 1.0.0"
11
11
gem "jeweler" , "~> 1.6.0"
12
- #gem "rcov", ">= 0"
12
+ gem "test-unit"
13
+ gem "ZenTest"
14
+ gem "ruby-debug19"
13
15
end
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: http://rubygems.org/
3
3
specs:
4
+ ZenTest (4.5.0 )
5
+ archive-tar-minitar (0.5.2 )
6
+ columnize (0.3.4 )
4
7
git (1.2.5 )
5
8
jeweler (1.6.0 )
6
9
bundler (~> 1.0.0 )
7
10
git (>= 1.2.5 )
8
11
rake
12
+ linecache19 (0.5.12 )
13
+ ruby_core_source (>= 0.1.4 )
9
14
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 )
10
25
shoulda (2.11.3 )
26
+ test-unit (2.0.7 )
11
27
12
28
PLATFORMS
13
29
ruby
14
30
15
31
DEPENDENCIES
32
+ ZenTest
16
33
bundler (~> 1.0.0 )
17
34
jeweler (~> 1.6.0 )
35
+ ruby-debug19
18
36
shoulda
37
+ test-unit
You can’t perform that action at this time.
0 commit comments