seven_zip_ruby icon indicating copy to clipboard operation
seven_zip_ruby copied to clipboard

Ruby gem library to compress/extract 7-Zip archives

Results 16 seven_zip_ruby issues
Sort by recently updated
recently updated
newest added
trafficstars

With the following error messages: gem_make.out ``` /Users/akshet/.rvm/rubies/ruby-2.2.1/bin/ruby -r ./siteconf20150410-2046-w1au5.rb extconf.rb checking for ruby/thread.h... yes *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of...

I'm trying to open a multi-part 7zip archive. I have tested opening the archive in 7zip in Windows and it opens fine, so the archive is valid. ``` >> path...

Previously, `SO_TARGET_DIR` was hardcoded to install the built 7z.so into `RbConfig::CONFIG["sitearchdir"]`, which is typically located wherever ruby is installed. This is seems like an unusual thing for a gem to...

You have examples on how to extract a password encrypted archive in the readme. But I couldn't find a code sample on how to specify a password when creating a...

Hello! I've got a bit of a weird issue. When I install this gem on Heroku via rubygems it works fine. ```ruby source "https://rubygems.org" ruby "3.1.3" gem "seven_zip_ruby", github: "masamitsu-murase/seven_zip_ruby"...

I'm trying to install with a ruby that I installed with nix. That means my ruby directory is read-only. I have a `$GEM_HOME` set to a writable location, and this...