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 +4 -4
- data/README.md +9 -1
- data/lib/lograge_rails_request_queuing/version.rb +1 -1
- metadata +2 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 434e9ce812ef8960f08f43e2465d19e145f427d062b5a0f137d22b6a65081da6
|
4
|
+
data.tar.gz: 89068aabc188bcf6f142736fd815c787ceda185fe39a4b49a427fc41ddc4c6d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
|
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.
|
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-
|
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
|