rosie 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rosie (0.0.6)
4
+ rosie (0.0.8)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
data/lib/rosie/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rosie
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
data/lib/tasks/rosie.rake CHANGED
@@ -81,7 +81,7 @@ namespace :rosie do
81
81
  task :backup => ["rosie:backups:db", "rosie:backups:assets"] do
82
82
  fname = (rosie.prefix.present? ? "%s_%s.tgz" % [ rosie.prefix, ts ] : "#{ts}.tgz")
83
83
  puts "Bundling backup files into #{fname}"
84
- `cd #{rosie.backup_dir}/#{ts}/../ && tar -czf #{fname}.tgz ./#{ts} && rm -rf #{ts}`
84
+ `cd #{rosie.backup_dir}/#{ts}/../ && tar -czf #{fname} ./#{ts} && rm -rf #{ts}`
85
85
  end
86
86
 
87
87
  namespace :backups do
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rosie
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jon Rogers
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2012-01-20 00:00:00 Z
14
+ date: 2012-01-25 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rspec
@@ -81,6 +81,6 @@ rubyforge_project: rosie
81
81
  rubygems_version: 1.8.8
82
82
  signing_key:
83
83
  specification_version: 3
84
- summary: rosie-0.0.7
84
+ summary: rosie-0.0.8
85
85
  test_files: []
86
86