opener-outlet 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76eebdba0042b655c5ea07cc29e7ae0bf987433f
4
- data.tar.gz: 38ad7b6c77a399eb8df14bc524085aed5f572ab2
3
+ metadata.gz: 574c2a940a7e6eef0b41d06566b19d4110b103b8
4
+ data.tar.gz: ac4c47d19dfcec4cb6ed8d953cee289b719a1d15
5
5
  SHA512:
6
- metadata.gz: 4edf2966c62c7596ce61a6771e202ecf6ddbb78838cb0d42a7ecfe91c4518e8186a42cff2aa92cd23324e8c098f2abf4cd1d6f5e73263de0f4fc5810b356ca18
7
- data.tar.gz: b22e982a372a642fac49a6245b74908a72391149ea940d68eb9a20f5ef118784c4e920c42119b8fbbbdcd5988cea332b7750dcdffb4cc57606a6f6597e894644
6
+ metadata.gz: 91c48e710d2ed2d5a930b83f52b80f78ee601e7b18c2830a0043ad2c65a741ce0a5a6afa45fa1b2bbda87699579266611907b6472624ce048d6b6bbf171259ae
7
+ data.tar.gz: 05039bafb804b5a79c2a0ef123ab346c1aa47a9be75b0a794e665aeb0c110ae4adc53fa2e48d7131c69c579473cd316533f1a06adcc210eee699177b73e0a565
data/config/database.rb CHANGED
@@ -18,7 +18,7 @@ else
18
18
  ActiveRecord::Base.establish_connection(
19
19
  adapter: 'mysql2',
20
20
  host: db_host || 'localhost',
21
- username: db_user || 'root',
21
+ username: 'root',
22
22
  password: db_pass || '',
23
23
  database: db_name || 'opener_development'
24
24
  )
@@ -1,5 +1,5 @@
1
1
  module Opener
2
2
  class Outlet
3
- VERSION = "1.0.6"
3
+ VERSION = "1.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opener-outlet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - development@olery.com
@@ -311,4 +311,3 @@ signing_key:
311
311
  specification_version: 4
312
312
  summary: Database storing for the web services output when using callbacks.
313
313
  test_files: []
314
- has_rdoc: yard