Html2Feedbooks 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/{html2fb.gemspec → Html2Feedbooks.gemspec} +2 -2
- data/bin/html2fb.rb +2 -1
- data/lib/Html2Feedbooks.rb +7 -0
- data/lib/{html2fb → Html2Feedbooks}/app.rb +0 -0
- data/lib/{html2fb → Html2Feedbooks}/conf.rb +0 -0
- data/lib/{html2fb → Html2Feedbooks}/document.rb +0 -0
- data/lib/{html2fb → Html2Feedbooks}/downloader.rb +0 -0
- data/lib/{html2fb → Html2Feedbooks}/feedbooks.rb +1 -1
- data/lib/{html2fb → Html2Feedbooks}/parser.rb +1 -1
- data/lib/Html2Feedbooks/version.rb +3 -0
- metadata +13 -13
- data/lib/html2fb.rb +0 -7
- data/lib/html2fb/version.rb +0 -3
@@ -1,10 +1,10 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
$:.push File.expand_path("../lib", __FILE__)
|
3
|
-
require "
|
3
|
+
require "Html2Feedbooks/version"
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "Html2Feedbooks"
|
7
|
-
s.version =
|
7
|
+
s.version = HTML2FB::VERSION
|
8
8
|
s.authors = ["Benoit Larroque"]
|
9
9
|
s.email = ["benoit dot larroque at feedbooks dot com"]
|
10
10
|
s.summary = %q{Html2Feedbooks is script to automate basic publishing on feedbooks.com}
|
data/bin/html2fb.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: Html2Feedbooks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 1.3.
|
9
|
+
- 2
|
10
|
+
version: 1.3.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Benoit Larroque
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2012-02-23 00:00:00 +01:00
|
19
19
|
default_executable: html2fb.rb
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -94,19 +94,19 @@ extra_rdoc_files: []
|
|
94
94
|
files:
|
95
95
|
- .gitignore
|
96
96
|
- Gemfile
|
97
|
+
- Html2Feedbooks.gemspec
|
97
98
|
- README
|
98
99
|
- Rakefile
|
99
100
|
- bin/html2fb.rb
|
100
101
|
- confs/conf.yaml
|
101
|
-
-
|
102
|
-
- lib/
|
103
|
-
- lib/
|
104
|
-
- lib/
|
105
|
-
- lib/
|
106
|
-
- lib/
|
107
|
-
- lib/
|
108
|
-
- lib/
|
109
|
-
- lib/html2fb/version.rb
|
102
|
+
- lib/Html2Feedbooks.rb
|
103
|
+
- lib/Html2Feedbooks/app.rb
|
104
|
+
- lib/Html2Feedbooks/conf.rb
|
105
|
+
- lib/Html2Feedbooks/document.rb
|
106
|
+
- lib/Html2Feedbooks/downloader.rb
|
107
|
+
- lib/Html2Feedbooks/feedbooks.rb
|
108
|
+
- lib/Html2Feedbooks/parser.rb
|
109
|
+
- lib/Html2Feedbooks/version.rb
|
110
110
|
- samples/107-h.htm
|
111
111
|
- samples/107-h2.htm
|
112
112
|
- samples/3049-h.htm
|
data/lib/html2fb.rb
DELETED
data/lib/html2fb/version.rb
DELETED