oga 2.12-java → 2.13-java

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
  SHA1:
3
- metadata.gz: c1bd1f5e2795f4638fc63db45b189a4c8d813c18
4
- data.tar.gz: e9741aa044a91b6a3eac1bbced5ece058dc0ae9a
3
+ metadata.gz: e969982f403fc31fde7672ebfd343f2f79eca180
4
+ data.tar.gz: e6d9d53776a861bfa2961f83ad2961b117c70282
5
5
  SHA512:
6
- metadata.gz: 5679c24bbb4f8bbdf950fc555429829ea8d16aef889e03ac398d813f7a4f80bf0b73a137c408d08bd4b37085aa6be3e4bdd7df79c4702165023d00bc2f31203a
7
- data.tar.gz: b623093aa1f49a57163efc9276248310007f5c0f7b09d2543e8ca03f7e38dec9db696b938cab689c86955593a9fe8949e150d8fbdcf9963a2d02f692c8d9fbd7
6
+ metadata.gz: 15045beb266e68ba8df079cf5a467c72f99f693d318c239810e934a12ba2284cbe35b29a03fb740823731ff5c66e7e2ea81fe53295cc102b61ff858513e7d0ed
7
+ data.tar.gz: c1b829b167dc3a85db2b0272e2912e40028fcbf03cc01d0c2230d7341f2f7e224a0c1081d6609a32fcbba192adb81b527cf6d98884a37616c1948c4de7a2d47d
data/lib/liboga.jar CHANGED
Binary file
data/lib/oga/css/lexer.rb CHANGED
@@ -374,7 +374,7 @@ self.css_lexer_en_main = 16;
374
374
 
375
375
  # @param [String] data The data to lex.
376
376
  def initialize(data)
377
- @data = data
377
+ @data = data.strip
378
378
  end
379
379
 
380
380
  # Gathers all the tokens for the input and returns them as an Array.
data/lib/oga/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oga
2
- VERSION = '2.12'
2
+ VERSION = '2.13'
3
3
  end # Oga
data/oga.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.authors = ['Yorick Peterse']
7
7
  s.email = 'yorickpeterse@gmail.com'
8
8
  s.summary = 'Oga is an XML/HTML parser written in Ruby.'
9
- s.homepage = 'https://gitlab.com.com/yorickpeterse/oga/'
9
+ s.homepage = 'https://gitlab.com/yorickpeterse/oga/'
10
10
  s.description = s.summary
11
11
  s.license = 'MPL-2.0'
12
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oga
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.12'
4
+ version: '2.13'
5
5
  platform: java
6
6
  authors:
7
7
  - Yorick Peterse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-29 00:00:00.000000000 Z
11
+ date: 2018-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -206,7 +206,7 @@ files:
206
206
  - lib/oga/xpath/lexer.rb
207
207
  - lib/oga/xpath/parser.rb
208
208
  - oga.gemspec
209
- homepage: https://gitlab.com.com/yorickpeterse/oga/
209
+ homepage: https://gitlab.com/yorickpeterse/oga/
210
210
  licenses:
211
211
  - MPL-2.0
212
212
  metadata: {}