swagger-diff 2.0.0
Swagger::Diff is a utility for comparing two different Open API Initiative (OAI) specifications (fka Swagger specifications). It is intended to determine whether a newer API specification is backwards-compatible with an older API specification. It provides both an RSpec matcher and helper functions that can be used directly.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            json-schema
            ~> 3.0
          
          
            rspec-expectations
            ~> 3.3
          
    