scim2-filter 1.1.0
RFC7644 SCIM (System for Cross-domain Identity Management) 2.0 filter parser. See https://tools.ietf.org/html/rfc7644#section-3.4.2.2 This gem implements a filter syntax parser as well as an optional integration for integrating the filter with an Arel table.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (1):
            racc
            >= 1.5
          
    Development Dependencies (13):
            activerecord
            ~> 6.1
          
          
            bundler
            >= 0
          
          
            github-markup
            >= 0
          
          
            rake
            >= 0
          
          
            redcarpet
            >= 0
          
          
            rexical
            >= 1.0
          
          
            rspec
            >= 0
          
          
            rubocop
            >= 0
          
          
            rubocop-rake
            >= 0
          
          
            rubocop-rspec
            >= 0
          
          
            simplecov
            ~> 0.17.0
          
          
            sqlite3
            ~> 1.4
          
          
            yard
            >= 0
          
    