diff --git a/lib/ohme/version.rb b/lib/ohme/version.rb index 1dbd82e..d9c7c46 100644 --- a/lib/ohme/version.rb +++ b/lib/ohme/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Ohme - VERSION = '0.2.0' + VERSION = '0.3.0' end diff --git a/ohme.gemspec b/ohme.gemspec index 9b3a922..3f1e04d 100644 --- a/ohme.gemspec +++ b/ohme.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(__dir__) do - `git ls-files -z`.split('\x0').reject do |f| + `git ls-files -z`.split("\x0").reject do |f| (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)}) end end