isoics 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.travis.yml +10 -1
- data/Gemfile.lock +17 -17
- data/README.adoc +5 -1
- data/lib/isoics/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: cd44035192583518d6fe98d9658c92fb5e12804120c197d824a4631c5b56bf8b
|
4
|
+
data.tar.gz: e2b53a2409c2eafee577cea1d04335edd9356b5020f2e8c025458f84ba49d929
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85e751279abf40f8780a5d73638274d38043fe18149568a504bffd670d9f36f97460f6f8b860a1680fb40cf33fb1b6a407c4433e86c9c0df76ef7fdd58f95597
|
7
|
+
data.tar.gz: f6b2810be6315ea95ea98d97465b0d920dfb834b6d94d8ac7202ae90c80c318f97b373a9dadb6529f1bd58bee13bcfa160f33db2f7378829946a9d3466bd0fc1
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,31 +1,31 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
isoics (0.1.
|
4
|
+
isoics (0.1.7)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
byebug (10.0.
|
9
|
+
byebug (10.0.2)
|
10
10
|
diff-lcs (1.3)
|
11
|
-
docile (1.1
|
11
|
+
docile (1.3.1)
|
12
12
|
json (2.1.0)
|
13
13
|
rake (10.5.0)
|
14
|
-
rspec (3.
|
15
|
-
rspec-core (~> 3.
|
16
|
-
rspec-expectations (~> 3.
|
17
|
-
rspec-mocks (~> 3.
|
18
|
-
rspec-core (3.
|
19
|
-
rspec-support (~> 3.
|
20
|
-
rspec-expectations (3.
|
14
|
+
rspec (3.8.0)
|
15
|
+
rspec-core (~> 3.8.0)
|
16
|
+
rspec-expectations (~> 3.8.0)
|
17
|
+
rspec-mocks (~> 3.8.0)
|
18
|
+
rspec-core (3.8.0)
|
19
|
+
rspec-support (~> 3.8.0)
|
20
|
+
rspec-expectations (3.8.1)
|
21
21
|
diff-lcs (>= 1.2.0, < 2.0)
|
22
|
-
rspec-support (~> 3.
|
23
|
-
rspec-mocks (3.
|
22
|
+
rspec-support (~> 3.8.0)
|
23
|
+
rspec-mocks (3.8.0)
|
24
24
|
diff-lcs (>= 1.2.0, < 2.0)
|
25
|
-
rspec-support (~> 3.
|
26
|
-
rspec-support (3.
|
27
|
-
simplecov (0.
|
28
|
-
docile (~> 1.1
|
25
|
+
rspec-support (~> 3.8.0)
|
26
|
+
rspec-support (3.8.0)
|
27
|
+
simplecov (0.16.1)
|
28
|
+
docile (~> 1.1)
|
29
29
|
json (>= 1.8, < 3)
|
30
30
|
simplecov-html (~> 0.10.0)
|
31
31
|
simplecov-html (0.10.2)
|
@@ -42,4 +42,4 @@ DEPENDENCIES
|
|
42
42
|
simplecov
|
43
43
|
|
44
44
|
BUNDLED WITH
|
45
|
-
1.16.
|
45
|
+
1.16.2
|
data/README.adoc
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
= IsoIcs
|
2
2
|
|
3
|
-
|
3
|
+
image:https://img.shields.io/gem/v/isoics.svg["Gem Version", link="https://rubygems.org/gems/isoics"]
|
4
|
+
image:https://img.shields.io/travis/riboseinc/isoics/master.svg["Build Status", link="https://travis-ci.org/riboseinc/isoics"]
|
5
|
+
image:https://codeclimate.com/github/riboseinc/isoics/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/riboseinc/isoics"]
|
6
|
+
|
7
|
+
IsoIcs is the https://en.wikipedia.org/wiki/International_Classification_for_Standards[International Classification for Standards] codes reference. This gem returns the text and description for a given ICS code.
|
4
8
|
|
5
9
|
== Installation
|
6
10
|
|
data/lib/isoics/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: isoics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -1502,7 +1502,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1502
1502
|
version: '0'
|
1503
1503
|
requirements: []
|
1504
1504
|
rubyforge_project:
|
1505
|
-
rubygems_version: 2.6
|
1505
|
+
rubygems_version: 2.7.6
|
1506
1506
|
signing_key:
|
1507
1507
|
specification_version: 4
|
1508
1508
|
summary: ISO ICS (International Classification for Standards) data accessible in a
|