error_hunter 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: e83da9b74cb2ce940cc2e923a3ea4cb71698026597bb95cf5bbbf66704cb64ac
4
- data.tar.gz: f205cc888747153e5dc66e0395d1059af465a44d1d5dbfbe50bd8ddf110c8748
3
+ metadata.gz: 2c532c430f6f2baa633bd12a9f7a8c7c6f8b9b9f9fa8745e07608e6dc9dbe127
4
+ data.tar.gz: 70bfaad208ea55ff8a5261e60d40b882b1f1c35c05d6c83b4874e4e12598c326
5
5
  SHA512:
6
- metadata.gz: 9417aafdb2fa3d1c3d649c858b723c5b9ebd2cd076de0927a629fe56a16840ddc6341283cb7b196c15c1ecf1581eee1b6e15fa27f3c1c8d4867e150d976ff173
7
- data.tar.gz: 45792f21d0676e438aabfcf149449371cb1966f2c5f1733eaa01cbfe49638ace2e445e39a3a909ed18feeb88bee2006eee796734b3d89b26b0f46fb60cd5e5d5
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 you application in real time.}
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")
@@ -1,3 +1,3 @@
1
1
  module ErrorHunter
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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 you application in real time.
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