Skip to content

Commit b145e8d

Browse files
maennchenericmj
andauthored
Vendor hex_core 0.16.0 (#1157)
* Vendor hex_core 0.16.0 * Update tarball test for hex_core 0.16.0 default files root hex_core 0.16.0 defaults `tarball_files_root` to `"."` and removed the `:missing_files_root` error, so the obsolete assertions for that error and for absolute paths inside the root no longer match. Keep the mismatched-archive-name symlink check, which is the integration coverage that doesn't duplicate hex_core's own suite. --------- Co-authored-by: Eric Meadows-Jönsson <eric.meadows.jonsson@gmail.com>
1 parent 2961ec7 commit b145e8d

29 files changed

Lines changed: 807 additions & 254 deletions

src/mix_hex_api.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.15.0 (90f9f59), do not edit manually
1+
%% Vendored from hex_core v0.16.0 (0e332e5), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API

src/mix_hex_api_auth.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.15.0 (90f9f59), do not edit manually
1+
%% Vendored from hex_core v0.16.0 (0e332e5), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Authentication.

src/mix_hex_api_key.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.15.0 (90f9f59), do not edit manually
1+
%% Vendored from hex_core v0.16.0 (0e332e5), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Keys.

src/mix_hex_api_oauth.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.15.0 (90f9f59), do not edit manually
1+
%% Vendored from hex_core v0.16.0 (0e332e5), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - OAuth.

src/mix_hex_api_organization.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.15.0 (90f9f59), do not edit manually
1+
%% Vendored from hex_core v0.16.0 (0e332e5), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Organizations.

src/mix_hex_api_organization_member.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.15.0 (90f9f59), do not edit manually
1+
%% Vendored from hex_core v0.16.0 (0e332e5), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Organization Members.

src/mix_hex_api_package.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.15.0 (90f9f59), do not edit manually
1+
%% Vendored from hex_core v0.16.0 (0e332e5), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Packages.

src/mix_hex_api_package_owner.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.15.0 (90f9f59), do not edit manually
1+
%% Vendored from hex_core v0.16.0 (0e332e5), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Package Owners.

src/mix_hex_api_release.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.15.0 (90f9f59), do not edit manually
1+
%% Vendored from hex_core v0.16.0 (0e332e5), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Releases.

src/mix_hex_api_short_url.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.15.0 (90f9f59), do not edit manually
1+
%% Vendored from hex_core v0.16.0 (0e332e5), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Short URLs.

0 commit comments

Comments
 (0)