rbarman 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.
- data/lib/rbarman/version.rb +1 -1
- metadata +3 -3
data/lib/rbarman/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbarman
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -75,7 +75,7 @@ dependencies:
|
|
|
75
75
|
- - ~>
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: 1.1.0
|
|
78
|
-
description: Wrapper
|
|
78
|
+
description: Wrapper for 2ndQuadrant's PostgreSQL backup tool 'barman'
|
|
79
79
|
email:
|
|
80
80
|
- holger@sauspiel.de
|
|
81
81
|
executables: []
|
|
@@ -118,6 +118,6 @@ rubyforge_project:
|
|
|
118
118
|
rubygems_version: 1.8.23
|
|
119
119
|
signing_key:
|
|
120
120
|
specification_version: 3
|
|
121
|
-
summary: Wrapper
|
|
121
|
+
summary: Wrapper for 2ndQuadrant's PostgreSQL backup tool 'barman'
|
|
122
122
|
test_files: []
|
|
123
123
|
has_rdoc:
|