commit-live-cli 0.0.16 → 0.0.17
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/lib/commit-live/sentry.rb +1 -1
- data/lib/commit-live/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a7cb23db1c3018e5b16aecdc8ba055211a1eb93
|
4
|
+
data.tar.gz: '08d10c61b536d4a130672b13852a9673c99f5568'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04ac4f1ae780c0fca561a8701c49077736880d497e8897290de4422d4917459c1e2cd6461fe6e7466a3a696b7ff4577b947cc8758b72f0a1743d4d03e2480dd4
|
7
|
+
data.tar.gz: 8090d64ead51bb1ab30a67cf1fa6dfa26385e913a76b2fd5c1dc99567706683f0f9e0bf94356f584ff6a7c9e209d4ae7f6e1d84f132d723ca2b2054288aada5f
|
data/lib/commit-live/sentry.rb
CHANGED
@@ -31,7 +31,7 @@ module CommitLive
|
|
31
31
|
end
|
32
32
|
|
33
33
|
def log_message(message, other_args)
|
34
|
-
Raven.capture_message(message,
|
34
|
+
Raven.capture_message("#{username} - #{message}",
|
35
35
|
:extra => merge_user_info_with_other_args(other_args)
|
36
36
|
)
|
37
37
|
puts "Something went wrong. Commit.Live Admin has been notified about the issue. Please wait until further instructions."
|
data/lib/commit-live/version.rb
CHANGED