epiphy 0.3.0 → 0.3.1

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: 11a0712dc7095310eabf03b49c9e0ab1319eaa17
4
- data.tar.gz: bb888733602a4e9df89ec5595e30ef636a5b8d80
3
+ metadata.gz: 230fccf75392ff7b22baa6cb9ccee7d20a659ce6
4
+ data.tar.gz: 404920f2adfbfe1595057bfac01b24810117b8fb
5
5
  SHA512:
6
- metadata.gz: ef5d6dac3a225bd420e0f9c058d110f5a2234b087d1252b46b93bb5292a8e007a9488bc748b8fe272b3830c87a8f095ad2d26b676e9cb26d26cbbcd797acb04b
7
- data.tar.gz: c57cd612e243ddbaabf6546168b6fdb3dc04e0aaf03da46c8d09c03adb1a860de297314e618f88fa20c297d784c4c3bcc66a43b83c5b87179cc746e5ae999836
6
+ metadata.gz: a3fc2905b05888193c95446cc1d73ecff8c69075a9c94adc8b0ea63f27a957e7cd2825051ca8edb82e5258def76b1895c345461f121546cd6f4e8d80dd9c6411
7
+ data.tar.gz: 33f7b7188310d04e53becc45e366d08d1512329f993a9548f506410945f7b9fdaf5d66b65e1030ebbe91d3bceddac7aa0659b954b232faa31b1123beae92bc5a
@@ -172,7 +172,7 @@ module Epiphy
172
172
  # worry about setting up and configure.
173
173
  # @since 0.3.0
174
174
  # @api private
175
- private def auto_config
175
+ def auto_config
176
176
  Epiphy::Repository.configure do |config|
177
177
  config.adapter = Epiphy::Adapter::Rethinkdb.new connection, database: 'test'
178
178
  end
@@ -2,5 +2,5 @@ module Epiphy
2
2
  # Defines the version
3
3
  #
4
4
  # @since 0.0.1
5
- VERSION = '0.3.0'.freeze
5
+ VERSION = '0.3.1'.freeze
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epiphy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vinh