error_hunter 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/error_hunter-0.1.0.gem +0 -0
- data/error_hunter.gemspec +1 -1
- data/lib/error_hunter/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c532c430f6f2baa633bd12a9f7a8c7c6f8b9b9f9fa8745e07608e6dc9dbe127
|
|
4
|
+
data.tar.gz: 70bfaad208ea55ff8a5261e60d40b882b1f1c35c05d6c83b4874e4e12598c326
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1407a70ce427d3d7319ca42bfe67d8b215dae4f1ed06a82b6a2455ddaed01752104186f77bd701de9259fb450ff5cf10578f4836a24ae34fc30bec3b03296fce
|
|
7
|
+
data.tar.gz: 891851d6e33e19089fc8d11aa7439df6725f56599f07bbf3f8cc62e62f102ff9037e9ecb86edfde06a640d4f3e5d23111579bc2d3ec487ec43fa895db162a511
|
|
Binary file
|
data/error_hunter.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.email = ["ispirett@gmail.com"]
|
|
8
8
|
|
|
9
9
|
spec.summary = %q{Gem for ErrorHunter platform}
|
|
10
|
-
spec.description = %q{Error hunter allows you track errors on
|
|
10
|
+
spec.description = %q{Error hunter allows you to track errors on your application in real time.}
|
|
11
11
|
spec.homepage = "https://github.com/Ispirett/error_hunter_gem"
|
|
12
12
|
spec.license = "MIT"
|
|
13
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
data/lib/error_hunter/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: error_hunter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ispirett
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description: Error hunter allows you track errors on
|
|
27
|
+
description: Error hunter allows you to track errors on your application in real time.
|
|
28
28
|
email:
|
|
29
29
|
- ispirett@gmail.com
|
|
30
30
|
executables: []
|
|
@@ -48,6 +48,7 @@ files:
|
|
|
48
48
|
- Rakefile
|
|
49
49
|
- bin/console
|
|
50
50
|
- bin/setup
|
|
51
|
+
- error_hunter-0.1.0.gem
|
|
51
52
|
- error_hunter.gemspec
|
|
52
53
|
- lib/error_hunter.rb
|
|
53
54
|
- lib/error_hunter/version.rb
|