daedal 0.0.7 → 0.0.8

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTNjNjRlYjhmYTA1MzVlNmM4OTRiNGEwM2Q0OTI5YzIwOGI3MzFhZQ==
4
+ MzAzZDVjYWNjNDY2OGI5YzRiZTQ2MDU0MTc4NDQ0MDNiNjZhMGRhZA==
5
5
  data.tar.gz: !binary |-
6
- ZjViZDYxOWY4Mjg4ZTlmZDIxMmMxMWU0MmVlYzIyMDNhNjdlZGYwYw==
6
+ MmNjYzQ5YzNlYzA3ZGI4Nzg4MmY1NzY3NzAyMGMyN2RlYWVhOTk2Yg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Y2M2MTRhNTk3ZmNkMmRlZjUwNjI3Zjg1NTc0Zjc0ZDY4ODVjOWNhMDUwN2Q0
10
- MDYyYjRjYTI0MTNlOTIyZDRkZTQ2M2IwOTBkMDEyNzY5NWMwMGIyNjBlNTRj
11
- ZTg5MjU0MDZiZmQ1ZjdmNGMxOThkZDkyNTNkZGFhOTRlNjMzYWM=
9
+ Njc3ZjFjMDQyNmM5YTQzZmU5OThhOTQ2ZDFkNjMwMTUwZmQ3YWE3ZTFjNDNl
10
+ ZWRmYTJkN2I3NTgyYjMxOGExMjQ2MTliY2UxZjRlZjM4Njg1ZDUzY2RmMWM3
11
+ ZTYzZTY1YmE4YWExYjg0OTExZjZiNjgyYTA2ODIwZmI5NGNhYzA=
12
12
  data.tar.gz: !binary |-
13
- Y2E4MmFjYWQ1ZGI5MzMyMzcwYmQ2NTY5NGYzZTM5MDczODc3ZWExMDdjNjQ4
14
- ZGEyZTlmODQxMWU0YTQ3NTFhYjJhZjMyYTkyZjNjNWYxZjYzZGI2NGI0NGQ5
15
- ZWE1NWRkZDc4ZTliYWZiYWNiYjI2ODFhZDU0Mjc5NzdmYjQ3ODA=
13
+ ODQ2YTBhMjJlZmY3OTJlNjQwOGU5YTIwZmI4YTg2ODRkMTgxZTA2Yjk5OTVl
14
+ NDhmZDdiNzUzZTJlMWVmMmQxNmMzZmM5NzFjMDE1NmQ2MDkyMjcwNjA2OTMy
15
+ NzM4NzQ1ZjllMmQ2NzNiZGUzODYzNzU4MGVmNDFiYTdhN2UxMDc=
@@ -4,7 +4,7 @@ module Daedal
4
4
  a string, a symbol, a float, or an integer. If it's none
5
5
  of those, raises a coercion error."""
6
6
  class QueryValue < Virtus::Attribute
7
- ALLOWED_QUERY_VALUE_CLASSES = [String, Symbol, Float, Fixnum]
7
+ ALLOWED_QUERY_VALUE_CLASSES = [String, Symbol, Float, Fixnum, Boolean]
8
8
  def coerce(q)
9
9
  if !required? and q.nil?
10
10
  return q
@@ -1,3 +1,3 @@
1
1
  module Daedal
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daedal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Schuch