rosie 0.0.1 → 0.0.2

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.
data/lib/rosie/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rosie
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
data/lib/tasks/rosie.rake CHANGED
@@ -32,7 +32,7 @@ namespace :rosie do
32
32
  end
33
33
 
34
34
  desc "show config"
35
- task :dump_config => :init do
35
+ task :config => :init do
36
36
  puts "Rosie Config: read from #{rosie.config_file}"
37
37
  puts "mysql: #{rosie.mysql_cmd}"
38
38
  puts "mysqldump: #{rosie.mysqldump_cmd}"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rosie
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jon Rogers
@@ -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.1
84
+ summary: rosie-0.0.2
85
85
  test_files: []
86
86