dependabot-core 0.93.9 → 0.93.10

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: befcd6db9de49b140fb27ef12ccf7c6b2174d4771d6f87e1583840c623b483b8
4
- data.tar.gz: 288f7c2a5eb8f0b46683ae0ac9f89811b9e08ce2443d7004c8bf8ddba5eebccf
3
+ metadata.gz: d0d297dd029184b59785e7181284b6c04e8bc53e147592e04169e5360db8658c
4
+ data.tar.gz: 3b00f214849b3fbfe1820358e1964308282bef4b6c1419a3ae2fc48c8daf2665
5
5
  SHA512:
6
- metadata.gz: 39a2b07130afdb9855ec9f5027141e36fb1f795f816254b4b1a9720332aa4a8fb388b0f344809a51e712aaba473c14b2bdee58d8a8e7a7f41b0a5294dff05a73
7
- data.tar.gz: caaf4aeae7bd6bdc85e70fac65c7d5c23c8edd1bd790d8a2d116338881edf3a4338c2f253352bc08272b5672b992154febf51f14940656aa9941149dc5792794
6
+ metadata.gz: 9f9a0d48d8004b434af33473b6acda04556557811807553b5047d228aaaa5d5b270982f4cff444a969d7e4be02ee285f620834721bc3c99e5d7571368d66b04b
7
+ data.tar.gz: 6829dd5073cd3654446aac409065caeed256551a87a5674eee5024dc926aad5daad61d3dc8732747fc297f50fca24ad729c6c57ec46fa28f30a0f5cf0ca6ddbc
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.93.10, 29 January 2019
2
+
3
+ - JS: Parse the semver version, rather than the git SHA, for git reqs with a semver specification
4
+
1
5
  ## v0.93.9, 29 January 2019
2
6
 
3
7
  - Python: Handle Apache Airflow 1.10.x installs with pip-compile
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.93.9"
4
+ VERSION = "0.93.10"
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.9
4
+ version: 0.93.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot