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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c56f3bc2f49d6a59cde995ca46019f0fd71fb78c
4
- data.tar.gz: 8cf8cabcf248bdf1c2b88493164ceafe35196868
2
+ SHA256:
3
+ metadata.gz: cd44035192583518d6fe98d9658c92fb5e12804120c197d824a4631c5b56bf8b
4
+ data.tar.gz: e2b53a2409c2eafee577cea1d04335edd9356b5020f2e8c025458f84ba49d929
5
5
  SHA512:
6
- metadata.gz: 5f5f1f3af6777a081fba717fe8daddb8901ca55f041b5dc43d551e8343d08cd021e19414170e085bd3530821f85b6bd603cb53e9f582239a806d1dc50ad29014
7
- data.tar.gz: e8f89aa9453e1c0069022fd1eb1e961ddc52f9a112aad664b554fcb0f3f840978b24560ffd75ec9b5b092f47644841b45a01acf7efd9420dd901d44b4c32b5e7
6
+ metadata.gz: 85e751279abf40f8780a5d73638274d38043fe18149568a504bffd670d9f36f97460f6f8b860a1680fb40cf33fb1b6a407c4433e86c9c0df76ef7fdd58f95597
7
+ data.tar.gz: f6b2810be6315ea95ea98d97465b0d920dfb834b6d94d8ac7202ae90c80c318f97b373a9dadb6529f1bd58bee13bcfa160f33db2f7378829946a9d3466bd0fc1
@@ -1,5 +1,14 @@
1
+ dist: trusty
1
2
  sudo: false
2
3
  language: ruby
4
+
3
5
  rvm:
4
- - 2.4.0
6
+ - 2.5
7
+ - 2.4
8
+ - 2.3
9
+ - ruby-head
5
10
  before_install: gem install bundler -v 1.16.1
11
+
12
+ matrix:
13
+ allow_failures:
14
+ - rvm: ruby-head
@@ -1,31 +1,31 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- isoics (0.1.5)
4
+ isoics (0.1.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- byebug (10.0.0)
9
+ byebug (10.0.2)
10
10
  diff-lcs (1.3)
11
- docile (1.1.5)
11
+ docile (1.3.1)
12
12
  json (2.1.0)
13
13
  rake (10.5.0)
14
- rspec (3.7.0)
15
- rspec-core (~> 3.7.0)
16
- rspec-expectations (~> 3.7.0)
17
- rspec-mocks (~> 3.7.0)
18
- rspec-core (3.7.1)
19
- rspec-support (~> 3.7.0)
20
- rspec-expectations (3.7.0)
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.7.0)
23
- rspec-mocks (3.7.0)
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.7.0)
26
- rspec-support (3.7.1)
27
- simplecov (0.15.1)
28
- docile (~> 1.1.0)
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.1
45
+ 1.16.2
@@ -1,6 +1,10 @@
1
1
  = IsoIcs
2
2
 
3
- IsoIcs is International Classification for Standards codes reference.
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
 
@@ -1,3 +1,3 @@
1
1
  module Isoics
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
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.6
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-06-02 00:00:00.000000000 Z
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.14
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