jini 1.2.5 → 1.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/jini.gemspec +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0682d203672579b1d46fdb710ca9a3d43741cd464b22e4f4bf593b6b923eb17b'
4
- data.tar.gz: 060a615af5fd80421f244696723cef10e719cf34e6ed89dc89d5f2f900767e39
3
+ metadata.gz: b6b8f60d68ac0cd69b3343e247e5f471765d24ef4f24c2ddc88c9f1789344e4a
4
+ data.tar.gz: 6357d7d4715cd2fa3fe3b6e0162222ff4eb38981bb155856449c3c9e946fc61d
5
5
  SHA512:
6
- metadata.gz: f9d5eecff4e6d44060bf49dbcf929887d316a3d9119a81b3bd141ee03296478209bf506f49c9fe3f3130dd891ad8bddf62c1ab27191de3f38a28afc931abe56d
7
- data.tar.gz: 4c5937f0ca445df51871d7937096f083c01de586b7bc9d33a11c899f78bbc465ce0fb141344eb020160b2933546d2bd78091bc4abcc1252b1f2f8ab9917fbffd
6
+ metadata.gz: 5d9fdd85281f32015f66f592057be07548686b3b519efef5da26615ab70ef5775c6da03082599fd93a2d373da2fea82b412957684549bf879b00f838d549a165
7
+ data.tar.gz: 2d22cfd63c3bbc74f7b41131faa8818281c0a6c585ad5941d62ee82a919e10ee6cd022683197f430d52c074e2b84f41e878125183e7597df4a694524a9f7cde2
data/README.md CHANGED
@@ -1,14 +1,12 @@
1
-
2
- # Jini
1
+ [<img src="https://raw.githubusercontent.com/l3r8yJ/jini.github/84856ea75deb133a95f0a160549c5d97089dc3ab/default-monochrome-black.svg" width="150"/>](https://l3r8yj.github.io/jini.github/)
3
2
 
4
3
  [![Gem Version](https://badge.fury.io/rb/jini.svg)](https://badge.fury.io/rb/jini)
5
4
 
6
- The class [`Jini`](https://www.rubydoc.info/gems/jini/1.2.5/Jini) helps you build a XPATH.
5
+ The class [`Jini`](https://www.rubydoc.info/gems/jini/1.2.5/Jini) helps you build an XPATH.
7
6
 
8
7
  ```ruby
9
8
  require 'jini'
10
- xpath = Jini
11
- .new
9
+ xpath = Jini.new
12
10
  .add_node('parent') # addition a path node
13
11
  .add_node('child') # addition a path node
14
12
  .add_attr('key', 'value') # addition an attribute
data/jini.gemspec CHANGED
@@ -5,13 +5,13 @@ Gem::Specification.new do |s|
5
5
  s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
6
6
  s.required_ruby_version = '>=2.6.8'
7
7
  s.name = 'jini'
8
- s.version = '1.2.5'
8
+ s.version = '1.2.6'
9
9
  s.license = 'MIT'
10
10
  s.summary = 'Simple Immutable Ruby XPATH Builder'
11
11
  s.description = 'Class Jini helps you build a XPATH and then modify its parts via a simple fluent interface.'
12
12
  s.authors = ['Ivan Ivanchuck']
13
13
  s.email = 'clicker.heroes.acg@gmail.com'
14
- s.homepage = 'https://github.com/l3r8yJ/jini'
14
+ s.homepage = 'https://l3r8yj.github.io/jini.github/'
15
15
  s.files = `git ls-files`.split($RS)
16
16
  s.rdoc_options = ['--charset=UTF-8']
17
17
  s.extra_rdoc_files = ['README.md']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jini
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Ivanchuck
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-14 00:00:00.000000000 Z
11
+ date: 2023-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -92,7 +92,7 @@ files:
92
92
  - lib/jini.rb
93
93
  - test/jini_test.rb
94
94
  - test/test_helper.rb
95
- homepage: https://github.com/l3r8yJ/jini
95
+ homepage: https://l3r8yj.github.io/jini.github/
96
96
  licenses:
97
97
  - MIT
98
98
  metadata: