swissgrid 0.0.2 → 0.0.3
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 +3 -1
- data/lib/swissgrid/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: fc898085f193b218e8c6420b3198977db554cc92
|
4
|
+
data.tar.gz: 41ef555fe96c9b64ed7ee7a5988e4dd73b8071da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed4a9a2d5e6b909bf31a686a5f13a99fa4c7a0e963080a1e63767f0ee48a02549c562a17a0e6368c64ba2286782fd9dee675c783ecaceef5558cd5e5d6f796a6
|
7
|
+
data.tar.gz: 9827fa5d2583bb15492dbe27f46b4b999a133a0f513bf2ab9f8b79955544983c3a98fc3ca425aa176c149e4b0f1835ed330254545602c81d7aa2a2c55d056ffe
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Swissgrid
|
2
2
|
|
3
|
-
The swissgrid rubygem is conversion library to convert WGS84 (GPS) points into the Swiss coordinate system (CH1903)
|
3
|
+
The swissgrid rubygem is a conversion library to convert WGS84 (GPS) points into the Swiss coordinate system (CH1903)
|
4
4
|
and vice versa.
|
5
5
|
|
6
6
|
|
@@ -49,6 +49,8 @@ require 'swissgrid'
|
|
49
49
|
```
|
50
50
|
|
51
51
|
##Changelog
|
52
|
+
* 0.0.3
|
53
|
+
* Update Readme.
|
52
54
|
* 0.0.2
|
53
55
|
* Add homepage link to gemspec.
|
54
56
|
* 0.0.1
|
data/lib/swissgrid/version.rb
CHANGED