Skip to content

Commit

Permalink
Changed rspec to riot on gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Cainã Costa committed Jan 29, 2011
1 parent 471ec60 commit bc9ca63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions Gemfile.lock
Expand Up @@ -11,24 +11,20 @@ GEM
remote: http://rubygems.org/
specs:
SystemTimer (1.2.1)
diff-lcs (1.1.2)
msgpack (0.4.4)
nokogiri (1.4.4)
rack (1.2.1)
rack-test (0.5.7)
rack (>= 1.0)
redis (2.1.1)
rspec (2.4.0)
rspec-core (~> 2.4.0)
rspec-expectations (~> 2.4.0)
rspec-mocks (~> 2.4.0)
rspec-core (2.4.0)
rspec-expectations (2.4.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.4.0)
riot (0.12.1)
rr
term-ansicolor
rr (1.0.2)
sinatra (1.1.2)
rack (~> 1.1)
tilt (~> 1.2)
term-ansicolor (1.0.5)
tilt (1.2.1)
webrat (0.7.3)
nokogiri (>= 1.2.0)
Expand All @@ -45,6 +41,6 @@ DEPENDENCIES
rack-analytics!
rack-test
redis
rspec
riot
sinatra
webrat
2 changes: 1 addition & 1 deletion rack-analytics.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('redis')
s.add_runtime_dependency('msgpack')

s.add_development_dependency('rspec')
s.add_development_dependency('riot')
s.add_development_dependency('webrat')
s.add_development_dependency('sinatra')
s.add_development_dependency('rack-test')
Expand Down

0 comments on commit bc9ca63

Please sign in to comment.