bibliotech 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/default_configuration/config.yaml +4 -3
- data/lib/bibliotech/application.rb +1 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b318d37e5ba7da280c1a0107535d13a84f4e4829
|
4
|
+
data.tar.gz: 4d33472936234fe642d3956fd3eecaf90eb1de26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d34215be4ff08ebcbd3200b078de05667400eac767454931c8d6240128f9990162545cdeae1d83a0601bc5c5beb63ac14f196130fd6cfdc5a7f70fc050d0caf2
|
7
|
+
data.tar.gz: b20cd62aa59950be169b404345945819123afc7068d61d8dbadb0f89afb3f958f2a8f226ad00b18d97de9bbfe08ecf2787e8de29a3d1e528aab91240e6564f1f
|
@@ -7,6 +7,10 @@ backups:
|
|
7
7
|
dir: db_backups
|
8
8
|
compress: gzip # [ none, gzip, bzip2, 7zip ]
|
9
9
|
prefix: backup
|
10
|
+
keep:
|
11
|
+
hourlies: 1
|
12
|
+
frequency: hourly
|
13
|
+
|
10
14
|
log:
|
11
15
|
target: stderr
|
12
16
|
level: warn
|
@@ -18,7 +22,6 @@ production:
|
|
18
22
|
dailies: 14
|
19
23
|
weeklies: 8
|
20
24
|
monthlies: all
|
21
|
-
frequency: hourly
|
22
25
|
|
23
26
|
database_config_env: production
|
24
27
|
|
@@ -33,8 +36,6 @@ staging:
|
|
33
36
|
|
34
37
|
user: root
|
35
38
|
host: some.server.com
|
36
|
-
backups:
|
37
|
-
compress: gzip
|
38
39
|
|
39
40
|
development:
|
40
41
|
database_config_env: development
|
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.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Evan Dorn
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-02-
|
12
|
+
date: 2015-02-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: caliph
|
@@ -45,14 +45,14 @@ dependencies:
|
|
45
45
|
requirements:
|
46
46
|
- - ~>
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 1.1.
|
48
|
+
version: 1.1.4
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - ~>
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 1.1.
|
55
|
+
version: 1.1.4
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: thor
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
@@ -130,7 +130,7 @@ rdoc_options:
|
|
130
130
|
- --main
|
131
131
|
- doc/README
|
132
132
|
- --title
|
133
|
-
- bibliotech-0.4.
|
133
|
+
- bibliotech-0.4.1 Documentation
|
134
134
|
require_paths:
|
135
135
|
- lib/
|
136
136
|
required_ruby_version: !ruby/object:Gem::Requirement
|