Skip to content

Commit

Permalink
implement CSS selector support
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
namusyaka committed Oct 24, 2021
1 parent ca34693 commit 1d22188
Show file tree
Hide file tree
Showing 28 changed files with 2,459 additions and 46 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ gem 'erubi'

gem 'racc'
gem 'simplecov'
gem 'nokogiri'
gem 'oga'
gem 'benchmark-ips'
gem 'stackprof'
gem 'rblineprof'
22 changes: 22 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,32 @@ PATH
GEM
remote: https://rubygems.org/
specs:
ansi (1.5.0)
ast (2.4.2)
benchmark-ips (2.9.2)
debugger-ruby_core_source (1.3.8)
docile (1.3.2)
erubi (1.9.0)
mini_portile2 (2.6.1)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
oga (3.3)
ast
ruby-ll (~> 2.1)
power_assert (1.2.0)
racc (1.5.0)
rake (12.3.3)
rblineprof (0.3.7)
debugger-ruby_core_source (~> 1.3)
ruby-ll (2.1.2)
ansi
ast
simplecov (0.18.5)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.3)
stackprof (0.2.17)
test-unit (3.3.6)
power_assert
yard (0.9.25)
Expand All @@ -23,11 +40,16 @@ PLATFORMS
ruby

DEPENDENCIES
benchmark-ips
erubi
gammo!
nokogiri
oga
racc
rake (~> 12.0)
rblineprof
simplecov
stackprof
test-unit (~> 3.3.5)
yard

Expand Down
Loading

0 comments on commit 1d22188

Please # to comment.