-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Bundler 2.1.0.pre.1 as developed version from upstream.
rubygems/bundler@a537095 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
290 changed files
with
5,780 additions
and
6,121 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
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,4 +1,3 @@ | ||
# coding: utf-8 | ||
# frozen_string_literal: true | ||
|
||
begin | ||
|
@@ -19,16 +18,16 @@ Gem::Specification.new do |s| | |
"Yehuda Katz" | ||
] | ||
s.email = ["[email protected]"] | ||
s.homepage = "http://bundler.io" | ||
s.homepage = "https://bundler.io" | ||
s.summary = "The best way to manage your application's dependencies" | ||
s.description = "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably" | ||
|
||
if s.respond_to?(:metadata=) | ||
s.metadata = { | ||
"bug_tracker_uri" => "http://github.com/bundler/bundler/issues", | ||
"bug_tracker_uri" => "https://github.com/bundler/bundler/issues", | ||
"changelog_uri" => "https://github.com/bundler/bundler/blob/master/CHANGELOG.md", | ||
"homepage_uri" => "https://bundler.io/", | ||
"source_code_uri" => "http://github.com/bundler/bundler/", | ||
"source_code_uri" => "https://github.com/bundler/bundler/", | ||
} | ||
end | ||
|
||
|
@@ -41,14 +40,12 @@ Gem::Specification.new do |s| | |
end | ||
|
||
s.add_development_dependency "automatiek", "~> 0.1.0" | ||
s.add_development_dependency "mustache", "0.99.6" | ||
s.add_development_dependency "rake", "~> 10.0" | ||
s.add_development_dependency "rdiscount", "~> 2.2" | ||
s.add_development_dependency "rake", "~> 12.0" | ||
s.add_development_dependency "ronn", "~> 0.7.3" | ||
s.add_development_dependency "rspec", "~> 3.6" | ||
s.add_development_dependency "rubocop", "= 0.65.0" | ||
|
||
# base_dir = File.dirname(__FILE__).gsub(%r{([^A-Za-z0-9_\-.,:\/@\n])}, "\\\\\\1") | ||
# s.files = IO.popen("git -C #{base_dir} ls-files -z", &:read).split("\x0").select {|f| f.match(%r{^(lib|exe)/}) } | ||
# s.files = Dir.glob("{lib,exe}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) } | ||
|
||
# we don't check in man pages, but we need to ship them because | ||
# we use them to generate the long-form help for each command. | ||
|
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
Oops, something went wrong.