Skip to content

Commit

Permalink
Adds missing runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Oct 27, 2012
1 parent 1a18d41 commit 8ec060d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile.lock
Expand Up @@ -7,7 +7,9 @@ PATH
coderay coderay
eeepub-with-cover-support eeepub-with-cover-support
i18n i18n
listen
nokogiri nokogiri
notifier
rdiscount rdiscount
thor thor


Expand All @@ -19,13 +21,14 @@ GEM
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
awesome_print (1.0.2) awesome_print (1.0.2)
builder (3.1.3) builder (3.1.4)
coderay (1.0.7) coderay (1.0.7)
diff-lcs (1.1.3) diff-lcs (1.1.3)
eeepub-with-cover-support (0.8.7) eeepub-with-cover-support (0.8.7)
builder builder
rubyzip rubyzip
i18n (0.6.1) i18n (0.6.1)
listen (0.5.3)
method_source (0.8) method_source (0.8)
multi_json (1.3.6) multi_json (1.3.6)
nokogiri (1.5.5) nokogiri (1.5.5)
Expand Down
2 changes: 2 additions & 0 deletions kitabu.gemspec
Expand Up @@ -27,6 +27,8 @@ Gem::Specification.new do |s|
s.add_dependency "thor" s.add_dependency "thor"
s.add_dependency "eeepub-with-cover-support" s.add_dependency "eeepub-with-cover-support"
s.add_dependency "coderay" s.add_dependency "coderay"
s.add_dependency "notifier"
s.add_dependency "listen"


s.add_development_dependency "rspec" s.add_development_dependency "rspec"
s.add_development_dependency "test_notifier" s.add_development_dependency "test_notifier"
Expand Down

0 comments on commit 8ec060d

Please sign in to comment.