scriptures 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.
@@ -1,6 +1,4 @@
1
1
  module Scriptures
2
- module Config
3
- DataMapper.setup(:default, "sqlite3:///#{File.expand_path(File.dirname(__FILE__))}/../scriptures.db")
4
- end
2
+ DataMapper.setup(:default, "sqlite3:///#{File.expand_path('../../..', __FILE__)}/scriptures.db")
5
3
  end
6
4
 
@@ -1,3 +1,3 @@
1
1
  module Scriptures
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scriptures
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -55,15 +55,14 @@ files:
55
55
  - LICENSE
56
56
  - README.md
57
57
  - Rakefile
58
- - lib/scriptures.db
59
58
  - lib/scriptures.rb
60
59
  - lib/scriptures/models/book.rb
61
60
  - lib/scriptures/models/chapter.rb
62
61
  - lib/scriptures/models/verse.rb
63
62
  - lib/scriptures/models/volume.rb
64
- - lib/scriptures/scriptures.db
65
63
  - lib/scriptures/setup.rb
66
64
  - lib/scriptures/version.rb
65
+ - scriptures.db
67
66
  - scriptures.gemspec
68
67
  - spec/database_spec.rb
69
68
  - spec/spec_helper.rb
File without changes