ietfbib 0.4.5 → 0.4.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1eed190a86212c5c84bf75eab18bb192078db1604f9d1dab8b54c258f539584
4
- data.tar.gz: 1886d6f3704df63b26eaa2580271ea284c504ac5c0e703c6c061b854ad97f948
3
+ metadata.gz: f14626ea564741fdd071cc09148297ee222a0a368d8c37311c444cd6dc90d38a
4
+ data.tar.gz: 90e778d016185c4025c28e045ee31226af3fb5bb97e95ec602221080a3d05748
5
5
  SHA512:
6
- metadata.gz: a9708b51a5d559625bc112dfa85c200167273f23bafbcb076c145ee642bd9603ee5c3302bae48a6c552ae408a3091182c1df5753e11ad3a8ff564e64298cdb02
7
- data.tar.gz: 834ba75f63c2eda0a3a8a9e1009a5984f955fc33dabfd7b912adf2642cc93f08c5a39e74cdc328e10e447ca219d24157fccfa855296ab8cbe8d32e6521f1a553
6
+ metadata.gz: 4b4cfefb4e36c93ef25ba6bf8f1a13b9c55e40afebb08a5983456fa47286f069811e4f9314f58057514aa08220662ed74cbdeb8e7b8612f3328ec35a287f5b34
7
+ data.tar.gz: d1f22580bda9c1fdff73085c7033751445479dcbe40d1cca80439a1753753dad4dd7eef0432b3c45910f371e23f105e4f0ae2481d5b898e45f2ae4fa9815c6b3
@@ -1,14 +1,15 @@
1
- sudo: false
2
1
  language: ruby
3
-
2
+ os:
3
+ - linux
4
+ - osx
4
5
  rvm:
5
- - 2.5
6
- - 2.4
7
- - 2.3
8
- - ruby-head
9
-
10
- before_install: gem install bundler -v 1.16.1
11
-
6
+ - 2.5
7
+ - 2.4
8
+ - 2.3
9
+ - ruby-head
10
+ before_install:
11
+ - gem install bundler -v 2.0.1
12
+ - bundle update
12
13
  matrix:
13
14
  allow_failures:
