-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a63548b
commit a3f9fff
Showing
9 changed files
with
138 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
*.swp | ||
*~ | ||
*.gem | ||
.byebug_history | ||
.rake_tasks~ | ||
.source_index | ||
.vagrant | ||
Gemfile.lock | ||
Vagrantfile | ||
coverage | ||
doc | ||
html | ||
pkg | ||
publish | ||
coverage/ | ||
doc/ | ||
html/ | ||
pkg/ | ||
publish/ | ||
test/cache.tst | ||
tmp/ | ||
.byebug_history |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,6 @@ | ||
# frozen_string_literal: true | ||
|
||
# NOTE: This file is not the canonical source of dependencies. Edit the | ||
# Rakefile, instead. | ||
# NOTE: This file is not the canonical source of dependencies. Edit the Rakefile, instead. | ||
|
||
source "https://rubygems.org/" | ||
|
||
mime_version = | ||
if RUBY_VERSION < "1.9" | ||
gem "rdoc", "< 4.0" | ||
gem "rake", "~> 10.0" | ||
"1.25" | ||
elsif RUBY_VERSION < "2.0" | ||
gem "rdoc", "< 6.0" | ||
"2.0" | ||
elsif RUBY_VERSION >= "2.0" | ||
"3.0" | ||
end | ||
|
||
gem "mime-types", "~> #{mime_version}" | ||
|
||
# TODO: Remove this for minitar 1 since archive-tar-minitar is going away | ||
gemspec :name => "minitar" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters