thepub 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/thepub.gemspec +4 -4
- metadata +25 -14
data/Rakefile
CHANGED
@@ -8,7 +8,7 @@ begin
|
|
8
8
|
gem.summary = %Q{Extraction of Repub's epub module and associated tests}
|
9
9
|
gem.description = %Q{Extraction of Repub's epub module and associated tests}
|
10
10
|
gem.email = "hi@williammelody.com"
|
11
|
-
gem.homepage = "http://github.com/
|
11
|
+
gem.homepage = "http://github.com/alphabetum/thepub"
|
12
12
|
gem.authors = ["Dmitri Goutnik, Invisible Llama", "William Melody"]
|
13
13
|
gem.add_development_dependency "thoughtbot-shoulda"
|
14
14
|
gem.add_dependency "nokogiri"
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
data/thepub.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{thepub}
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Dmitri Goutnik, Invisible Llama", "William Melody"]
|
12
|
-
s.date = %q{2010-
|
12
|
+
s.date = %q{2010-03-29}
|
13
13
|
s.description = %q{Extraction of Repub's epub module and associated tests}
|
14
14
|
s.email = %q{hi@williammelody.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -35,10 +35,10 @@ Gem::Specification.new do |s|
|
|
35
35
|
"test/test_opf.rb",
|
36
36
|
"thepub.gemspec"
|
37
37
|
]
|
38
|
-
s.homepage = %q{http://github.com/
|
38
|
+
s.homepage = %q{http://github.com/alphabetum/thepub}
|
39
39
|
s.rdoc_options = ["--charset=UTF-8"]
|
40
40
|
s.require_paths = ["lib"]
|
41
|
-
s.rubygems_version = %q{1.3.
|
41
|
+
s.rubygems_version = %q{1.3.6}
|
42
42
|
s.summary = %q{Extraction of Repub's epub module and associated tests}
|
43
43
|
s.test_files = [
|
44
44
|
"test/test_helper.rb",
|
metadata
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thepub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 0
|
7
|
+
- 0
|
8
|
+
- 2
|
9
|
+
version: 0.0.2
|
5
10
|
platform: ruby
|
6
11
|
authors:
|
7
12
|
- Dmitri Goutnik, Invisible Llama
|
@@ -10,29 +15,33 @@ autorequire:
|
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
17
|
|
13
|
-
date: 2010-
|
18
|
+
date: 2010-03-29 00:00:00 -05:00
|
14
19
|
default_executable:
|
15
20
|
dependencies:
|
16
21
|
- !ruby/object:Gem::Dependency
|
17
22
|
name: thoughtbot-shoulda
|
18
|
-
|
19
|
-
|
20
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
21
25
|
requirements:
|
22
26
|
- - ">="
|
23
27
|
- !ruby/object:Gem::Version
|
28
|
+
segments:
|
29
|
+
- 0
|
24
30
|
version: "0"
|
25
|
-
|
31
|
+
type: :development
|
32
|
+
version_requirements: *id001
|
26
33
|
- !ruby/object:Gem::Dependency
|
27
34
|
name: nokogiri
|
28
|
-
|
29
|
-
|
30
|
-
version_requirements: !ruby/object:Gem::Requirement
|
35
|
+
prerelease: false
|
36
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
31
37
|
requirements:
|
32
38
|
- - ">="
|
33
39
|
- !ruby/object:Gem::Version
|
40
|
+
segments:
|
41
|
+
- 0
|
34
42
|
version: "0"
|
35
|
-
|
43
|
+
type: :runtime
|
44
|
+
version_requirements: *id002
|
36
45
|
description: Extraction of Repub's epub module and associated tests
|
37
46
|
email: hi@williammelody.com
|
38
47
|
executables: []
|
@@ -61,7 +70,7 @@ files:
|
|
61
70
|
- test/test_opf.rb
|
62
71
|
- thepub.gemspec
|
63
72
|
has_rdoc: true
|
64
|
-
homepage: http://github.com/
|
73
|
+
homepage: http://github.com/alphabetum/thepub
|
65
74
|
licenses: []
|
66
75
|
|
67
76
|
post_install_message:
|
@@ -73,18 +82,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
73
82
|
requirements:
|
74
83
|
- - ">="
|
75
84
|
- !ruby/object:Gem::Version
|
85
|
+
segments:
|
86
|
+
- 0
|
76
87
|
version: "0"
|
77
|
-
version:
|
78
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
79
89
|
requirements:
|
80
90
|
- - ">="
|
81
91
|
- !ruby/object:Gem::Version
|
92
|
+
segments:
|
93
|
+
- 0
|
82
94
|
version: "0"
|
83
|
-
version:
|
84
95
|
requirements: []
|
85
96
|
|
86
97
|
rubyforge_project:
|
87
|
-
rubygems_version: 1.3.
|
98
|
+
rubygems_version: 1.3.6
|
88
99
|
signing_key:
|
89
100
|
specification_version: 3
|
90
101
|
summary: Extraction of Repub's epub module and associated tests
|