8000 Merge branch 'trial-merge' · aaronjensen/messaging-postgres@337d9e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 337d9e2

Browse files
committed
Merge branch 'trial-merge'
2 parents 6ea7bd6 + 838bba5 commit 337d9e2

File tree

11 files changed

+6
-241
lines changed

11 files changed

+6
-241
lines changed

lib/messaging/postgres.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
require 'messaging'
21
require 'message_store/postgres'
2+
require 'messaging'
33

44
require 'messaging/postgres/log'
5-
require 'messaging/postgres/stream_name'
65
require 'messaging/postgres/write'
Lines changed: 1 addition & 15 deletions
< 8000 /tr>
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
module Messaging
22
module Postgres
33
module Controls
4-
StreamName = MessageStore::Postgres::Controls::StreamName
5-
6-
module StreamName
7-
module Named
8-
def self.example
9-
Example.new
10-
end
11-
12-
class Example
13-
include Messaging::Postgres::StreamName
14-
15-
category :some_category
16-
end
17-
end
18-
end
4+
StreamName = Messaging::Controls::StreamName
195
end
206
end
217
end

lib/messaging/postgres/stream_name.rb

Lines changed: 0 additions & 41 deletions
This file was deleted.

library.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Gem::Specification.new do |s|
1313
s.require_paths = ['lib']
1414
s.files = Dir.glob('{lib}/**/*')
1515
s.platform = Gem::Platform::RUBY
16-
s.required_ruby_version = '>= 2.3.3'
16+
s.required_ruby_version = '>= 2.4.0'
1717

18-
s.add_runtime_dependency 'evt-messaging'
1918
s.add_runtime_dependency 'evt-message_store-postgres'
19+
s.add_runtime_dependency 'evt-messaging'
2020

2121
s.add_development_dependency 'test_bench'
2222
end

remove-lib-symlinks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source ./library-symlinks.sh
22

3-
remove_lib_symlinks 'messaging' 'postgres'
3+
remove_lib_symlinks 'postgres' 'messaging'

symlink-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source ./library-symlinks.sh
22

3-
symlink_lib 'messaging' 'postgres'
3+
symlink_lib 'postgres' 'messaging'

test/automated/stream_name/get_category.rb

Lines changed: 0 additions & 57 deletions
This file was deleted.

test/automated/stream_name/get_id.rb

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/automated/stream_name/macro.rb

Lines changed: 0 additions & 15 deletions
This file was deleted.

test/automated/stream_name/stream_name.rb

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0