gb-agencies 0.0.5 → 0.0.6

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
2
  SHA256:
3
- metadata.gz: 29a36c9b522a4c3653b02b76a9756446bb85a89f15c098604cfbce84d5b5a08a
4
- data.tar.gz: 374ca6b4e64e6dc7764cbad82eefe02a7f2db918f967d66c4365fd9d6b516812
3
+ metadata.gz: 6a420ff9e530ee87032dac7d0c7c5bdc604c6d2c0bf0b7d2e3dea126bc3e8438
4
+ data.tar.gz: af5352d6dafbf4c2d0c567964077012b2cafd33e5885872d8daab6565a391c13
5
5
  SHA512:
6
- metadata.gz: f67930a602ed51392b2e9688e4bc9603033e30b4f72c57b7c4ac877c2854ec3be2349acab6fc8b01739f3970afec489418bec51a05cecbf79f461ff27051b562
7
- data.tar.gz: 07c994da1d4dad5d57a8c3c1143b56ff7ad86287cf0d8c9e9d7c3e2d3208dec8a83e31ca362a46332a290d30d1730d514acd75e3342706f4455c669f387439ab
6
+ metadata.gz: 4454f6916d8566c54665e3d12ee398c75ee9e8689e8ddbc96fb90a864e9bcd144cbece3adcfa40358ce646892a641cb35ea4b3256c03e9e9a3006c1eb69f4034
7
+ data.tar.gz: d3063bc884925c2a4e4b015a493448fdd3a8445186cf3dbbf58395239c36c22dcea111a14ce8ac49b4b6f0c98018b32f19a010d173d5ebae09cc8b864fc789a9
@@ -0,0 +1,3 @@
1
+ ruby:
2
+ Enabled: true
3
+ config_file: .rubocop.yml
@@ -3,13 +3,8 @@
3
3
  # All project-specific additions and overrides should be specified in this file.
4
4
 
5
5
  inherit_from:
6
- # Thoughtbot's style guide from: https://github.com/thoughtbot/guides
7
- - ".rubocop.tb.yml"
8
- # Overrides from Ribose
9
- - ".rubocop.ribose.yml"
6
+ - https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml
10
7
  AllCops:
11
- DisplayCopNames: false
12
- StyleGuideCopsOnly: false
13
- TargetRubyVersion: 2.4
8
+ TargetRubyVersion: 2.3
14
9
  Rails:
15
10
  Enabled: true
@@ -1,15 +1,18 @@
1
- dist: trusty
2
- sudo: false
1
+ # Auto-generated !!! Do not edit it manually
2
+ # use ci-master https://github.com/metanorma/metanorma-build-scripts
3
3
  language: ruby
4
+ cache: bundler
5
+ os:
6
+ - linux
7
+ - osx
4
8
  rvm:
5
- - 2.5
6
- - 2.4
7
- - 2.3
8
- - ruby-head
9
- before_install:
10
- - gem install bundler -v 1.16.1
11
- - unset _JAVA_OPTIONS
9
+ - 2.6
10
+ - 2.5
11
+ - 2.4
12
+ - ruby-head
13
+ before_install:
14
+ - gem install bundler -v "~> 2"
15
+ - bundle update
12
16
  matrix:
13
17
  allow_failures:
14
18
  - rvm: ruby-head
15
-
@@ -0,0 +1,53 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ gb-agencies (0.0.6)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ byebug (11.0.1)
10
+ coderay (1.1.2)
11
+ diff-lcs (1.3)
12
+ docile (1.3.2)
13
+ json (2.2.0)
14
+ method_source (0.9.2)
15
+ pry (0.12.2)
16
+ coderay (~> 1.1.0)
17
+ method_source (~> 0.9.0)
18
+ pry-byebug (3.7.0)
19
+ byebug (~> 11.0)
20
+ pry (~> 0.10)
21
+ rake (10.5.0)
22
+ rspec (3.8.0)
23
+ rspec-core (~> 3.8.0)
24
+ rspec-expectations (~> 3.8.0)
25
+ rspec-mocks (~> 3.8.0)
26
+ rspec-core (3.8.2)
27
+ rspec-support (~> 3.8.0)
28
+ rspec-expectations (3.8.4)
29
+ diff-lcs (>= 1.2.0, < 2.0)
30
+ rspec-support (~> 3.8.0)
31
+ rspec-mocks (3.8.1)
32
+ diff-lcs (>= 1.2.0, < 2.0)
33
+ rspec-support (~> 3.8.0)
34
+ rspec-support (3.8.2)
35
+ simplecov (0.17.1)
36
+ docile (~> 1.1)
37
+ json (>= 1.8, < 3)
38
+ simplecov-html (~> 0.10.0)
39
+ simplecov-html (0.10.2)
40
+
41
+ PLATFORMS
42
+ ruby
43
+
44
+ DEPENDENCIES
45
+ bundler (~> 2.0.1)
46
+ gb-agencies!
47
+ pry-byebug
48
+ rake (~> 10.0)
49
+ rspec (~> 3.0)
50
+ simplecov
51
+
52
+ BUNDLED WITH
53
+ 2.0.2
@@ -1,8 +1,8 @@
1
1
  == gb-agencies
