bible_gateway 0.0.5 → 0.0.6

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.
@@ -0,0 +1,5 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.2
4
+ - 1.9.3
5
+ - 2.0.0
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # BibleGateway
2
2
 
3
+ Travis CI:
4
+ [![Build Status](https://travis-ci.org/gdagley/bible_gateway.png?branch=master)](https://travis-ci.org/gdagley/bible_gateway)
5
+ 1.9.2, 1.9.3, 2.0.0
6
+
3
7
  An unofficial 'API' for BibleGateway.com.
4
8
 
5
9
  ## Installation
@@ -29,6 +29,7 @@ class BibleGateway
29
29
  :worldwide_english_new_testament => "WE",
30
30
  :new_international_version_uk => "NIVUK",
31
31
  :todays_new_international_version => "TNIV",
32
+ :world_english_bible => "WEB",
32
33
  }
33
34
 
34
35
  def self.versions
@@ -1,3 +1,3 @@
1
1
  class BibleGateway
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
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.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-09 00:00:00.000000000 Z
12
+ date: 2013-08-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -101,6 +101,7 @@ files:
101
101
  - .document
102
102
  - .gitignore
103
103
  - .rspec
104
+ - .travis.yml
104
105
  - Gemfile
105
106
  - LICENSE.txt
106
107
  - README.md
@@ -129,7 +130,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
129
130
  version: '0'
130
131
  segments:
131
132
  - 0
132
- hash: -4438611068255521563
133
+ hash: -43652158783881631
133
134
  required_rubygems_version: !ruby/object:Gem::Requirement
134
135
  none: false
135
136
  requirements:
@@ -138,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
139
  version: '0'
139
140
  segments:
140
141
  - 0
141
- hash: -4438611068255521563
142
+ hash: -43652158783881631
142
143
  requirements: []
143
144
  rubyforge_project:
144
145
  rubygems_version: 1.8.25