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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/swissgrid/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a82d4b44b9702d704ca083676f7671d6bf0339d
4
- data.tar.gz: 9ee948e0c81ca975544c18b13071ecc0c45decce
3
+ metadata.gz: fc898085f193b218e8c6420b3198977db554cc92
4
+ data.tar.gz: 41ef555fe96c9b64ed7ee7a5988e4dd73b8071da
5
5
  SHA512:
6
- metadata.gz: 50a053f176df58ad8c73378ea99c426a509930ec06f8b6ae612aaf02bcfaa96837660821b7c86696143199e0c49e9a662654dff3feef04aefc75bba799cf6e1c
7
- data.tar.gz: b2a496d58e87dee8affb707d1b704a260edc96fe6b1c4332fc2afd7a05ced6055f73fcd11552b4ab10d96f97e975b2a4856af7f0ff1d4e1b618a55d8db9c0c09
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
@@ -1,3 +1,3 @@
1
1
  module Swissgrid
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swissgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Rueedlinger