Skip to content

Commit

Permalink
added mime-type gem
Browse files Browse the repository at this point in the history
  • Loading branch information
panterch committed Jun 20, 2012
1 parent d426ad2 commit facc1e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
PATH
remote: .
specs:
dummy_dropbox_sdk (0.0.11)
dummy_dropbox_sdk (0.0.13)
dropbox-sdk (>= 1.1)
mime-types

GEM
remote: http://rubygems.org/
specs:
dropbox-sdk (1.1)
json
json (1.6.1)
mime-types (1.18)

PLATFORMS
ruby
Expand All @@ -18,3 +20,4 @@ DEPENDENCIES
bundler (>= 1.0.0.rc.6)
dropbox-sdk (>= 1.1)
dummy_dropbox_sdk!
mime-types
1 change: 1 addition & 0 deletions dummy_dropbox_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "bundler", ">= 1.0.0.rc.6"

s.add_dependency "dropbox-sdk", ">= 1.1"
s.add_dependency "mime-types"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit facc1e6

Please sign in to comment.