Skip to content

Commit

Permalink
Fix up gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Oct 5, 2013
1 parent 7ceed8c commit 8cac2fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
9 changes: 0 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@ GEM
remote: https://rubygems.org/
specs:
activesupport (3.0.9)
coderay (1.0.9)
diff-lcs (1.1.2)
json (1.7.7)
method_source (0.8.2)
mocha (0.9.12)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rack (1.3.0)
rack-test (0.6.0)
rack (>= 1.0)
Expand All @@ -30,8 +24,6 @@ GEM
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
slop (3.4.6)
wkhtmltopdf-binary (0.9.5.3)

PLATFORMS
ruby
Expand All @@ -40,7 +32,6 @@ DEPENDENCIES
activesupport (>= 3.0.8)
mocha (>= 0.9.10)
pdfkit!
pry
rack-test (>= 0.5.6)
rake (~> 0.9.2)
rdoc (~> 4.0.1)
Expand Down
5 changes: 0 additions & 5 deletions pdfkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,4 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<rake>, ["~>0.9.2"])
s.add_development_dependency(%q<rdoc>, ["~> 4.0.1"])
s.add_development_dependency(%q<rspec>, ["~> 2.2.0"])
s.add_development_dependency(%q<mocha>, [">= 0.9.10"])
s.add_development_dependency(%q<pry>)
s.add_development_dependency(%q<rack-test>, [">= 0.5.6"])
s.add_development_dependency(%q<activesupport>, [">= 3.0.8"])
s.add_development_dependency(%q<wkhtmltopdf-binary>, ["~> 0.9.5"])
end

0 comments on commit 8cac2fa

Please sign in to comment.