scheme_parser 0.1.99 → 0.1.100

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
- SHA1:
3
- metadata.gz: d1c253509ba415213a2964fca1d0e8b1ffd15013
4
- data.tar.gz: a7245eba36867d0676dc1c718a201b93369d5904
2
+ SHA256:
3
+ metadata.gz: 3a313398fea9b467d1ff921657be723fae196a8ae884a58f0979f05fac5a1fa4
4
+ data.tar.gz: 6faab084cabe51a4a9aa27b1841aa758fa01aab8ea3b48d33610dbf5a9d09fd0
5
5
  SHA512:
6
- metadata.gz: '086e8be2e128d97afb198d9a1483c8e66ae4f0346519849523ae7125c3f11baec56c2c0b9140954e2f0b33f08bbfffccc6e8e3dccb7d8cac477f7c0d965440d2'
7
- data.tar.gz: 36814471e1926dac2a2bcf79c8dde1e0497332c30124a0484902365e9bb1071e7fbf3e87a7887965de8d2e7aeda8ce337981163b1aa79d5339ef43c5c2622042
6
+ metadata.gz: b33c73b8822b2d178b64e6bb33e89a1b011f43c88a2d734b6d582fc9ff375e5a53dee77df383f9998ff4abd9997623d47c4bd66a860279d718cfa396f513f443
7
+ data.tar.gz: bb0e06abeb77b9871fe4dbc392f910edd97dce0f1b532cf84502315d9d089fb095cdbf48186cfa38e9a2eaf7d680759cef53f208ae45c1260982926d5acd9f64
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # XParser
1
+ # Scheme::Parser
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/x_parser`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/scheme_parser`. To experiment with that code, run `bin/console` for an interactive prompt.
4
4
 
5
5
  TODO: Delete this and the text above, and describe your gem
6
6
 
@@ -9,7 +9,7 @@ TODO: Delete this and the text above, and describe your gem
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'x_parser'
12
+ gem 'scheme_parser'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -18,7 +18,7 @@ And then execute:
18
18
 
19
19
  Or install it yourself as:
20
20
 
21
- $ gem install x_parser
21
+ $ gem install scheme_parser
22
22
 
23
23
  ## Usage
24
24
 
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/x_parser. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/scheme_parser. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
36
 
37
37
 
38
38
  ## License
@@ -1,5 +1,5 @@
1
1
  module Scheme
2
2
  module Parser
3
- VERSION = "0.1.99"
3
+ VERSION = "0.1.100"
4
4
  end
5
5
  end
@@ -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_runtime_dependency "nokogiri", "~> 1.8.2", '>= 1.8.2'
31
+ spec.add_runtime_dependency "nokogiri", "~> 1.10", ">= 1.10.4"
32
32
  # spec.add_dependency "ox", platform: ruby
33
33
 
34
34
  spec.add_development_dependency "bundler", "~> 1.12"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scheme_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.99
4
+ version: 0.1.100
5
5
  platform: ruby
6
6
  authors:
7
7
  - Malo Skrylevo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-08 00:00:00.000000000 Z
11
+ date: 2019-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -16,20 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.8.2
19
+ version: '1.10'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.8.2
22
+ version: 1.10.4
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: 1.8.2
29
+ version: '1.10'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 1.8.2
32
+ version: 1.10.4
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: bundler
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  requirements: []
134
134
  rubyforge_project:
135
- rubygems_version: 2.6.12
135
+ rubygems_version: 2.7.6.2
136
136
  signing_key:
137
137
  specification_version: 4
138
138
  summary: Scheme Parser parse an XML/HTML document to hashly-structured format