README.md in pgbouncerhero-1.0.3 vs README.md in pgbouncerhero-2.0.0
- old
+ new
@@ -14,36 +14,18 @@
Add those dependencies to your application’s Gemfile:
```ruby
gem 'pgbouncerhero'
-gem 'jquery-rails'
-gem 'sass-rails'
-gem 'semantic-ui-sass'
-gem 'pg'
```
And mount the engine in your `config/routes.rb`:
```ruby
mount PgBouncerHero::Engine, at: "pgbouncerhero"
```
-Add the following line in your `application.css`:
-
-```
-*= require pgbouncerhero/application
-```
-
-Add the following lines in your `application.js`:
-
-```
-//= require jquery
-//= require jquery_ujs
-//= require pgbouncerhero/application
-```
-
### Basic Authentication
Set the following variables in your environment or an initializer.
```ruby
@@ -95,10 +77,10 @@
- [Quentin Rousseau](https://github.com/kwent)
# License
```plain
-Copyright (c) 2017 Quentin Rousseau <contact@quent.in>
+Copyright (c) 2022 Quentin Rousseau <contact@quent.in>
MIT License
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation