voomify_tasks 0.1.6 → 0.1.7

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.
@@ -5,7 +5,6 @@ module Voomify
5
5
  class Railtie < Rails::Railtie
6
6
  rake_tasks do
7
7
  load "tasks/enviornments.rake"
8
- load "tasks/databases.rake"
9
8
  end
10
9
  end
11
10
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voomify_tasks
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
- prerelease: false
4
+ hash: 21
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 6
10
- version: 0.1.6
9
+ - 7
10
+ version: 0.1.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Russell Edens
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-25 00:00:00 -04:00
18
+ date: 2011-03-19 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -30,9 +30,9 @@ extra_rdoc_files:
30
30
  files:
31
31
  - lib/replace_rake_tasks.rb
32
32
  - lib/run_psql.rb
33
- - lib/tasks/databases.rake
34
33
  - lib/tasks/dependent_projects.rake
35
34
  - lib/tasks/enviornments.rake
35
+ - lib/tasks/sql_schema_seeds_databases.rake
36
36
  - lib/voomify_tasks.rb
37
37
  - lib/voomify_tasks/railtie.rb
38
38
  - README
@@ -41,8 +41,8 @@ homepage: http://www.github.com/voomify/voomify/gems/tasks
41
41
  licenses: []
42
42
 
43
43
  post_install_message:
44
- rdoc_options:
45
- - --charset=UTF-8
44
+ rdoc_options: []
45
+
46
46
  require_paths:
47
47
  - lib
48
48
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  requirements: []
67
67
 
68
68
  rubyforge_project:
69
- rubygems_version: 1.3.7
69
+ rubygems_version: 1.5.2
70
70
  signing_key:
71
71
  specification_version: 3
72
72
  summary: Common Voomify tasks.