update_repo 0.8.5 → 0.8.6
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/update_repo/cmd_config.rb +2 -2
- data/lib/update_repo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07c700a8f74589743ac7fd0d0da1a6c5ae392791
|
|
4
|
+
data.tar.gz: c2e539e80a4dce7ac12be01e19e5464aeb350216
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6bc646a79f2c0ce9419b8fd5ee27b7d34bc6e070917d71f72b734d02c714a98543df86185c193ecf6658ba0a868e139083929af6f8846624140cfbd77c7895e
|
|
7
|
+
data.tar.gz: 3055bde7c757f6053c9044e52ad70f528018d6853cbfc55f2dd5c5a84a4c7871774d6c7c98fbc40cbb02fa0db7d92ef9d5ff1d3648fc840ea36e6d14928c2555
|
|
@@ -72,8 +72,8 @@ module UpdateRepo
|
|
|
72
72
|
# @return [integer] exit code 1
|
|
73
73
|
def config_error
|
|
74
74
|
if @conf.status[:errors] == Status::ERR_CANT_LOAD
|
|
75
|
-
|
|
76
|
-
"changed to ~/#{CONFIG_FILE} from v0.4.0 onwards\n
|
|
75
|
+
print 'Note that the the default configuration file was '.red,
|
|
76
|
+
"changed to ~/#{CONFIG_FILE} from v0.4.0 onwards\n".red
|
|
77
77
|
end
|
|
78
78
|
exit 1
|
|
79
79
|
end
|
data/lib/update_repo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: update_repo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Grant Ramsay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-11-
|
|
11
|
+
date: 2016-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|