silo 0.1.1 → 0.1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +0 -1
- data/gemspec.yml +1 -0
- data/lib/grit/index.rb +0 -1
- metadata +3 -2
data/Rakefile
CHANGED
data/gemspec.yml
CHANGED
@@ -3,6 +3,7 @@ summary: A command-line utility and API for Git-based backups
|
|
3
3
|
description: With Silo you can backup arbitrary files into one or more Git
|
4
4
|
repositories and take advantage of Git's compression, speed and
|
5
5
|
other features. No Git knowledge needed.
|
6
|
+
version: 0.1.1.1
|
6
7
|
|
7
8
|
license: BSD
|
8
9
|
authors: Sebastian Staudt
|
data/lib/grit/index.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: silo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 65
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
9
|
- 1
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 0.1.1.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Sebastian Staudt
|