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.
Files changed (4) hide show
  1. data/Rakefile +0 -1
  2. data/gemspec.yml +1 -0
  3. data/lib/grit/index.rb +0 -1
  4. metadata +3 -2
data/Rakefile CHANGED
@@ -4,7 +4,6 @@
4
4
  # Copyright (c) 2010, Sebastian Staudt
5
5
 
6
6
  require 'rake/testtask'
7
- require 'metric_fu'
8
7
 
9
8
  task :default => :test
10
9
 
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
@@ -18,7 +18,6 @@ class Grit::Index
18
18
  filename += '/' if is_dir
19
19
 
20
20
  current = self.tree
21
- p current
22
21
 
23
22
  path.each do |dir|
24
23
  current[dir] ||= {}
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: 25
4
+ hash: 65
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 1
10
- version: 0.1.1
10
+ - 1
11
+ version: 0.1.1.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Sebastian Staudt