update_repo 0.9.8 → 0.9.9
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 +5 -5
- data/.travis.yml +4 -7
- data/lib/update_repo/cmd_config.rb +7 -6
- data/lib/update_repo/console_output.rb +2 -0
- data/lib/update_repo/helpers.rb +1 -0
- data/lib/update_repo/logger.rb +9 -6
- data/lib/update_repo/version.rb +1 -1
- data/lib/update_repo.rb +4 -1
- data/package-lock.json +2729 -0
- data/update_repo.gemspec +1 -1
- data/web/index.html +1 -1
- data/web/package-lock.json +11027 -0
- metadata +6 -5
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.9.
|
4
|
+
version: 0.9.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Grant Ramsay
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -221,7 +221,7 @@ dependencies:
|
|
221
221
|
- !ruby/object:Gem::Version
|
222
222
|
version: '0'
|
223
223
|
- !ruby/object:Gem::Dependency
|
224
|
-
name:
|
224
|
+
name: optimist
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|
226
226
|
requirements:
|
227
227
|
- - ">="
|
@@ -299,6 +299,7 @@ files:
|
|
299
299
|
- lib/update_repo/logger.rb
|
300
300
|
- lib/update_repo/metrics.rb
|
301
301
|
- lib/update_repo/version.rb
|
302
|
+
- package-lock.json
|
302
303
|
- update_repo.gemspec
|
303
304
|
- vagrant-support/bootstrap-sudo.sh
|
304
305
|
- vagrant-support/bootstrap.sh
|
@@ -308,6 +309,7 @@ files:
|
|
308
309
|
- web/index.html
|
309
310
|
- web/js/scripts.js
|
310
311
|
- web/js/site.js
|
312
|
+
- web/package-lock.json
|
311
313
|
- web/package.json
|
312
314
|
- web/partials/_contribute.html
|
313
315
|
- web/partials/_footer.html
|
@@ -340,9 +342,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
340
342
|
version: '0'
|
341
343
|
requirements: []
|
342
344
|
rubyforge_project:
|
343
|
-
rubygems_version: 2.
|
345
|
+
rubygems_version: 2.7.8
|
344
346
|
signing_key:
|
345
347
|
specification_version: 4
|
346
348
|
summary: A Simple Gem to keep multiple locally-cloned Git Repositories up to date
|
347
349
|
test_files: []
|
348
|
-
has_rdoc:
|