inkoop_error_tracker 1.5.1 → 1.5.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2707edde9b3e35ff82de2915bc562204a1172634
4
- data.tar.gz: 7a8183eaeca3a4c989198121760276412510182a
3
+ metadata.gz: bf4465d5f0ef9fabc1f03bf52cc091efbd02b36c
4
+ data.tar.gz: a9194fc05cc7f7733428de462026cb86064d8afc
5
5
  SHA512:
6
- metadata.gz: cd7ceb219313d2e41a11606557e3671b1fe51a3d8fae74a516b3d86a7c224c6449f2f6a1ff44dead824c9233f4693b9813d016c39755f510614efc59fe5cd73a
7
- data.tar.gz: 6899efbfb9b520ff1357cdd6b7bdc900a60b251faf5230e0382c27988c1ba8543cca5d0283b6f568624c1adc682fd52b2a61c8dbf9deddfbadeb8ba4c80cbb85
6
+ metadata.gz: ad9606302eb49403dc55cfbf78e55eca8fce00da170340261507b4883243e134ee49e4f8ac6554a1517fc50bf18a764f4cf8056257a14d2f42e3b6562ea5961f
7
+ data.tar.gz: afb9a1090ebf93595dc8f16ed83d7b952e10ef8879fa22b27432542e50c7a6a5263af7f84dd21eef87c6a7865579a53a11dd6bbe91eca5e14eca0ca9938db6dc
@@ -20,7 +20,7 @@ module InkoopErrorTracker
20
20
  'message' => message,
21
21
  'project_api' => @@api_key,
22
22
  'description' => description,
23
- 'parameters' => parameters
23
+ 'parameters' => parameters.to_json
24
24
  )
25
25
  end
26
26
  end
@@ -1,3 +1,3 @@
1
1
  module InkoopErrorTracker
2
- VERSION = "1.5.1"
2
+ VERSION = "1.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inkoop_error_tracker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vivek
@@ -51,7 +51,6 @@ files:
51
51
  - Rakefile
52
52
  - bin/console
53
53
  - bin/setup
54
- - inkoop_error_tracker-1.5.0.gem
55
54
  - inkoop_error_tracker.gemspec
56
55
  - lib/inkoop_error_tracker.rb
57
56
  - lib/inkoop_error_tracker/version.rb
Binary file