nokogiri 1.12.3
Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provides a sensible, easy-to-understand API for reading, writing, modifying, and querying documents. It is fast and standards-compliant by relying on native parsers like libxml2 (C) and xerces (Java).
          Gemfile:
          =
        
        
          安裝:
          =
        
      Runtime 相依性套件 (2):
            mini_portile2
            ~> 2.6.1
          
          
            racc
            ~> 1.4
          
    Development 相依性套件 (11):
            bundler
            ~> 2.2
          
          
            hoe-markdown
            ~> 1.4
          
          
            minitest
            ~> 5.8
          
          
            minitest-reporters
            ~> 1.4
          
          
            rake
            ~> 13.0
          
          
            rake-compiler
            ~> 1.1
          
          
            rake-compiler-dock
            ~> 1.1
          
          
            rexical
            ~> 1.0.5
          
          
            rubocop
            ~> 1.7
          
          
            simplecov
            ~> 0.20
          
          
            yard
            ~> 0.9
          
    

