dependabot-core 0.93.10 → 0.93.11

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
  SHA256:
3
- metadata.gz: d0d297dd029184b59785e7181284b6c04e8bc53e147592e04169e5360db8658c
4
- data.tar.gz: 3b00f214849b3fbfe1820358e1964308282bef4b6c1419a3ae2fc48c8daf2665
3
+ metadata.gz: 98c9ca6e91ed7caf14dd28a631065957446cef3560cbad1911eafa1bf4722983
4
+ data.tar.gz: 9d687cf389c1f604d888f1e12a76b671a9a82c505deeecc80f82419cdd3d38a1
5
5
  SHA512:
6
- metadata.gz: 9f9a0d48d8004b434af33473b6acda04556557811807553b5047d228aaaa5d5b270982f4cff444a969d7e4be02ee285f620834721bc3c99e5d7571368d66b04b
7
- data.tar.gz: 6829dd5073cd3654446aac409065caeed256551a87a5674eee5024dc926aad5daad61d3dc8732747fc297f50fca24ad729c6c57ec46fa28f30a0f5cf0ca6ddbc
6
+ metadata.gz: 1b5a4f961eaa6da9b4045baceb337d883dc7c3272d766e09d540fc6d7e52969509010601e2b8b52d536794a3aadb86127ea2bdf7115e5e3f0e29be4dc6565eac
7
+ data.tar.gz: 78dea8edc51fd76914dbb3e72917e1ef47d773843fa94109efcbec03b4e3dc0985cc8355a70856d215e06e61d8f6908b8817ad190042fd0608b0b046af743d16
@@ -1,3 +1,7 @@
1
+ ## v0.93.11, 29 January 2019
2
+
3
+ - Gradle: Handle tabs when looking for repositories
4
+
1
5
  ## v0.93.10, 29 January 2019
2
6
 
3
7
  - JS: Parse the semver version, rather than the git SHA, for git reqs with a semver specification
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.93.10"
4
+ VERSION = "0.93.11"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.93.10
4
+ version: 0.93.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot