rasti-db 1.1.0 → 1.1.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: 3f0307b5b603e80d0dad4b261c1fa3a47c0f0266
4
- data.tar.gz: 6c511dc77b55344abe59dcdddfcccf303cced89d
3
+ metadata.gz: 59398cc3e6f63febe047699d750790d24b276ee3
4
+ data.tar.gz: 6aead8231e6f12a2827f7a5227f4f9ce9dfe8084
5
5
  SHA512:
6
- metadata.gz: b6d538a0b19fc8fe8f9d86bd94c4bceae526be7894e2045f61239b1378f40ba07512d970071bfec613abe045373246fedbc837d871107f32523f65e2aaa27f81
7
- data.tar.gz: 83bf69890058e2da151cc3d5429e63c8374ea816b1ce9e28d2f9780c3129a7cb7940055bebcf258c191ae4d9e82f763f940d2eca3d45a3f2479efcd529eaabc2
6
+ metadata.gz: cb1c73d96614154a238f944504d48d3d533662c5adab2aad2d050a18c8cbf971ab71be59cdad9e893646d7c68c3bd6487184d456feba0933e20fcc6cf61f7c25
7
+ data.tar.gz: b5595081dc1fbe8d0ee1ab465baa1231fa5cbf60f04c53a4d71a30379669f1349725821aac7db6ef248ac41c80e3b946dd4e9f740718ba9f0c6b969de1b235dd
@@ -86,7 +86,7 @@ module Rasti
86
86
 
87
87
  def initialize(db, schema=nil)
88
88
  @db = db
89
- @schema = schema
89
+ @schema = schema ? schema.to_sym : nil
90
90
  end
91
91
 
92
92
  def dataset
@@ -1,5 +1,5 @@
1
1
  module Rasti
2
2
  module DB
3
- VERSION = '1.1.0'
3
+ VERSION = '1.1.1'
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: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Naiman