Skip to content

Commit a4ddc48

Browse files
committed
update
1 parent 9f4038c commit a4ddc48

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
stack-service-base (0.0.25)
4+
stack-service-base (0.0.26)
55
async
66
nats-pure
77
opentelemetry-exporter-otlp

gem.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.authors = ['Artyom B']
99
s.bindir = 'bin'
1010
s.require_paths = ['lib']
11-
s.files = Dir['{bin,lib,test,examples}/**/*']
11+
s.files = Dir['{bin,lib,test,examples}/**/{*,.*}']
1212
s.require_paths = ['lib']
1313

1414
s.required_ruby_version = ">= " + File.read(File.dirname(__FILE__)+'/.ruby-version').strip

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module StackServiceBase
22
class Base
3-
VERSION = '0.0.25'
3+
VERSION = '0.0.26'
44
end
55
end

0 commit comments

Comments
 (0)