8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564bad2 commit e0a74b1Copy full SHA for e0a74b1
eventide-postgres.gemspec
@@ -1,7 +1,7 @@
1
# -*- encoding: utf-8 -*-
2
Gem::Specification.new do |s|
3
s.name = 'evt-eventide-postgres'
4
- s.version = '0.1.0.0'
+ s.version = '0.1.0.1'
5
s.summary = 'Event-Oriented Autonomous Services Toolkit'
6
s.description = ' '
7
@@ -15,6 +15,6 @@ Gem::Specification.new do |s|
15
s.platform = Gem::Platform::RUBY
16
s.required_ruby_version = '>= 2.3.3'
17
18
- s.add_runtime_dependency 'entity_store'
19
- s.add_runtime_dependency 'messaging-postgres'
+ s.add_runtime_dependency 'evt-entity_store'
+ s.add_runtime_dependency 'evt-messaging-postgres'
20
end
0 commit comments