markitdown 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Markitdown
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["christopher.petersen@gmail.com"]
7
7
  gem.description = %q{A small library that uses Nokogiri to parse an HTML file and produce Markdown}
8
8
  gem.summary = %q{Converts HTML to Markdown}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/cpetersen/markitdown"
10
10
 
11
11
  gem.add_dependency('nokogiri')
12
12
  gem.add_development_dependency('rake')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markitdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -79,7 +79,7 @@ files:
79
79
  - spec/doc_spec.rb
80
80
  - spec/nesting_spec.rb
81
81
  - spec/tag_spec.rb
82
- homepage: ''
82
+ homepage: https://github.com/cpetersen/markitdown
83
83
  licenses: []
84
84
  post_install_message:
85
85
  rdoc_options: []
@@ -93,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  segments:
95
95
  - 0
96
- hash: 4314622301527767866
96
+ hash: -4411533814125404153
97
97
  required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  none: false
99
99
  requirements:
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  version: '0'
103
103
  segments:
104
104
  - 0
105
- hash: 4314622301527767866
105
+ hash: -4411533814125404153
106
106
  requirements: []
107
107
  rubyforge_project:
108
108
  rubygems_version: 1.8.24