diff --git a/Manifest.txt b/Manifest.txt index 74ae005..0244ea2 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,5 +1,3 @@ -.ruby-version -.semaphore/semaphore.yml CONTRIBUTING.md HISTORY.md LICENSE diff --git a/tasks/this.rb b/tasks/this.rb index 03ecd46..697fcba 100644 --- a/tasks/this.rb +++ b/tasks/this.rb @@ -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)$/, /~$/)