moesif_rack 1.4.4 → 1.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- metadata +10 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2366969ea63a6f2aeeb37498dc5bbfad99d4ea43753085237af1326689050cc4
|
4
|
+
data.tar.gz: 2ac98efe04dc86f79db515805ed5f45e7beff707c87c82e42fc7adc2eacbc883
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f18420e49b9dbd3f6d8a1cba791a4c235a06d3568e8ed47d5be9059e93b09acdd6a71a7a7382f500daafe1d5d1b6dd3c3eb87b7d99612db042a41a3a881eb65c
|
7
|
+
data.tar.gz: a1a3174c9e701e6ccd809ee0ea113878ca53b0ed8194ca612ba5491f0aaa9aa2761e3b586b3acaf23f6317244700111026e6ae9ce84f212a87dd4a25bdda7619
|
data/README.md
CHANGED
@@ -22,7 +22,7 @@ gem install moesif_rack
|
|
22
22
|
and if you have a `Gemfile` in your project, please add this line to
|
23
23
|
|
24
24
|
```
|
25
|
-
gem 'moesif_rack'
|
25
|
+
gem 'moesif_rack'
|
26
26
|
|
27
27
|
```
|
28
28
|
|
@@ -500,11 +500,11 @@ response = MoesifRack::MoesifMiddleware.new(@app, @options).update_companies_bat
|
|
500
500
|
5. Invoke 'ruby test/moesif_rack_test.rb'
|
501
501
|
6. Invoke 'ruby -I test test/moesif_rack_test.rb -n test_capture_outgoing' to test capturing outgoing API calls from your app to third parties like Stripe, Github or to your own dependencies.
|
502
502
|
|
503
|
-
## Example
|
503
|
+
## Example Projects
|
504
504
|
|
505
|
-
[Moesif
|
506
|
-
|
507
|
-
[Moesif Rack Example](https://github.com/Moesif/moesif-rack-example) is an example of Moesif
|
505
|
+
- [Moesif Rails 5 Example](https://github.com/Moesif/moesif-rails5-example) is an example of Moesif with a Ruby on Rails 5 application.
|
506
|
+
- [Moesif Rails 4 Example](https://github.com/Moesif/moesif-rails4-example) is an example of Moesif with a Ruby on Rails 4 application.
|
507
|
+
- [Moesif Rack Example](https://github.com/Moesif/moesif-rack-example) is an example of Moesif applied to a Rack application.
|
508
508
|
|
509
509
|
## Other integrations
|
510
510
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: moesif_rack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Moesif, Inc
|
@@ -73,7 +73,14 @@ files:
|
|
73
73
|
homepage: https://moesif.com
|
74
74
|
licenses:
|
75
75
|
- Apache-2.0
|
76
|
-
metadata:
|
76
|
+
metadata:
|
77
|
+
bug_tracker_uri: https://github.com/Moesif/moesif-rack/issues
|
78
|
+
changelog_uri: https://github.com/Moesif/moesif-rack/releases
|
79
|
+
documentation_uri: https://www.moesif.com/docs/server-integration/rack/
|
80
|
+
homepage_uri: https://www.moesif.com
|
81
|
+
mailing_list_uri: https://github.com/Moesif/moesif-rack
|
82
|
+
source_code_uri: https://github.com/Moesif/moesif-rack
|
83
|
+
wiki_uri: https://github.com/Moesif/moesif-rack
|
77
84
|
post_install_message:
|
78
85
|
rdoc_options: []
|
79
86
|
require_paths:
|
@@ -89,8 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
96
|
- !ruby/object:Gem::Version
|
90
97
|
version: '0'
|
91
98
|
requirements: []
|
92
|
-
|
93
|
-
rubygems_version: 2.7.7
|
99
|
+
rubygems_version: 3.1.4
|
94
100
|
signing_key:
|
95
101
|
specification_version: 4
|
96
102
|
summary: moesif_rack
|