Skip to content

Commit

Permalink
updating gemspec for testing gems
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolly committed Sep 15, 2012
1 parent cb259ee commit 4dbf0fb
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 8 deletions.
43 changes: 35 additions & 8 deletions Gemfile.lock
Expand Up @@ -2,29 +2,56 @@ PATH
remote: .
specs:
pickem (0.0.1)
activerecord (~> 3.2.0)
nokogiri
ri_cal
terminal-table
thor

GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
activerecord (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
arel (3.0.2)
builder (3.0.3)
crack (0.3.1)
diff-lcs (1.1.3)
i18n (0.6.1)
multi_json (1.3.6)
nokogiri (1.5.0)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
ri_cal (0.8.8)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2)
terminal-table (1.4.3)
thor (0.14.6)
tzinfo (0.3.33)
vcr (2.2.5)
webmock (1.8.10)
addressable (>= 2.2.7)
crack (>= 0.1.7)

PLATFORMS
ruby

DEPENDENCIES
pickem!
rspec
vcr
webmock
5 changes: 5 additions & 0 deletions pickem.gemspec
Expand Up @@ -19,7 +19,12 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_development_dependency "rspec"
s.add_development_dependency "vcr"
s.add_development_dependency "webmock"

s.add_runtime_dependency "thor"
s.add_runtime_dependency "nokogiri"
s.add_runtime_dependency "terminal-table"
s.add_runtime_dependency "ri_cal"
s.add_runtime_dependency "activerecord", "~> 3.2.0"
end

0 comments on commit 4dbf0fb

Please sign in to comment.