guess_html_encoding 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012, Andrew Cantino (Iteration Labs, LLC)
1
+ Copyright (c) 2013, Andrew Cantino, Iteration Labs, LLC
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
@@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
16
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
17
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
18
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- THE SOFTWARE.
19
+ THE SOFTWARE.
@@ -7,9 +7,9 @@ Gem::Specification.new do |s|
7
7
  s.version = GuessHtmlEncoding::VERSION
8
8
  s.authors = ["Andrew Cantino (Iteration Labs, LLC)"]
9
9
  s.email = ["andrew@iterationlabs.com"]
10
- s.homepage = "http://github.com/iterationlabs/guess_html_encoding"
11
- s.summary = %q{This gem helps guess the encoding of an HTML page.}
12
- s.description = %q{This gem helps guess the encoding of an HTML page.}
10
+ s.homepage = "http://github.com/cantino/guess_html_encoding"
11
+ s.summary = %q{A small gem that attempts to guess and then force encoding of HTML documents for Ruby 1.9}
12
+ s.description = %q{}
13
13
 
14
14
  s.rubyforge_project = "guess_html_encoding"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module GuessHtmlEncoding
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guess_html_encoding
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-08 00:00:00.000000000 Z
12
+ date: 2013-01-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -27,7 +27,7 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
- description: This gem helps guess the encoding of an HTML page.
30
+ description: ''
31
31
  email:
32
32
  - andrew@iterationlabs.com
33
33
  executables: []
@@ -48,7 +48,7 @@ files:
48
48
  - spec/guess_html_encoding_spec.rb
49
49
  - spec/spec.opts
50
50
  - spec/spec_helper.rb
51
- homepage: http://github.com/iterationlabs/guess_html_encoding
51
+ homepage: http://github.com/cantino/guess_html_encoding
52
52
  licenses: []
53
53
  post_install_message:
54
54
  rdoc_options: []
@@ -71,7 +71,8 @@ rubyforge_project: guess_html_encoding
71
71
  rubygems_version: 1.8.23
72
72
  signing_key:
73
73
  specification_version: 3
74
- summary: This gem helps guess the encoding of an HTML page.
74
+ summary: A small gem that attempts to guess and then force encoding of HTML documents
75
+ for Ruby 1.9
75
76
  test_files:
76
77
  - spec/fixtures/gb18030.html
77
78
  - spec/guess_html_encoding_spec.rb