tidy-ext 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. metadata +4 -4
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = "W3C HTML Tidy library implemented as a Ruby native extension."
9
9
  gem.description = "Tidy up web pages."
10
10
  gem.email = "carl.douglas@gmail.com"
11
- gem.homepage = "http://github.com/carld/tidy"
11
+ gem.homepage = "https://bitbucket.org/carldouglas/tidy"
12
12
  gem.rubyforge_project = "tidy-ext"
13
13
  gem.authors = ["A. Carl Douglas"]
14
14
  gem.extensions = FileList["ext/**/extconf.rb"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.13
1
+ 0.1.14
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tidy-ext
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 13
10
- version: 0.1.13
9
+ - 14
10
+ version: 0.1.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - A. Carl Douglas
@@ -94,7 +94,7 @@ files:
94
94
  - spec/tidy/test1.html
95
95
  - spec/tidy/tidy_spec.rb
96
96
  has_rdoc: true
97
- homepage: http://github.com/carld/tidy
97
+ homepage: https://bitbucket.org/carldouglas/tidy
98
98
  licenses: []
99
99
 
100
100
  post_install_message: