# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "unpack" s.version = "0.1.9" s.platform = Gem::Platform::RUBY s.authors = ["Linus Oleander"] s.email = ["linus@oleander.nu"] s.homepage = "https://github.com/oleander/Unpack" s.summary = %q{An automated unrar gem} s.description = %q{An automated unpacking tool for *nix, using Ruby 1.9.2} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency('rspec') s.add_dependency('mimer_plus', '~> 0.0.4') end