request_tagger 0.1.1 → 0.1.2

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: b45da0ef5c7ac5c411744127e8f2b3507efe436a
4
- data.tar.gz: 473f55327c4f79e375edaafe8d5c28e1946acaf7
3
+ metadata.gz: 1891abffc40b5d7ea38bf81b16ee35995d88659d
4
+ data.tar.gz: edc27c81ece92597c2512b132eb5d4193b02b9b4
5
5
  SHA512:
6
- metadata.gz: 7e8605d4656fa2f12f9f927534d46a6948751ce6a0bff97e78b182fa15914c23bc729a115aedc075ca02aa5a33539dfa96f18585ddfc7c5eee6e06b996eb126d
7
- data.tar.gz: 77904c74860b3531610342e03a674e7928488c8454d884e949b7155e14d426616059c57d69bed9a80cbb2b190e1e93207786895d1a7c05da0fc11852b0e1e455
6
+ metadata.gz: 1dfdc0d4a60f5e29171ed7bfee962553423c0f16294ed8b66139348f9070c8d4426932d6eff4db5f400744599cb6a990018715a6742fd267bcafaa4928b2db0c
7
+ data.tar.gz: 9d77ea2b952f2cc2395fd9e959364ebe54edd26dc0de77a6c12bbd7f5758b481d0b41a50a92b1c39c9005aa24c28ad44f118c83ff70f967f517898fa9731ee23
data/.gitignore CHANGED
@@ -12,3 +12,5 @@
12
12
  *.swp
13
13
  *.swo
14
14
  .byebug_history
15
+ Gemfile.lock
16
+ request_tagger-*.gem
data/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # RequestTagger
2
2
 
3
+ > I did what I did
4
+ >
5
+ > Can't say "hey man, I'm just a kid."
6
+ >
7
+ > --Nickelback
8
+
9
+
3
10
  Inject a request ID tag into all _ActiveRecord_ queries and HTTP requests made within your [_Rails_] application.
4
11
 
5
12
  Any web service requests or database queries your application makes in a given request can be tied together by coalescing your log files in your favourite log aggregator, giving a full picture of every request on your system.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RequestTagger
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
@@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.summary = 'Tag all ActiveRecord and HTTP traffic with a request ID'
14
14
  spec.description = 'Inject a tracking tag into all SQL and HTTP requests'
15
15
  spec.homepage = 'https://github.com/bobf/request_tagger'
16
+ spec.licenses = ['MIT']
16
17
 
17
18
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
18
19
  `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: request_tagger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-14 00:00:00.000000000 Z
11
+ date: 2018-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -137,7 +137,6 @@ files:
137
137
  - ".rspec"
138
138
  - ".rubocop.yml"
139
139
  - Gemfile
140
- - Gemfile.lock
141
140
  - LICENSE
142
141
  - README.md
143
142
  - Rakefile
@@ -155,7 +154,8 @@ files:
155
154
  - locales/en.yml
156
155
  - request_tagger.gemspec
157
156
  homepage: https://github.com/bobf/request_tagger
158
- licenses: []
157
+ licenses:
158
+ - MIT
159
159
  metadata: {}
160
160
  post_install_message:
161
161
  rdoc_options: []
@@ -1,88 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- request_tagger (0.1.1)
5
- i18n (~> 1.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activemodel (5.2.1)
11
- activesupport (= 5.2.1)
12
- activerecord (5.2.1)
13
- activemodel (= 5.2.1)
14
- activesupport (= 5.2.1)
15
- arel (>= 9.0)
16
- activesupport (5.2.1)
17
- concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (>= 0.7, < 2)
19
- minitest (~> 5.1)
20
- tzinfo (~> 1.1)
21
- addressable (2.5.2)
22
- public_suffix (>= 2.0.2, < 4.0)
23
- arel (9.0.0)
24
- ast (2.4.0)
25
- concurrent-ruby (1.0.5)
26
- crack (0.4.3)
27
- safe_yaml (~> 1.0.0)
28
- diff-lcs (1.3)
29
- hashdiff (0.3.7)
30
- i18n (1.1.0)
31
- concurrent-ruby (~> 1.0)
32
- jaro_winkler (1.5.1)
33
- minitest (5.11.3)
34
- parallel (1.12.1)
35
- parser (2.5.1.2)
36
- ast (~> 2.4.0)
37
- powerpack (0.1.2)
38
- public_suffix (3.0.3)
39
- rainbow (3.0.0)
40
- rake (10.5.0)
41
- rspec (3.8.0)
42
- rspec-core (~> 3.8.0)
43
- rspec-expectations (~> 3.8.0)
44
- rspec-mocks (~> 3.8.0)
45
- rspec-core (3.8.0)
46
- rspec-support (~> 3.8.0)
47
- rspec-expectations (3.8.2)
48
- diff-lcs (>= 1.2.0, < 2.0)
49
- rspec-support (~> 3.8.0)
50
- rspec-mocks (3.8.0)
51
- diff-lcs (>= 1.2.0, < 2.0)
52
- rspec-support (~> 3.8.0)
53
- rspec-support (3.8.0)
54
- rubocop (0.59.2)
55
- jaro_winkler (~> 1.5.1)
56
- parallel (~> 1.10)
57
- parser (>= 2.5, != 2.5.1.1)
58
- powerpack (~> 0.1)
59
- rainbow (>= 2.2.2, < 4.0)
60
- ruby-progressbar (~> 1.7)
61
- unicode-display_width (~> 1.0, >= 1.0.1)
62
- ruby-progressbar (1.10.0)
63
- safe_yaml (1.0.4)
64
- sqlite3 (1.3.13)
65
- thread_safe (0.3.6)
66
- tzinfo (1.2.5)
67
- thread_safe (~> 0.1)
68
- unicode-display_width (1.4.0)
69
- webmock (3.4.2)
70
- addressable (>= 2.3.6)
71
- crack (>= 0.3.2)
72
- hashdiff
73
-
74
- PLATFORMS
75
- ruby
76
-
77
- DEPENDENCIES
78
- activerecord (~> 5.2)
79
- bundler (~> 1.16)
80
- rake (~> 10.0)
81
- request_tagger!
82
- rspec (~> 3.0)
83
- rubocop (~> 0.59.2)
84
- sqlite3 (~> 1.3)
85
- webmock (~> 3.4)
86
-
87
- BUNDLED WITH
88
- 1.16.4