Skip to content

Commit 7c4379b

Browse files
Updates gitignore and dependencies
1 parent 4925424 commit 7c4379b

3 files changed

Lines changed: 12 additions & 18 deletions

File tree

.gitignore

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
11
# Uncomment these types if you want even more clean repository. But be careful.
22
# It can make harm to an existing project source. Read explanations below.
3-
#
3+
44
# Resource files are binaries containing manifest, project icon and version info.
55
# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
6-
#*.res
7-
#
6+
*.res
7+
88
# Type library file (binary). In old Delphi versions it should be stored.
99
# Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
1010
#*.tlb
11-
#
11+
1212
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
1313
# Uncomment this if you are not using diagrams or use newer Delphi version.
1414
#*.ddp
15-
#
15+
1616
# Visual LiveBindings file. Added in Delphi XE2.
1717
# Uncomment this if you are not using LiveBindings Designer.
1818
#*.vlb
19-
#
19+
2020
# Deployment Manager configuration file for your project. Added in Delphi XE2.
2121
# Uncomment this if it is not mobile development and you do not use remote debug feature.
2222
#*.deployproj
23-
#
23+
2424
# C++ object files produced when C/C++ Output file generation is configured.
2525
# Uncomment this if you are not using external objects (zlib library for example).
2626
#*.obj
27-
#
2827

2928
# Delphi compiler-generated binaries (safe to delete)
3029
*.exe
@@ -66,4 +65,4 @@ __recovery/
6665
*.stat
6766

6867
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
69-
modules/
68+
modules/

boss-lock.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@
44
"installedModules": {
55
"github.com/hashload/horse": {
66
"name": "horse",
7-
"version": "v1.6.6",
8-
"hash": "38be150437fc3573576d87ad6a3f6b56",
9-
"artifacts": {
10-
"bin": [],
11-
"dcp": [],
12-
"dcu": [],
13-
"bpl": []
14-
},
7+
"version": "1.6.7",
8+
"hash": "f2d5c64f23435568e5b3e68b5fe927c4",
9+
"artifacts": {},
1510
"failed": false,
1611
"changed": false
1712
}

horse_basic_auth.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
6868
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
6969
<SanitizedProjectName>horse_basic_auth</SanitizedProjectName>
70-
<DCC_UnitSearchPath>modules\.dcp;modules\.dcu;modules;modules\horse\src;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
70+
<DCC_UnitSearchPath>$(DCC_UnitSearchPath);modules\.dcp;modules\.dcu;modules;modules\horse\src</DCC_UnitSearchPath>
7171
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
7272
</PropertyGroup>
7373
<PropertyGroup Condition="'$(Base_Android)'!=''">

0 commit comments

Comments
 (0)