coralogix_logger 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33d4b04dd5a32ddbf3a921570840c0eebc228db9
4
- data.tar.gz: 9f3896706dc40ff4c4be1713a824a3d8fb9a5f3f
3
+ metadata.gz: ba1085435b0b299b3779692579278c7f85ae0b47
4
+ data.tar.gz: 5f9450e0c3ab3bc06f46581b066e6dbd3bdd9c6f
5
5
  SHA512:
6
- metadata.gz: bc3303b03fed48b00245d287202f8d8b39499956def7860c877b3c794fde2f8300864f3c6c61ddb1bd260f905ad2e93565a4b11a8029a10ed14e7cd6323b7144
7
- data.tar.gz: f0f4adea6df2d07555c70cc374fc54b2bd67a5f3fb20cd9ea3b5ce43acc556aba8c2f0cd7b45a6e3e7fc6906b906e6fb44e98fa7013eb415fb4432b37fb67606
6
+ metadata.gz: f286979abc8fc2882ef3bdc687a51ab95aa8869d66d017498f71afe38222eb322ca47f48051c3d282761498d1fe4d205b730e09e14736d1c37ce91f6dcb23689
7
+ data.tar.gz: abe4e9e8d31b2046eea753d4f22f51ddeab6b5b7444292505c82bbafaf2ec3487e8e0ea64906e467cc087491e65ead7fb7ffb69a30f5fd38998f5b64ae7d669c
data/README.md CHANGED
@@ -81,7 +81,7 @@ You must provide the following four variables when creating a Coralogix logger i
81
81
  ##### Example: Gemfile ####
82
82
  gem 'coralogix_logger'
83
83
 
84
- 3. Run: #####bundle install.####
84
+ 3. Run: bundle install
85
85
  4. Create coralogix.rb file under: config/initializers/ folder.
86
86
  5. Copy the following content into the file. Replace the constants with your values:
87
87
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coralogix_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Royee Goldberg