14
- - rvm: ruby-head
15
+ - rvm: ruby-head
@@ -1,24 +1,24 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ietfbib (0.4.5)
4
+ ietfbib (0.4.6)
5
5
  iso-bib-item (~> 0.4.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- byebug (10.0.2)
10
+ byebug (11.0.1)
11
11
  coderay (1.1.2)
12
12
  diff-lcs (1.3)
13
13
  docile (1.3.1)
14
14
  equivalent-xml (0.6.0)
15
15
  nokogiri (>= 1.4.3)
16
- iso-bib-item (0.4.4)
16
+ iso-bib-item (0.4.5)
17
17
  isoics (~> 0.1.6)
18
18
  nokogiri (~> 1.8.4)
19
19
  ruby_deep_clone (~> 0.8.0)
20
20
  isoics (0.1.7)
21
- json (2.1.0)
21
+ json (2.2.0)
22
22
  method_source (0.9.2)
23
23
  mini_portile2 (2.3.0)
24
24
  nokogiri (1.8.5)
@@ -26,8 +26,8 @@ GEM
26
26
  pry (0.12.2)
27
27
  coderay (~> 1.1.0)
28
28
  method_source (~> 0.9.0)
29
- pry-byebug (3.6.0)
30
- byebug (~> 10.0)
29
+ pry-byebug (3.7.0)
30
+ byebug (~> 11.0)
31
31
  pry (~> 0.10)
32
32
  rake (10.5.0)
33
33
  rspec (3.8.0)
@@ -36,7 +36,7 @@ GEM
36
36
  rspec-mocks (~> 3.8.0)
37
37
  rspec-core (3.8.0)
38
38
  rspec-support (~> 3.8.0)
39
- rspec-expectations (3.8.2)
39
+ rspec-expectations (3.8.3)
40
40
  diff-lcs (>= 1.2.0, < 2.0)
41
41
  rspec-support (~> 3.8.0)
42
42
  rspec-mocks (3.8.0)
@@ -54,7 +54,7 @@ PLATFORMS
54
54
  ruby
55
55
 
56
56
  DEPENDENCIES
57
- bundler (~> 1.16)
57
+ bundler (~> 2.0.1)
58
58
  equivalent-xml (~> 0.6)
59
59
  ietfbib!
60
60
  pry-byebug
@@ -63,4 +63,4 @@ DEPENDENCIES
63
63
  simplecov
64
64
 
65
65
  BUNDLED WITH
66
- 1.17.1
66
+ 2.0.1
@@ -1,8 +1,9 @@
1
1
  = ietfbib
2
2
 
3
3
  image:https://img.shields.io/gem/v/rfcbib.svg["Gem Version", link="https://rubygems.org/gems/rfcbib"]
4
- image:https://img.shields.io/travis/riboseinc/rfcbib/master.svg["Build Status", link="https://travis-ci.org/riboseinc/rfcbib"]
5
- image:https://codeclimate.com/github/riboseinc/rfcbib/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/riboseinc/rfcbib"]
4
+ image:https://img.shields.io/travis/metanorma/ietfbib/master.svg["Build Status", link="https://travis-ci.org/metanorma/ietfbib"]
5
+ image:https://ci.appveyor.com/api/projects/status/eirsba4v3nviejs4?svg=true["Appveyor Build Status", link="https://ci.appveyor.com/project/ribose/ietfbib"]
6
+ image:https://codeclimate.com/github/metanorma/ietfbib/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/ietfbib"]
6
7
 
7
8
  _Formerly known as_ `rfcbib`.
8
9
 
@@ -0,0 +1,29 @@
1
+ version: '{build}'
2
+
3
+ environment:
4
+ matrix:
5
+ - RUBY_VERSION: 25
6
+ - RUBY_VERSION: 24
7
+ - RUBY_VERSION: _trunk
8
+
9
+ matrix:
10
+ allow_failures:
11
+ - RUBY_VERSION: _trunk
12
+
13
+ install:
14
+ - ps: . { iwr -useb https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/appveyor.ps1 } | iex
15
+ - refreshenv
16
+
17
+ build_script:
18
+ - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
19
+ - bundle update
20
+ - bundle install
21
+
22
+ before_test:
23
+ - ruby -v
24
+ - gem -v
25
+ - bundle -v
26
+
27
+ test_script:
28
+ - bundle exec rake
29
+
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
 
19
19
  Formerly known as rfcbib.
20
20
  DESCRIPTION
21
- spec.homepage = 'https://github.com/riboseinc/ietfbib'
21
+ spec.homepage = 'https://github.com/metanorma/ietfbib'
22
22
  spec.license = 'BSD-2-Clause'
23
23
 
24
24
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
29
  spec.require_paths = ['lib']
30
30
 
31
- spec.add_development_dependency 'bundler', '~> 1.16'
31
+ spec.add_development_dependency 'bundler', '~> 2.0.1'
32
32
  spec.add_development_dependency 'equivalent-xml', '~> 0.6'
33
33
  spec.add_development_dependency 'pry-byebug'
34
34
  spec.add_development_dependency 'rake', '~> 10.0'
@@ -60,6 +60,7 @@ module IETFBib
60
60
  docid: docids(@reference[:anchor].sub(/^(RFC)/, "\\1 ")),
61
61
  status: status,
62
62
  language: [language],
63
+ script: ["Latn"],
63
64
  link: [{ type: 'src', content: @reference[:target] }],
64
65
  titles: titles,
65
66
  contributors: contributors,
@@ -1,3 +1,3 @@
1
1
  module IETFBib
2
- VERSION = '0.4.5'.freeze
2
+ VERSION = '0.4.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ietfbib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.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-12-11 00:00:00.000000000 Z
11
+ date: 2019-04-25 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: equivalent-xml
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -126,6 +126,7 @@ files:
126
126
  - LICENSE.txt
127
127
  - README.adoc
128
128
  - Rakefile
129
+ - appveyor.yml
129
130
  - bin/console
130
131
  - bin/setup
131
132
  - ietfbib.gemspec
@@ -135,7 +136,7 @@ files:
135
136
  - lib/ietfbib/version.rb
136
137
  - lib/ietfbib/xml_parser.rb
137
138
  - lib/relaton/processor.rb
138
- homepage: https://github.com/riboseinc/ietfbib
139
+ homepage: https://github.com/metanorma/ietfbib
139
140
  licenses:
140
141
  - BSD-2-Clause
141
142
  metadata: {}