bibliotech 0.8.0 → 0.8.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bibliotech/config.rb +4 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: edbcdd1d8fee2ac6fbfbf3c9dcb2d95e6e8ab8dd
4
- data.tar.gz: fe1f5a3328dc2b83d7ba317167d4d5dcc56fae71
3
+ metadata.gz: 32480fc78649025844733022a484253d2dadd19f
4
+ data.tar.gz: 83d66172cd1c873bdb13ceff13645717f3f1cae3
5
5
  SHA512:
6
- metadata.gz: 166cda03abf645d429194b382988be7bfac95e03b96182de7711a3e96891d28b372122971634dd356dc31423baf65886b4b129f7b66c86960352e21d88e83b28
7
- data.tar.gz: 37e1d3bb553b164f15e9a8143b58f2e3884a8f9f937a40c7a7c2e35088b70550cf8d64c5482ab1202d204a0aaf27a532ba1a86a74c70bb9bb98ac56749f2769d
6
+ metadata.gz: b7d9c838f3465bb51d9f0052e58923e63196789203d7d19f0dbc0911af0bd3800e9cdb2fb69f5ec7bb36d985e0521ebd77c2d1b45baec3e189cd8a1ceb4ffdab
7
+ data.tar.gz: 4cdd80b15b52dd001ee895fff8ec744dfcf014d58c9ba71aa0c5bfe54cf333dd22cccf8d846bf819d2b38aa70c26cc45787ad892c3350638a33f8e540311b6a2
@@ -220,6 +220,10 @@ module BiblioTech
220
220
  list
221
221
  end
222
222
 
223
+ def backup_frequency
224
+ Periods.new(self).backup_frequency
225
+ end
226
+
223
227
  def database_config
224
228
  local_get(:database_config)
225
229
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bibliotech
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan Dorn
@@ -132,7 +132,7 @@ rdoc_options:
132
132
  - --main
133
133
  - doc/README
134
134
  - --title
135
- - bibliotech-0.8.0 Documentation
135
+ - bibliotech-0.8.1 Documentation
136
136
  require_paths:
137
137
  - lib/
138
138
  required_ruby_version: !ruby/object:Gem::Requirement