sambot 0.1.90 → 0.1.91
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/sambot/domain/common/runtime.rb +1 -1
- data/lib/sambot/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: 470e31e5c6949a53fd34b1bb4480903222a3ebd7
|
|
4
|
+
data.tar.gz: 9f3e124cb73f85abcb28c4121dae17dd6bf3e499
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c402ac45adaee40ccd337f90b974e79e35c1a31ba2aa26ddd7fee78da6ae97c85ce01eb306f45c8121d58e3351dbe039f93ce9f40ad5191c51851151007efe7
|
|
7
|
+
data.tar.gz: f45f99178798f443de5061cb76f5472bc1f64cd39aad7090ab6fe3d3bf17f6352d43037b950bf4c1a6066a96fe8879d024f855bc382dbd023a1c9338e6e7aadd
|
|
@@ -15,7 +15,7 @@ module Sambot
|
|
|
15
15
|
UI.debug("Current Sambot version is #{Sambot::VERSION}.")
|
|
16
16
|
UI.debug("Latest Sambot version is #{latest_version}.")
|
|
17
17
|
if is_obsolete
|
|
18
|
-
UI.info('A newer version of the sambot gem exists. Please update the gem before continuing.'
|
|
18
|
+
UI.info('A newer version of the sambot gem exists. Please update the gem before continuing.')
|
|
19
19
|
end
|
|
20
20
|
end
|
|
21
21
|
|
data/lib/sambot/version.rb
CHANGED