isic 1.0.1 → 1.0.2
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/isic.gemspec +2 -2
- data/lib/isic/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37b0a1eedfd4c4e8f4b37a9d985ae135d62c4422
|
4
|
+
data.tar.gz: 1d1cb3f925b8f540b5f7b1bc2847a4ca0d59968e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5819a3b659eb6e46791bb82be8ed87498363babe60ea95fb2fafe9485b19b9c1925ae709524e58109f1317e4e5ea5112080b815ef329e27a9dd1cad21915e52
|
7
|
+
data.tar.gz: e2dff3463c9bc6a87495778fdc5c3dd8ea9df68a0fdf7536a071844bd2f741b15a490c60bb5e4a9b1b2844535f61c7adc99941355c7d88f885a556a7ef33c031
|
data/isic.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Isic::VERSION
|
9
9
|
spec.authors = ["Javier Vidal"]
|
10
10
|
spec.email = ["javier@javiervidal.net"]
|
11
|
-
spec.summary =
|
12
|
-
spec.description =
|
11
|
+
spec.summary = 'International Standard Industrial Classification'
|
12
|
+
spec.description = 'The International Standard Industrial Classification (ISIC) is a United Nations system for classifying economic data. The classification is based in four hierarchical levels: sections, divisions, groups and classes. This gem allows to classify an entity based on its ISIC code.'
|
13
13
|
spec.homepage = "https://github.com/javiervidal/isic"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
data/lib/isic/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: isic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Javier Vidal
|
@@ -80,7 +80,10 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
-
description: International Standard Industrial Classification
|
83
|
+
description: 'The International Standard Industrial Classification (ISIC) is a United
|
84
|
+
Nations system for classifying economic data. The classification is based in four
|
85
|
+
hierarchical levels: sections, divisions, groups and classes. This gem allows to
|
86
|
+
classify an entity based on its ISIC code.'
|
84
87
|
email:
|
85
88
|
- javier@javiervidal.net
|
86
89
|
executables: []
|