shnell 0.2.0 → 0.2.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. data/bin/shnell +2 -0
  2. data/lib/shnell.rb +0 -1
  3. metadata +2 -2
data/bin/shnell CHANGED
@@ -131,6 +131,8 @@ command :backup do |c|
131
131
  require File.join(File.dirname(__FILE__), '../lib/backup')
132
132
  include Backup
133
133
 
134
+ Filander.quiet = options.quiet
135
+
134
136
  if script == "all"
135
137
  pattern = args.shift
136
138
 
@@ -1,3 +1,2 @@
1
1
  module Shnell
2
- VERSION = '0.2.0'
3
2
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Johannes J. Schmidt