astrails-safe 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/astrails-safe +1 -1
  2. data/safe.gemspec +1 -1
  3. metadata +1 -1
data/bin/astrails-safe CHANGED
@@ -15,7 +15,7 @@ end
15
15
 
16
16
  def usage
17
17
  puts <<-END
18
- Usage: backup.rb [OPTIONS] CONFIG_FILE
18
+ Usage: astrails-safe [OPTIONS] CONFIG_FILE
19
19
  Options:
20
20
  -h, --help This help screen
21
21
  -v, --verbose be verbose, duh!
data/safe.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "safe"
3
- s.version = "0.0.3"
3
+ s.version = "0.0.4"
4
4
  s.date = "2009-03-03"
5
5
  s.summary = "Astrails Safe"
6
6
  s.email = "we@astrails.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: astrails-safe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Astrails Ltd.