Skip to content

Commit

Permalink
Remove thor as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leonvogt committed Nov 6, 2022
1 parent 9c98163 commit fae31e3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
remote_database_importer (0.1.2)
colorize (~> 0.8)
thor (~> 1.2)
tty-config (~> 0.6)
tty-spinner (~> 0.9)

Expand Down Expand Up @@ -53,7 +52,6 @@ GEM
standard (1.16.1)
rubocop (= 1.35.1)
rubocop-performance (= 1.14.3)
thor (1.2.1)
tty-config (0.6.0)
tty-cursor (0.7.1)
tty-spinner (0.9.3)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ or

## Limitations
- At the moment only Postgres databases are supported
- It has to run inside a Rails app. There is a CLI command `remote_database_importer import` as an alternative to the rake task, but there are still some Rails commands like `rails db:drop db:create - rails db:migrate`, which makes it currently not possible to use the gem outside of Rails
- It has to run inside a Rails app.
- Not suitable for very large databases, you could run into SSH timeouts

## Contributing
Expand Down
14 changes: 0 additions & 14 deletions bin/remote_database_importer

This file was deleted.

2 changes: 0 additions & 2 deletions remote_database_importer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ Gem::Specification.new do |spec|
end
end
spec.bindir = "bin"
spec.executables << "remote_database_importer"
spec.require_paths = ["lib"]

spec.add_dependency "thor", "~> 1.2"
spec.add_dependency "tty-config", "~> 0.6"
spec.add_dependency "tty-spinner", "~> 0.9"
spec.add_dependency "colorize", "~> 0.8"
Expand Down

0 comments on commit fae31e3

Please sign in to comment.