safrano 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Safrano
2
- VERSION = '0.4.2'.freeze
2
+ VERSION = '0.4.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: safrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - D.M.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-15 00:00:00.000000000 Z
11
+ date: 2020-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack
@@ -124,9 +124,11 @@ files:
124
124
  - lib/odata/entity.rb
125
125
  - lib/odata/error.rb
126
126
  - lib/odata/expand.rb
127
+ - lib/odata/filter/base.rb
127
128
  - lib/odata/filter/error.rb
128
129
  - lib/odata/filter/parse.rb
129
130
  - lib/odata/filter/sequel.rb
131
+ - lib/odata/filter/sequel_function_adapter.rb
130
132
  - lib/odata/filter/token.rb
131
133
  - lib/odata/filter/tree.rb
132
134
  - lib/odata/navigation_attribute.rb