2
2
 
3
3
  image:https://img.shields.io/gem/v/gb-agencies.svg["Gem Version", link="https://rubygems.org/gems/gb-agencies"]
4
- image:https://img.shields.io/travis/riboseinc/gb-agencies/master.svg["Build Status", link="https://travis-ci.org/riboseinc/gb-agencies"]
5
- image:https://codeclimate.com/github/riboseinc/gb-agencies/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/riboseinc/gb-agencies"]
4
+ image:https://img.shields.io/travis/metanorma/gb-agencies/master.svg["Build Status", link="https://travis-ci.org/metanorma/gb-agencies"]
5
+ image:https://codeclimate.com/github/metanorma/gb-agencies/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/gb-agencies"]
6
6
 
7
7
  Gem to look up agency names for GB standards
8
8
 
@@ -0,0 +1,37 @@
1
+ # Auto-generated !!! Do not edit it manually
2
+ # use ci-master https://github.com/metanorma/metanorma-build-scripts
3
+ version: '{build}'
4
+
5
+ cache:
6
+ - vendor/bundle
7
+
8
+ environment:
9
+ matrix:
10
+ - RUBY_VERSION: 26
11
+ - RUBY_VERSION: 25
12
+ - RUBY_VERSION: 24
13
+ - RUBY_VERSION: _trunk
14
+
15
+ matrix:
16
+ allow_failures:
17
+ - RUBY_VERSION: _trunk
18
+
19
+ install:
20
+ - ps: . { iwr -useb https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/appveyor.ps1 } | iex
21
+ - refreshenv
22
+
23
+ build_script:
24
+ - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
25
+ - set GIT_TERMINAL_PROMPT=0
26
+ - gem install bundler -v "~> 2"
27
+ - bundle config --local path vendor/bundle
28
+ - bundle update
29
+ - bundle install
30
+
31
+ before_test:
32
+ - ruby -v
33
+ - gem -v
34
+ - bundle -v
35
+
36
+ test_script:
37
+ - bundle exec rake
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Gem to look up agency names for GB standards.}
13
13
  spec.description = %q{Gem to look up agency names for GB standards.}
14
- spec.homepage = "https://github.com/riboseinc/gb-agencies"
14
+ spec.homepage = "https://github.com/metanorma/gb-agencies"
15
15
  spec.license = "BSD-2-Clause"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -20,8 +20,9 @@ Gem::Specification.new do |spec|
20
20
  spec.bindir = "exe"
21
21
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
22
  spec.require_paths = ["lib"]
23
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
23
24
 
24
- spec.add_development_dependency "bundler", "~> 1.16"
25
+ spec.add_development_dependency "bundler", "~> 2.0.1"
25
26
  spec.add_development_dependency "rake", "~> 10.0"
26
27
  spec.add_development_dependency "rspec", "~> 3.0"
27
28
  spec.add_development_dependency "simplecov"
@@ -1,4 +1,4 @@
1
1
  module GbAgencies
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gb-agencies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
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-10 00:00:00.000000000 Z
11
+ date: 2019-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.16'
19
+ version: 2.0.1
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.16'
26
+ version: 2.0.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -87,19 +87,22 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
+ - ".hound.yml"
90
91
  - ".rubocop.ribose.yml"
91
92
  - ".rubocop.tb.yml"
92
93
  - ".rubocop.yml"
93
94
  - ".travis.yml"
94
95
  - Gemfile
96
+ - Gemfile.lock
95
97
  - LICENSE.txt
96
98
  - README.adoc
97
99
  - Rakefile
100
+ - appveyor.yml
98
101
  - gb-agencies.gemspec
99
102
  - lib/gb_agencies.rb
100
103
  - lib/gb_agencies/gb_agencies.rb
101
104
  - lib/gb_agencies/version.rb
102
- homepage: https://github.com/riboseinc/gb-agencies
105
+ homepage: https://github.com/metanorma/gb-agencies
103
106
  licenses:
104
107
  - BSD-2-Clause
105
108
  metadata: {}
@@ -111,7 +114,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
114
  requirements:
112
115
  - - ">="
113
116
  - !ruby/object:Gem::Version
114
- version: '0'
117
+ version: 2.4.0
115
118
  required_rubygems_version: !ruby/object:Gem::Requirement
116
119
  requirements:
117
120
  - - ">="