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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22c342d439828f97ca35d86db73325aba6325ed8
4
- data.tar.gz: dc5ad7f3f90e2c1ed9c728b9c501d5a6844ebccf
3
+ metadata.gz: 07c700a8f74589743ac7fd0d0da1a6c5ae392791
4
+ data.tar.gz: c2e539e80a4dce7ac12be01e19e5464aeb350216
5
5
  SHA512:
6
- metadata.gz: 1227f4e77b7d56fca74893d40aec6f508f776a3746d3061efc8512f7ef58f59b833d2262046ad2e2ba7648f0ace1154eceb5d68a56038eb3462a145b92b88d08
7
- data.tar.gz: 779fc26555c0f95bb66fe78d875925438aae970c4c61db0fabb65320a7c33b3293f56a9a17e85195d86b8552f7b74c4932e9f0c9546a367fad1a01aea6ecbdf6
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
- print_log 'Note that the the default configuration file was '.red,
76
- "changed to ~/#{CONFIG_FILE} from v0.4.0 onwards\n\n".red
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
@@ -1,4 +1,4 @@
1
1
  module UpdateRepo
2
2
  # constant, current version of this Gem
3
- VERSION = '0.8.5'.freeze
3
+ VERSION = '0.8.6'.freeze
4
4
  end
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.5
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-05 00:00:00.000000000 Z
11
+ date: 2016-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler