File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3
3
module LaunchDarkly
4
4
module Server
5
5
module AI
6
- VERSION = '0.0 .0' # x-release-please-version
6
+ VERSION = '0.1 .0' # x-release-please-version
7
7
end
8
8
end
9
9
end
Original file line number Diff line number Diff line change 6
6
"versioning" : " default" ,
7
7
"include-component-in-tag" : false ,
8
8
"include-v-in-tag" : false ,
9
- "extra-files" : [" PROVENANCE.md" , " lib/ldclient- ai/version.rb" ]
9
+ "extra-files" : [" PROVENANCE.md" , " lib/server/ ai/version.rb" ]
10
10
}
11
11
}
12
12
}
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
- # require 'ldclient-ai'
4
-
5
3
RSpec . configure do |config |
6
4
# Enable flags like --only-failures and --next-failure
7
5
config . example_status_persistence_file_path = '.rspec_status'
You can’t perform that action at this time.
0 commit comments