Skip to content

Commit b516ddb

Browse files
authored
Merge pull request #30 from kinde-oss/rai/update-version
Rai/update version
2 parents 6269042 + 84e6228 commit b516ddb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

kinde_sdk.gemspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ Gem::Specification.new do |s|
2626

2727
s.add_development_dependency "rspec", "~> 3.6", ">= 3.6.0"
2828

29-
s.files = `find *`.split("\n").uniq.sort.reject(&:empty?)
29+
s.files = Dir.glob(['lib/**/*', 'kinde_api/**/*']).reject do |f|
30+
File.directory?(f) || f.start_with?('kinde_api/spec/')
31+
end
32+
3033
s.test_files = `find spec/* #{SDK_PATH}/spec/*`.split("\n")
3134
s.executables = []
3235
s.require_paths = %W[lib #{SDK_PATH}/lib]

lib/kinde_sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module KindeSdk
2-
VERSION = "1.2.2"
2+
VERSION = "1.2.3"
33
end

0 commit comments

Comments
 (0)