Skip to content

Commit

Permalink
Added test-unit as a development dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
evolve75 committed Jan 2, 2015
1 parent 84e69d0 commit 19b9a88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile.lock
Expand Up @@ -18,9 +18,9 @@ GEM
json (1.8.1)
mime-types (2.4.3)
multi_json (1.10.1)
power_assert (0.2.2)
rake (10.4.2)
rdoc (4.2.0)
json (~> 1.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rtags (0.97)
Expand All @@ -34,6 +34,8 @@ GEM
structured_warnings (0.1.4)
term-ansicolor (1.2.2)
tins (~> 0.8)
test-unit (3.0.9)
power_assert
thor (0.18.1)
tins (0.13.2)
yard (0.8.7.6)
Expand All @@ -48,4 +50,5 @@ DEPENDENCIES
rdoc (~> 4.2)
rtagstask (~> 0.0)
rubytree!
test-unit (~> 3.0)
yard (~> 0.8)
1 change: 1 addition & 0 deletions rubytree.gemspec
Expand Up @@ -71,6 +71,7 @@ Gem::Specification.new do |s|

# Note: Rake is added as a development and test dependency in the Gemfile.
s.add_development_dependency 'bundler' , '~> 1.7'
s.add_development_dependency 'test-unit' , '~> 3.0'
s.add_development_dependency 'rdoc' , '~> 4.2'
s.add_development_dependency 'yard' , '~> 0.8'
s.add_development_dependency 'rtagstask' , '~> 0.0'
Expand Down

0 comments on commit 19b9a88

Please sign in to comment.