lograge_rails_request_queuing 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: adaca376be4396d88e5bdf9f25826e587eb78c88b0d6bdd1a8ba3972841d4aa8
4
- data.tar.gz: 02e2b2be34c7568f1e7848212fc96f7c12edc3d061ff6e23b312dbeca033a901
3
+ metadata.gz: 434e9ce812ef8960f08f43e2465d19e145f427d062b5a0f137d22b6a65081da6
4
+ data.tar.gz: 89068aabc188bcf6f142736fd815c787ceda185fe39a4b49a427fc41ddc4c6d6
5
5
  SHA512:
6
- metadata.gz: a80c1b66d9328d9b25865332ee7d2f57b10c69f7c828fcc4bb16987ffaf4cc6a9fd2f5457e2c08ff4bef86c8bb905bb237e75857facc31047e92689961b65d3b
7
- data.tar.gz: 979df62a426b344dfbd3322d009141b333e805581bc40bbf920db5021cd349dbd172126dfb3ca0161c3d1a545511a7fcd97c438d1a0571c6e68f94f198c724fb
6
+ metadata.gz: cf0dd1443760c123ca5276c019338831fe5c6ae43fcf7d32538dde2eebe2a4a509c73be4e850193d5b7da92821059e230cf76c4b3b7f3be789aa7d741e144bcd
7
+ data.tar.gz: ef7401c76dcdc224c6bc751772314fbc0d65c6856c1cf9eb95592703a483be1592b05dd68302d5be2c636b5bedaf195b2b1cc386141f19483f575cebd3c09b5a
data/README.md CHANGED
@@ -98,7 +98,15 @@ backtrace=["/app/app/controllers/echo_controller.rb:4:in `index'", "/app/vendor/
98
98
 
99
99
  ## Development
100
100
 
101
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
101
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests.
102
+
103
+ If you want to test using a specific Rails version locally, use this method:
104
+
105
+ ``` shell-interaction
106
+ export RAILS_VERSION="~> 5.1"
107
+ bundle update
108
+ bundle exec rake
109
+ ```
102
110
 
103
111
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
104
112
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LogrageRailsRequestQueuing
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lograge_rails_request_queuing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laust Rud Jacobsen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-29 00:00:00.000000000 Z
11
+ date: 2018-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lograge
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- - !ruby/object:Gem::Dependency
28
- name: rails
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: 5.2.0
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: 5.2.0
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: request_store
43
29
  requirement: !ruby/object:Gem::Requirement