Sha256: 8ca3a9f69facc86016d3c8482671f8abca9303536bd699052447a627b99dfb8a
Contents?: true
Size: 516 Bytes
Versions: 32
Compression:
Stored size: 516 Bytes
Contents
in_memory: adapter: sqlite3 database: ":memory:" verbosity: quiet pool: 5 timeout: 5000 sqlite: adapter: sqlite dbfile: plugin_test.sqlite.db pool: 5 timeout: 5000 sqlite3: adapter: sqlite3 dbfile: plugin_test.sqlite3.db pool: 5 timeout: 5000 postgresql: adapter: postgresql username: postgres password: postgres database: plugin_test pool: 5 timeout: 5000 mysql: adapter: mysql host: localhost username: root password: database: plugin_test pool: 5 timeout: 5000
Version data entries
32 entries across 32 versions & 8 rubygems