usfx 0.1.2 → 0.1.3

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/README.md CHANGED
@@ -17,6 +17,8 @@ gem install usfx
17
17
  You can get the World English Bible (WEB) in USFX format [here](http://ebible.org/web/). Unzip and put the usfx.xml file somewhere.
18
18
 
19
19
  ```ruby
20
+ require 'usfx'
21
+
20
22
  class MyDocument < USFX::Document
21
23
  def verse(data)
22
24
  # do something with verse data, which looks like:
@@ -1,2 +1,2 @@
1
- require_relative 'document'
2
- require_relative 'parser'
1
+ require_relative 'usfx/document'
2
+ require_relative 'usfx/parser'
File without changes
File without changes
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: usfx
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tim Morgan
@@ -34,9 +34,9 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - README.md
37
- - lib/document.rb
38
- - lib/parser.rb
39
37
  - lib/usfx.rb
38
+ - lib/usfx/document.rb
39
+ - lib/usfx/parser.rb
40
40
  homepage: https://github.com/seven1m/usfx
41
41
  licenses: []
42
42
  post_install_message: