isic 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/isic.gemspec +2 -2
  3. data/lib/isic/version.rb +1 -1
  4. metadata +5 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90ebd3af3effb3f33a06ea5a757e418a78a8ff33
4
- data.tar.gz: 8e6db4fcccd5a1b4b6648a63e163adc760f17366
3
+ metadata.gz: 37b0a1eedfd4c4e8f4b37a9d985ae135d62c4422
4
+ data.tar.gz: 1d1cb3f925b8f540b5f7b1bc2847a4ca0d59968e
5
5
  SHA512:
6
- metadata.gz: 00af81e971853c0b3e0319af770d587876b1af8e23696c70a9540ccffe2e45351f86587925d46eabc9eb9ca1dd2548629eaab7bfacfe6c7c1a13bf88f16bdd98
7
- data.tar.gz: a2305c40c67ebdf46e68911873315a535fdb9c86a52f1911fb8118f9d46d43ad283fe6d2470c36cea3ced46a26b1c3f741091955b339a76f4e269a61f63843de
6
+ metadata.gz: c5819a3b659eb6e46791bb82be8ed87498363babe60ea95fb2fafe9485b19b9c1925ae709524e58109f1317e4e5ea5112080b815ef329e27a9dd1cad21915e52
7
+ data.tar.gz: e2dff3463c9bc6a87495778fdc5c3dd8ea9df68a0fdf7536a071844bd2f741b15a490c60bb5e4a9b1b2844535f61c7adc99941355c7d88f885a556a7ef33c031
@@ -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 = %q{International Standard Industrial Classification}
12
- spec.description = %q{International Standard Industrial Classification}
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
 
@@ -1,3 +1,3 @@
1
1
  module Isic
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
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.1
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: []