pliny 0.16.2 → 0.16.3

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0eac932d9dd63eb309d53c1f1644f72c5e7f585b
4
- data.tar.gz: 75977292981e3d87ac3dd2a1790e0ee5adac7641
3
+ metadata.gz: 548c79d9c73c40bd3d9564f62ac43fafe8258720
4
+ data.tar.gz: 163711ca7aa133303c6fd3c31d47444d7880b14a
5
5
  SHA512:
6
- metadata.gz: 996beea305d2e92b42a45544013b6f2a29d8a8bce29e1e9766860d4b0193bc7659fa6ce96bddb9b575bd93ac8ca29a4857a679d6f39f6aa999c8782da85b248f
7
- data.tar.gz: e8cb10f633e948695d9856b02b5dfd0d680be70cfc4ed25d53ad1c99e16881a6e234daa2b6835604d38b664fb5e1da382aad73ee8123c076af07025d3a6f6051
6
+ metadata.gz: a21bb401dceadc0331e47a3b0484609a69b890c3e3ea03ab671888fa5993f252c7dc9a4d186717b80c20caa1565b86b3599017037f2343acad9bff5ef7050187
7
+ data.tar.gz: 2e4571958fa398ac04e7db0ff797a90fe242756d816a0f107735446e1c2c37db2c9a74a4b78804c08c9309394c0b7ffee3210cb723b181df3ed43520e0299ff5
@@ -4,7 +4,7 @@ module Pliny::Middleware
4
4
  ALLOW_METHODS =
5
5
  %w( GET POST PUT PATCH DELETE OPTIONS ).freeze
6
6
  ALLOW_HEADERS =
7
- %w( Content-Type Accept Authorization Cache-Control If-None-Match If-Modified-Since ).freeze
7
+ %w( Content-Type Accept Authorization Cache-Control If-None-Match If-Modified-Since Origin).freeze
8
8
  EXPOSE_HEADERS =
9
9
  %w( Cache-Control Content-Language Content-Type Expires Last-Modified Pragma ).freeze
10
10
 
@@ -1,3 +1,3 @@
1
1
  module Pliny
2
- VERSION = "0.16.2"
2
+ VERSION = "0.16.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pliny
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.2
4
+ version: 0.16.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandur Leach
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-05-01 00:00:00.000000000 Z
12
+ date: 2016-05-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport