rjack-nekohtml 1.9.17.0-java → 1.9.18.0-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.9.18.0 (2013-3-9)
2
+ * Upgrade to Neko HTML 1.9.18
3
+
1
4
  === 1.9.17.0 (2012-11-9)
2
5
  * Upgrade to Neko HTML 1.9.17
3
6
  * Upgrade to tarpit ~> 2.0 (build)
data/Manifest.txt CHANGED
@@ -8,4 +8,4 @@ pom.xml
8
8
  lib/rjack-nekohtml/base.rb
9
9
  lib/rjack-nekohtml.rb
10
10
  test/test_nekohtml.rb
11
- lib/rjack-nekohtml/nekohtml-1.9.17.jar
11
+ lib/rjack-nekohtml/nekohtml-1.9.18.jar
data/NOTICE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  rjack-nekohtml gem
2
- Copyright (c) 2010-2012 David Kellum
2
+ Copyright (c) 2010-2013 David Kellum
3
3
 
4
4
  This product includes software developed by:
5
5
 
data/README.rdoc CHANGED
@@ -12,7 +12,7 @@ A gem packaging of the {CyberNeko HTML Parser}[http://nekohtml.sourceforge.net/]
12
12
 
13
13
  === rjack-nekohtml gem
14
14
 
15
- Copyright (c) 2010-2012 David Kellum
15
+ Copyright (c) 2010-2013 David Kellum
16
16
 
17
17
  Licensed under the Apache License, Version 2.0 (the "License"); you
18
18
  may not use this file except in compliance with the License. You
data/Rakefile CHANGED
@@ -8,5 +8,6 @@ RJack::TarPit.new( 'rjack-nekohtml' ) do |tp|
8
8
 
9
9
  tp.rdoc_destinations <<
10
10
  'dekellum@rubyforge.org:/var/www/gforge-projects/rjack/nekohtml'
11
+ tp.publish_rdoc_rsync_flags = %w[ -rL ]
11
12
 
12
13
  end
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2010-2012 David Kellum
2
+ # Copyright (c) 2010-2013 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -18,7 +18,7 @@ module RJack
18
18
  module NekoHTML
19
19
 
20
20
  # Upstream java version
21
- NEKOHTML_VERSION = '1.9.17'
21
+ NEKOHTML_VERSION = '1.9.18'
22
22
 
23
23
  # rjack gem version
24
24
  VERSION = NEKOHTML_VERSION + '.0'
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2010-2012 David Kellum
2
+ # Copyright (c) 2010-2013 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
data/pom.xml CHANGED
@@ -14,7 +14,7 @@
14
14
  <dependency>
15
15
  <groupId>net.sourceforge.nekohtml</groupId>
16
16
  <artifactId>nekohtml</artifactId>
17
- <version>1.9.17</version>
17
+ <version>1.9.18</version>
18
18
  </dependency>
19
19
  </dependencies>
20
20
 
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2010-2012 David Kellum
5
+ # Copyright (c) 2010-2013 David Kellum
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License"); you
8
8
  # may not use this file except in compliance with the License. You may
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: rjack-nekohtml
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.9.17.0
5
+ version: 1.9.18.0
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-10 00:00:00.000000000 Z
12
+ date: 2013-03-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rjack-xerces
@@ -78,7 +78,7 @@ files:
78
78
  - lib/rjack-nekohtml/base.rb
79
79
  - lib/rjack-nekohtml.rb
80
80
  - test/test_nekohtml.rb
81
- - lib/rjack-nekohtml/nekohtml-1.9.17.jar
81
+ - lib/rjack-nekohtml/nekohtml-1.9.18.jar
82
82
  homepage: http://rjack.rubyforge.org/nekohtml
83
83
  licenses: []
84
84
  post_install_message: