rasti-db 0.2.1 → 0.2.2

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: e82be256b84a31356c81f62ce16b00a0fa576d23
4
- data.tar.gz: e44de553c36041c9f572f3506ff427b68dd77142
3
+ metadata.gz: c6e667d4d8ca001dbb6d834cfd63a22648687d71
4
+ data.tar.gz: 91aa508e9e28a0276f5ff3b565974bc443e9a40c
5
5
  SHA512:
6
- metadata.gz: 807edc88d2733aa2bc1ba8253596fbc3c6ba8f0e4ae4ac72c156b2f856afbcad5c71035172cc3459176264fb39dcc6447c117afbbe309e260f3c56e7b0b9f6a8
7
- data.tar.gz: 8252f75a29543c6e08608753d9ceca667a70ec2c7d05df73a880f1e48922f85b83f25796f37e70f42d95d60f2848b950893491eb0dd0ec938c054ff3b24adc56
6
+ metadata.gz: 61a50a45d85933a00c443deac59764b4287022506932220a7295ed50dc5bc496c8d5d414d19970a986f92903e5e1caf8b2bbde4f82c703ea008b7f067398ba3d
7
+ data.tar.gz: b215622c09766e30c0134e493a978658514ea01930eb4cebb17374e241ef36511b0d4420c5b6187d2a9961dfcefccce23fdc30894d7377d95ffd54d124157b6a
@@ -84,7 +84,7 @@ module Rasti
84
84
 
85
85
  def initialize(db, schema=nil)
86
86
  @db = db
87
- @schema = schema
87
+ @schema = schema.to_sym if schema
88
88
  end
89
89
 
90
90
  def dataset
@@ -1,5 +1,5 @@
1
1
  module Rasti
2
2
  module DB
3
- VERSION = '0.2.1'
3
+ VERSION = '0.2.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rasti-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Naiman