1 parent fc09526 commit 9927705Copy full SHA for 9927705
2 files changed
lib/roaring/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Roaring
4
- VERSION = "0.1.0"
+ VERSION = "0.2.0"
5
end
roaring.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
# Specify which files should be added to the gem when it is released.
20
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
21
spec.files = Dir.chdir(__dir__) do
22
- `git ls-files -z`.split("\x0").reject do |f|
+ `git ls-files --recurse-submodules -z`.split("\x0").reject do |f|
23
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
24
25
0 commit comments