rory 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: afc0d7556d1a2a51b13203c5704ba2167b1db138
4
- data.tar.gz: d0f69df9113e99c92e3dc88fcfc1976181abe995
3
+ metadata.gz: db293afee2b7098e5acaabc981ab7592e657cf8c
4
+ data.tar.gz: fa867b40d399bc656de6c1a2a5fabf6ad4acd608
5
5
  SHA512:
6
- metadata.gz: d5c8eee3f1e0950074476546d599bb6e317cec0354a1fc462b32193c8a2a2a333c0c4e2bd5eec1d8fd338131175dc906ad50229b183240450c96ab1a365392d8
7
- data.tar.gz: 450c73de066629afcc4cc0b65851618155bb0fcd26e5e306324bdb36bb52748a3c5c67d928d04cda9d21afce94961545df351f39cb289dab407537f42cce3b87
6
+ metadata.gz: 7113719088e073605adeb8edcfaeed8e5991b3e26e339073974044bdb66b48f3459bb3a7fca9d13da79c7e58d79bde821ea67e0022589e61396164e8dc7d1d19
7
+ data.tar.gz: 9d26a3c3f0b347476d5444d8a188c40dcd67c5bf1165b7af14eb22335cf5c4c25ffd33716a0eeba1ace4e7e6932d4a22036c31337c9ca46d8dcf1e3dd72d5771
@@ -1,3 +1,5 @@
1
+ require "securerandom"
2
+
1
3
  module Rory
2
4
  # Makes a unique request id available to the rory.request_id env variable (which is then accessible through
3
5
  # Rory::Request#uuid) and sends the same id to the client via the X-Request-Id header.
@@ -1,3 +1,3 @@
1
1
  module Rory
2
- VERSION = '0.9.5'
2
+ VERSION = '0.9.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ravi Gadad
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-09-27 00:00:00.000000000 Z
14
+ date: 2018-07-09 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rack
@@ -298,7 +298,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
298
298
  version: 1.3.6
299
299
  requirements: []
300
300
  rubyforge_project:
301
- rubygems_version: 2.5.1
301
+ rubygems_version: 2.5.2.2
302
302
  signing_key:
303
303
  specification_version: 4
304
304
  summary: Another Ruby web framework. Just what the world needs.