Skip to content

Commit

Permalink
Merge pull request #514 from Fryguy/extract_wim_parser
Browse files Browse the repository at this point in the history
Extract WimParser to a dedicated gem
  • Loading branch information
chessbyte authored Feb 8, 2021
2 parents 56f4ee0 + ac7d017 commit bed9385
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 202 deletions.
120 changes: 0 additions & 120 deletions lib/gems/pending/util/win32/wim_parser.rb

This file was deleted.

1 change: 0 additions & 1 deletion manageiq-gems-pending.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "activesupport", "~> 6.0"
s.add_runtime_dependency "awesome_spawn", "~> 1.5"
s.add_runtime_dependency "aws-sdk-s3", "~> 1.0"
s.add_runtime_dependency "binary_struct", "~> 2.1"
s.add_runtime_dependency "bundler", ">= 1.8.4" # rails-assets requires bundler >= 1.8.4, see: https://rails-assets.org/
s.add_runtime_dependency "erubis", "= 2.7.0"
s.add_runtime_dependency "fog-openstack", "~> 0.3"
Expand Down
Binary file removed spec/util/win32/data/tiny.wim
Binary file not shown.
81 changes: 0 additions & 81 deletions spec/util/win32/wim_parser_spec.rb

This file was deleted.

0 comments on commit bed9385

Please sign in to comment.