Skip to content

Commit 9927705

Browse files
committed
Version 0.2.0
1 parent fc09526 commit 9927705

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/roaring/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Roaring
4-
VERSION = "0.1.0"
4+
VERSION = "0.2.0"
55
end

roaring.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
# Specify which files should be added to the gem when it is released.
2020
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
2121
spec.files = Dir.chdir(__dir__) do
22-
`git ls-files -z`.split("\x0").reject do |f|
22+
`git ls-files --recurse-submodules -z`.split("\x0").reject do |f|
2323
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
2424
end
2525
end

0 commit comments

Comments
 (0)