apill 2.0.0 → 2.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/apill/version.rb +1 -1
  3. data/lib/apill.rb +5 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 974dc18ca764506d1a544244dfb65b70ce344ec7
4
- data.tar.gz: a74c5b8c216e451a7d25015e623363b2b0348b2e
3
+ metadata.gz: 65008c57d17fb82a15d324f195cacbd30e6dfeb9
4
+ data.tar.gz: 2616e1865c1439b020562fb78d9b9734989beb9b
5
5
  SHA512:
6
- metadata.gz: 9e248544358f6cf0a0559504b360ca48ba560fdb88a59b23e6007acfddbe67c1c30e7e5de9abcfa3a2191c8d55065af654f4f685151d7c1cce61edc540e7afee
7
- data.tar.gz: 0cd92dc06458725f440594001bce76f56a00625f88ee2d9afe56981972ac54c4d838ed50eaa1bdbfdbe8f008646bcf02c3614fe2bbe0d2fd4e8f6b99c898eb7b
6
+ metadata.gz: f6da66b5e33f3d908deddb8a021a69c17d91d9c440633d7f4a8710c9dba97b8c99d786dfddcd01429e6da7d068c8fcc68a13da94935786aa64b6e88c0d61895d
7
+ data.tar.gz: 12d5c522a20079faa70f272f17cd3accff2e0436d0573300fb07c2df9f4e18f558adb3ff1a04d62bdb2b30db371f4cb3a9b2ed40538dcd34b0ee6bbcc144c533
data/lib/apill/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Apill
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
data/lib/apill.rb CHANGED
@@ -1,8 +1,12 @@
1
1
  require 'apill/version'
2
2
 
3
+ require 'apill/configuration'
3
4
  require 'apill/matchers/accept_header_matcher'
4
5
  require 'apill/matchers/invalid_api_request_matcher'
5
- require 'apill/matchers/version_matcher'
6
6
  require 'apill/matchers/subdomain_matcher'
7
+ require 'apill/matchers/version_matcher'
8
+
9
+ require 'apill/middleware/api_request'
7
10
 
8
11
  require 'apill/responses/invalid_api_request_response'
12
+ require 'apill/responses/invalid_subdomain_response'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apill
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jfelchner