Skip to content

Commit

Permalink
fix manifest ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Jan 19, 2019
1 parent 9ad9574 commit eae8b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Manifest.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.ruby-version
.semaphore/semaphore.yml
CONTRIBUTING.md
HISTORY.md
LICENSE
Expand Down
4 changes: 2 additions & 2 deletions tasks/this.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class ThisProject
#
# Yields self
def initialize(&block)
@exclude_from_manifest = Regexp.union(/\.(git|DS_Store)/,
/^(doc|coverage|pkg|tmp|Gemfile(\.lock)?)/,
@exclude_from_manifest = Regexp.union(/\.(git|DS_Store|ruby-version)/,
/^(doc|coverage|pkg|tmp|.semaphore|Gemfile(\.lock)?)/,
/^[^\/]+\.gemspec/,
/\.(swp|jar|bundle|so|rvmrc|travis.yml|byebug_history)$/,
/~$/)
Expand Down

0 comments on commit eae8b7a

Please sign in to comment.