Skip to content

Commit

Permalink
Merge pull request #32 from chef/misc
Browse files Browse the repository at this point in the history
Misc tweaks to gemfile / gemspec
  • Loading branch information
tas50 authored Oct 15, 2018
2 parents cdbade4 + 8f6cc4b commit 0c4cf2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Issues Resolved

[List any existing issues this PR resolves, or any Discourse or
StackOverflow discussion that's relevant]
StackOverflow discussions that are relevant]

### Check List

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ branches:
only:
- master

bundler_args: --without docs development
bundler_args: --without docs debug

before_install:
- gem install bundler
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem "rake"
end

group :development do
group :debug do
gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"
Expand Down
2 changes: 1 addition & 1 deletion mixlib-archive.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|

spec.summary = %q{A simple interface to various archive formats}
spec.description = spec.summary
spec.homepage = "https://chef.io"
spec.homepage = "https://github.com/chef/mixlib-archive"
spec.license = "Apache-2.0"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
Expand Down

0 comments on commit 0c4cf2b

Please sign in to comment.