File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,12 @@ require 'pathname'
58
58
CURRENT_PATH = Pathname ( File . expand_path ( __dir__ ) )
59
59
SUBPROJECTS = [
60
60
'elasticsearch' ,
61
- 'elasticsearch-transport' ,
62
61
'elasticsearch-dsl' ,
63
62
'elasticsearch-api'
64
63
] . freeze
65
64
66
65
RELEASE_TOGETHER = [
67
66
'elasticsearch' ,
68
- 'elasticsearch-transport' ,
69
67
'elasticsearch-api'
70
68
] . freeze
71
69
Original file line number Diff line number Diff line change 17
17
18
18
UNIT_TESTED_PROJECTS = [
19
19
'elasticsearch' ,
20
- 'elasticsearch-transport' ,
21
20
'elasticsearch-dsl' ,
22
21
'elasticsearch-api'
23
22
] . freeze
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ namespace :unified_release do
72
72
end
73
73
74
74
version_regexp = Regexp . new ( /VERSION = ("|'([0-9.]+(-SNAPSHOT)?)'|")/ )
75
- gemspec_regexp = Regexp . new ( /('elasticsearch-transport'|'elasticsearch- api'),\s +'([0-9.]+)'/ )
75
+ gemspec_regexp = Regexp . new ( /('elasticsearch-api'),\s +'([0-9.]+)'/ )
76
76
77
77
files . flatten . each do |file |
78
78
content = File . read ( file )
You can’t perform that action at this time.
0 commit comments