Skip to content

Commit f4f9682

Browse files
committed
Problem: omni_schema 0.3.0 requirements
Build fails due to unfulfilled requirements. Solution: include what it needs
1 parent affb2c3 commit f4f9682

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

lib/pgpm/contrib/postgres_fdw.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# frozen_string_literal: true
2+
3+
module Pgpm
4+
module Contrib
5+
class PostgresFdw < Pgpm::Package
6+
contrib_package
7+
end
8+
end
9+
end
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# frozen_string_literal: true
2+
3+
module Omnigres
4+
class OmniCloudevents < Pgpm::Package
5+
include Package
6+
7+
def summary
8+
"CloudEvents support"
9+
end
10+
end
11+
end

0 commit comments

Comments
 (0)