Skip to content

Commit 132998b

Browse files
authored
Merge pull request #41 from takkii/develop
Update.
2 parents d889739 + e3786cc commit 132998b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/postgres.rb lib/database.rb

File renamed without changes.

lib/frame.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def download
3333
EOF
3434
end
3535

36-
def postgresql
37-
require 'postgres'
36+
def databases
37+
require 'database'
3838
end
3939

4040
def default
@@ -88,7 +88,7 @@ def document
8888
elsif one.match?(v)
8989
version
9090
elsif one.match?(d)
91-
postgresql
91+
databases
9292
else
9393
puts 'No such option is found, please refer to the documentation.'
9494
end

lib/frame/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Frame
44
# latest version = 1.x.x-date.today
5-
VERSION = '1.0.9-2024.09.09'.freeze
5+
VERSION = '1.0.9-2024.09.10'.freeze
66
end
77

88
GC.compact

0 commit comments

Comments
 (0)