bible_gateway 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/bible_gateway.rb +1 -1
- data/lib/bible_gateway/version.rb +1 -1
- data/spec/bible_gateway_spec.rb +20 -0
- data/spec/fixtures/psalm_1_5.html +1198 -0
- metadata +5 -3
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bible_gateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -112,6 +112,7 @@ files:
|
|
112
112
|
- spec/bible_gateway_spec.rb
|
113
113
|
- spec/fixtures/john_1_1.html
|
114
114
|
- spec/fixtures/john_3.html
|
115
|
+
- spec/fixtures/psalm_1_5.html
|
115
116
|
- spec/spec_helper.rb
|
116
117
|
homepage: https://github.com/gdagley/bible_gateway
|
117
118
|
licenses:
|
@@ -128,7 +129,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
128
129
|
version: '0'
|
129
130
|
segments:
|
130
131
|
- 0
|
131
|
-
hash: -
|
132
|
+
hash: -2768640318868410668
|
132
133
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
133
134
|
none: false
|
134
135
|
requirements:
|
@@ -137,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
138
|
version: '0'
|
138
139
|
segments:
|
139
140
|
- 0
|
140
|
-
hash: -
|
141
|
+
hash: -2768640318868410668
|
141
142
|
requirements: []
|
142
143
|
rubyforge_project:
|
143
144
|
rubygems_version: 1.8.25
|
@@ -148,4 +149,5 @@ test_files:
|
|
148
149
|
- spec/bible_gateway_spec.rb
|
149
150
|
- spec/fixtures/john_1_1.html
|
150
151
|
- spec/fixtures/john_3.html
|
152
|
+
- spec/fixtures/psalm_1_5.html
|
151
153
|
- spec/spec_helper.rb
|