Skip to content

Commit

Permalink
Updated #platformLibraryUrl to download the latest precompiled unqlit…
Browse files Browse the repository at this point in the history
…e library
  • Loading branch information
mumez committed May 29, 2016
1 parent 37cd3a1 commit c95147f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ private - accessing
platformLibraryUrl
" Answer a download URL for the compiled version of library "

^'https://github.com/mumez/PunQLite/releases/download/v1.1.2/', self platformLibraryName
^'https://github.com/mumez/PunQLite/releases/download/v2.0.0/', self platformLibraryName
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
private - utilities
uncompress: fileRef
| dst zipArchive |
dst := FileSystem workingDirectory / 'pharo-vm'.
dst := FileSystem workingDirectory.
(fileRef fullName endsWith: '.zip')
ifFalse: [ self error: 'Cannot extract library from file: ' , fileRef printString ].
[ zipArchive := ZipArchive new.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"customProjectAttributes" : "MasashiUmezawa 12/17/2013 00:24",
"development:" : "TorstenBergmann 5/11/2016 14:05",
"platformLibraryName" : "TorstenBergmann 1/27/2015 14:14",
"platformLibraryUrl" : "TorstenBergmann 1/27/2015 14:14",
"platformLibraryUrl" : "MasashiUmezawa 5/29/2016 15:40",
"preLoad" : "MasashiUmezawa 2/9/2014 21:40",
"project" : "MasashiUmezawa 12/17/2013 00:24",
"stable:" : "TorstenBergmann 5/11/2016 14:06",
"uncompress:" : "TorstenBergmann 1/27/2015 14:28",
"uncompress:" : "MasashiUmezawa 5/29/2016 15:40",
"version10:" : "MasashiUmezawa 12/17/2013 00:44",
"version111:" : "MasashiUmezawa 12/29/2013 23:48",
"version112:" : "TorstenBergmann 1/29/2015 02:45",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'ConfigurationOfPunQLite-TorstenBergmann.27' message 'Now use new UFFI binding instead of NativeBoostintended for Pharo 5 onwards (based on https://github.com/estebanlm/PunQLite remerge last commit 80693f28e4b117d92511c6d854d09195a5f44218 into STHub)' id '02a6fd98-b768-334e-9d5f-bd01b81a4358' date '11 May 2016' time '2:10:09.910149 pm' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.26' message '- Fixed typos in baseline methods- Added version 1.1.4 description- Updated catalog methods' id 'c949a4f4-30c3-4bcc-a2f7-5efe938f6cba' date '12 October 2015' time '2:32:05.704104 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.25' message '- fix open file with new 1.1.3 version- add 1.1.4-baseline as development' id 'd4c6f8d8-b62a-2449-b67b-99401bffcfa8' date '19 May 2015' time '1:18:51.196063 pm' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.24' message 'fix tool loading' id '2cc40245-999a-2f47-b07d-ca62310ae338' date '29 January 2015' time '2:52:08.366185 am' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.23' message 'add tools' id '624d79d4-2d69-5349-9de4-1b3e293b4a92' date '29 January 2015' time '2:45:35.156153 am' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.22' message 'add help package' id 'cc843abc-acaf-f243-9d7c-4a1fc8f0647d' date '27 January 2015' time '4:23:30.500458 pm' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.21' message 'update class comments' id 'b763fd8d-e6b8-0044-a215-c85a94fd5cb9' date '27 January 2015' time '2:33:31.859984 pm' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.20' message 'update to reflect latest changes (only cleanup, no behavior change)' id '7d8ef3a7-1402-3a4a-ab50-eb146cb59e2a' date '27 January 2015' time '2:30:27.874984 pm' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.19' message '- Added Version 1.1.2 to catalogChangeLog' id 'b9b1c37d-2516-8e4b-8eb8-66f81565c35e' date '9 February 2014' time '10:31:41.817095 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.18' message '- Fixed ConfigurationOfPunQLite>>uncompress: to allow overwriting the past extracted unqlite shared library file' id '5add8f3f-d747-1d44-bd1c-1b42c18a699b' date '9 February 2014' time '10:28:41.383095 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.17' message '- Added #preLoad for downloading unqlite library automatically' id '49ee8792-ae26-db48-8abb-a251e6de766a' date '9 February 2014' time '9:56:19.927713 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.16' message '- New stable version: 1.1.2' id '3093eda6-b1aa-f141-bfd8-0846fe69d620' date '19 January 2014' time '1:09:02.282619 am' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.15' message '#stable version is now set to 1.1.1' id '1c593621-7d82-df4d-9485-349adffc2e87' date '5 January 2014' time '8:48:11.372 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-DamienCassou.14' message '- 2 missing quotes in ConfigurationOfPunQLite class>>catalogKeyClassesAndExample' id '892c1d9e-0168-4042-8065-f3edbcf15ede' date '5 January 2014' time '10:33:22.399765 am' author 'DamienCassou' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.13' message '- Development version is now 1.1.1' id '14a3e506-1fbe-5848-9267-50580df5212c' date '30 December 2013' time '12:23:53.927754 am' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.12' message '- Added catalog meta info.- Added version 1.1.1 description.' id '6e467925-307c-404a-832e-099334e58d02' date '30 December 2013' time '12:17:31.717941 am' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmeawa.11' message '- Fixed ConfigurationOfPunQLite-MasashiUmezawa.10 refering to broken mcz' id 'e64f3e93-4e73-4bb4-9e49-5f71beaf0a9a' date '23 December 2013' time '11:44:38.397 pm' author 'MasashiUmeawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.10' message '- Fixed ConfigurationOfPunQLite-MasashiUmezawa.9 refering to broken mcz' id '3b19b7a2-e5a1-6248-865f-5c20ce8abe10' date '23 December 2013' time '10:42:58.725572 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.9' message '- Fixed version11: description to latest' id '5a597829-948e-6e41-89fe-f40d19461cf8' date '23 December 2013' time '9:05:25.163043 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.8' message '- Fixed version11: description to latest' id '4a1b70d0-d512-5c40-a5ab-c7f10169c36f' date '23 December 2013' time '9:01:35.125879 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.7' message '- Fixed version11: description to latest' id '4f6b9dea-b3c4-cd40-b8cb-6d82195f4583' date '23 December 2013' time '8:53:30.178273 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.6' message '- Fixed version11: description' id 'e9ea7c81-6517-fa4a-82d1-7613090066d3' date '23 December 2013' time '4:35:04.592858 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.5' message '- Updated version11 description to include newer test' id 'bb4c8f74-a4e2-2047-bb16-770e3a3b501f' date '23 December 2013' time '1:49:33.040218 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.4' message '- Fixed version11: description' id '5329b6f9-d1ad-1e49-a9d4-58255f6d22e2' date '23 December 2013' time '12:48:08.007247 am' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.3' message '- ConfigurationOfPunQLite class >> ensureMetacello now requires a bit older Metacello.- baseline11 default group includes Tests package' id '85423ddd-6310-ac4a-82c6-2af52a9b2f2f' date '22 December 2013' time '10:44:13.830631 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.2' message '- Added version 1.1 configuration' id 'a72690fa-41d3-164b-b07c-9fda09004733' date '22 December 2013' time '2:03:56.534019 am' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.1' message 'Initial version' id '057f97d6-69d4-5543-bbb9-1d5bf263b883' date '17 December 2013' time '12:45:20.375219 am' author 'MasashiUmezawa' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'ConfigurationOfPunQLite-MasashiUmezawa.28' message 'Updated #platformLibraryUrl to download the latest precompiled unqlite library' id 'fc11a41c-f401-42bb-af18-1e558bb05f1a' date '29 May 2016' time '3:43:05.780982 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.27' message 'Now use new UFFI binding instead of NativeBoostintended for Pharo 5 onwards (based on https://github.com/estebanlm/PunQLite remerge last commit 80693f28e4b117d92511c6d854d09195a5f44218 into STHub)' id '02a6fd98-b768-334e-9d5f-bd01b81a4358' date '11 May 2016' time '2:10:09.910149 pm' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.26' message '- Fixed typos in baseline methods- Added version 1.1.4 description- Updated catalog methods' id 'c949a4f4-30c3-4bcc-a2f7-5efe938f6cba' date '12 October 2015' time '2:32:05.704104 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.25' message '- fix open file with new 1.1.3 version- add 1.1.4-baseline as development' id 'd4c6f8d8-b62a-2449-b67b-99401bffcfa8' date '19 May 2015' time '1:18:51.196063 pm' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.24' message 'fix tool loading' id '2cc40245-999a-2f47-b07d-ca62310ae338' date '29 January 2015' time '2:52:08.366185 am' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.23' message 'add tools' id '624d79d4-2d69-5349-9de4-1b3e293b4a92' date '29 January 2015' time '2:45:35.156153 am' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.22' message 'add help package' id 'cc843abc-acaf-f243-9d7c-4a1fc8f0647d' date '27 January 2015' time '4:23:30.500458 pm' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.21' message 'update class comments' id 'b763fd8d-e6b8-0044-a215-c85a94fd5cb9' date '27 January 2015' time '2:33:31.859984 pm' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-TorstenBergmann.20' message 'update to reflect latest changes (only cleanup, no behavior change)' id '7d8ef3a7-1402-3a4a-ab50-eb146cb59e2a' date '27 January 2015' time '2:30:27.874984 pm' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.19' message '- Added Version 1.1.2 to catalogChangeLog' id 'b9b1c37d-2516-8e4b-8eb8-66f81565c35e' date '9 February 2014' time '10:31:41.817095 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.18' message '- Fixed ConfigurationOfPunQLite>>uncompress: to allow overwriting the past extracted unqlite shared library file' id '5add8f3f-d747-1d44-bd1c-1b42c18a699b' date '9 February 2014' time '10:28:41.383095 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.17' message '- Added #preLoad for downloading unqlite library automatically' id '49ee8792-ae26-db48-8abb-a251e6de766a' date '9 February 2014' time '9:56:19.927713 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.16' message '- New stable version: 1.1.2' id '3093eda6-b1aa-f141-bfd8-0846fe69d620' date '19 January 2014' time '1:09:02.282619 am' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.15' message '#stable version is now set to 1.1.1' id '1c593621-7d82-df4d-9485-349adffc2e87' date '5 January 2014' time '8:48:11.372 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-DamienCassou.14' message '- 2 missing quotes in ConfigurationOfPunQLite class>>catalogKeyClassesAndExample' id '892c1d9e-0168-4042-8065-f3edbcf15ede' date '5 January 2014' time '10:33:22.399765 am' author 'DamienCassou' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.13' message '- Development version is now 1.1.1' id '14a3e506-1fbe-5848-9267-50580df5212c' date '30 December 2013' time '12:23:53.927754 am' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.12' message '- Added catalog meta info.- Added version 1.1.1 description.' id '6e467925-307c-404a-832e-099334e58d02' date '30 December 2013' time '12:17:31.717941 am' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmeawa.11' message '- Fixed ConfigurationOfPunQLite-MasashiUmezawa.10 refering to broken mcz' id 'e64f3e93-4e73-4bb4-9e49-5f71beaf0a9a' date '23 December 2013' time '11:44:38.397 pm' author 'MasashiUmeawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.10' message '- Fixed ConfigurationOfPunQLite-MasashiUmezawa.9 refering to broken mcz' id '3b19b7a2-e5a1-6248-865f-5c20ce8abe10' date '23 December 2013' time '10:42:58.725572 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.9' message '- Fixed version11: description to latest' id '5a597829-948e-6e41-89fe-f40d19461cf8' date '23 December 2013' time '9:05:25.163043 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.8' message '- Fixed version11: description to latest' id '4a1b70d0-d512-5c40-a5ab-c7f10169c36f' date '23 December 2013' time '9:01:35.125879 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.7' message '- Fixed version11: description to latest' id '4f6b9dea-b3c4-cd40-b8cb-6d82195f4583' date '23 December 2013' time '8:53:30.178273 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.6' message '- Fixed version11: description' id 'e9ea7c81-6517-fa4a-82d1-7613090066d3' date '23 December 2013' time '4:35:04.592858 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.5' message '- Updated version11 description to include newer test' id 'bb4c8f74-a4e2-2047-bb16-770e3a3b501f' date '23 December 2013' time '1:49:33.040218 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.4' message '- Fixed version11: description' id '5329b6f9-d1ad-1e49-a9d4-58255f6d22e2' date '23 December 2013' time '12:48:08.007247 am' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.3' message '- ConfigurationOfPunQLite class >> ensureMetacello now requires a bit older Metacello.- baseline11 default group includes Tests package' id '85423ddd-6310-ac4a-82c6-2af52a9b2f2f' date '22 December 2013' time '10:44:13.830631 pm' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.2' message '- Added version 1.1 configuration' id 'a72690fa-41d3-164b-b07c-9fda09004733' date '22 December 2013' time '2:03:56.534019 am' author 'MasashiUmezawa' ancestors ((name 'ConfigurationOfPunQLite-MasashiUmezawa.1' message 'Initial version' id '057f97d6-69d4-5543-bbb9-1d5bf263b883' date '17 December 2013' time '12:45:20.375219 am' author 'MasashiUmezawa' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Expand Down

0 comments on commit c95147f

Please sign in to comment.