atdis 0.3 → 0.3.1
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 +4 -4
- data/README.md +1 -3
- data/lib/atdis/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fccd4417bbe0c084467f43db250e77b96cfcbe8
|
|
4
|
+
data.tar.gz: 5d6c8771f2d059c498d9522981bb33e549d0653b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31d39abe6c1330329902dd0603e28e29fcd4a6560142bbe63d0f2d17bb7df8cc498a97a68ebb0aafe75aab537f4dad08a518f3fb8a042eabf98232d30aa992b9
|
|
7
|
+
data.tar.gz: 3e62c64543eb982604b5afddcd459295481cd3a2974810901bd164cf50d4c7304d195ea917c5abad6992a87fb5315211101d38a41c99ddd29744cbb4ac674d05
|
data/README.md
CHANGED
|
@@ -4,9 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
A ruby interface to the application tracking data interchange specification (ATDIS) API
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
This is **beta** software and is a work in progress.
|
|
7
|
+
This has been developed against [ATDIS version 1.0.2](https://github.com/openaustralia/atdis/raw/master/docs/ATDIS-1.0.2%20Application%20Tracking%20Data%20Interchange%20Specification%20(v1.0.2).pdf).
|
|
10
8
|
|
|
11
9
|
Source code is available on GitHub at https://github.com/openaustralia/atdis
|
|
12
10
|
|
data/lib/atdis/version.rb
CHANGED