Skip to content

Commit

Permalink
adding tzinfo-data to the gemspec
Browse files Browse the repository at this point in the history
this should fix windows.
  • Loading branch information
darkbushido committed May 17, 2016
1 parent fda4eb4 commit 771171c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -32,6 +32,7 @@ PATH
rubyzip
sqlite3
tzinfo
tzinfo-data

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -241,6 +242,8 @@ GEM
timecop (0.8.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo-data (1.2016.4)
tzinfo (>= 1.0.0)
xpath (2.0.0)
nokogiri (~> 1.3)
yard (0.8.7.6)
Expand Down
4 changes: 3 additions & 1 deletion metasploit-framework.gemspec
Expand Up @@ -94,7 +94,9 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'redcarpet'
# Needed for Microsoft patch finding tool (msu_finder)
spec.add_runtime_dependency 'patch_finder'

# TimeZone info
spec.add_runtime_dependency 'tzinfo-data'

# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
# NoMethodError undefined method `dlopen' for Fiddle:Module
unless Gem.win_platform?
Expand Down

0 comments on commit 771171c

Please sign in to comment.