Skip to content

Commit 37f6353

Browse files
arjun-rajappaGSVarsha
authored andcommitted
chore: release V 2.1.0
Also removes unwanted files from release package Signed-off-by: Arjun Rajappa <[email protected]>
1 parent 858f4f1 commit 37f6353

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

instana.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ Gem::Specification.new do |spec|
2525
}
2626

2727
spec.licenses = ['MIT']
28-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test)/}) }
28+
spec.files = Dir.glob('lib/**/*.rb') + Dir.glob('README.md') + Dir.glob('bin/console') + Dir.glob('bin/setup')
2929
spec.bindir = "exe"
3030
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3131
spec.require_paths = ["lib"]
32-
spec.test_files = Dir.glob("{test}/**/*.rb")
3332

3433
spec.required_ruby_version = '>= 3.0'
3534
spec.platform = defined?(JRUBY_VERSION) ? 'java' : Gem::Platform::RUBY

lib/instana/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# (c) Copyright Instana Inc. 2016
33

44
module Instana
5-
VERSION = "2.0.0"
5+
VERSION = "2.1.0"
66
VERSION_FULL = "instana-#{VERSION}"
77
end

0 commit comments

Comments
 (0)