location-service-client 0.1.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 56b5f5486e19eadd1c14d44b474699d7803ba22f
4
+ data.tar.gz: 90000cddf0e18ce52096f48c5712ac8aa057dd3f
5
+ SHA512:
6
+ metadata.gz: d8b840d2571bd8c98f05baf7246d4be5d13521b007eb6fb0edbe940949655e755319dd2086436b4f520800240c9dc8122df43356555ca003966cc6eec282192c
7
+ data.tar.gz: eefb7e43b4713562381bb0fd9e4c72ffdde678c16f720f1baf4f7d1368c5d9a62b42fed3c8ad37395065e574245db668b363f10845aaf8f62562fc4c881fe59e
data/.gitignore ADDED
@@ -0,0 +1,10 @@
1
+ .bundle/
2
+ log/*.log
3
+ Gemfile.lock
4
+ pkg/
5
+ spec/dummy/db/*.sqlite3
6
+ spec/dummy/db/*.sqlite3-journal
7
+ spec/dummy/log/*.log
8
+ spec/dummy/tmp/
9
+ spec/dummy/public/system/
10
+ spec/dummy/.sass-cache