iceland 0.1.4 → 0.1.5
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/iceland/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: c73d3c2d22a1dae4a0738b9c4351e3a109fed0dd
|
|
4
|
+
data.tar.gz: 66ddc91dc5b9a26ad0c3dd246ae8612d8cbea6f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a6a48f782805cc7eed36d7d3b7c410181cce66a3ed806f812851724a27dcd24d3c3aecc271bd9d2f350a76fd4ae859a8a0bfea5722c78a816e0be8ad30b0c1b
|
|
7
|
+
data.tar.gz: b130aecaeeca10ec7855380bf784f28a24561bd575f85b9ac097a80d072e42cbd9cfa9cc182ad93c1579d8fb20210d67315a9459253cbaa1c20320dbd4ce2694
|
data/README.md
CHANGED
|
@@ -74,8 +74,6 @@ The number 40 is added to the registration day of companies and organizations. H
|
|
|
74
74
|
|
|
75
75
|
The century identifier has 3 legal values. `8` for the 19th century, `9` for the 20th century and `0` for the 21st century.
|
|
76
76
|
|
|
77
|
-
The check digit is described
|
|
78
|
-
|
|
79
77
|
#### Examples
|
|
80
78
|
|
|
81
79
|
##### Working with Kennitala objects
|
|
@@ -119,7 +117,7 @@ k.age
|
|
|
119
117
|
# => 86
|
|
120
118
|
```
|
|
121
119
|
|
|
122
|
-
####
|
|
120
|
+
#### Casting strings
|
|
123
121
|
|
|
124
122
|
```ruby
|
|
125
123
|
# Casting a string to a Kennitala object
|
data/lib/iceland/version.rb
CHANGED