dev 1.0.137 → 1.0.138

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 (2) hide show
  1. data/lib/dev/Tasks.rb +3 -2
  2. metadata +2 -2
@@ -60,9 +60,10 @@ def generate_tasks(project)
60
60
 
61
61
  # generate default task
62
62
  if(!defined?(DEV_NO_DEFAULT_TASK))
63
+ Rake.application.instance_variable_get('@tasks').delete('default')
63
64
  task_list=""
64
- ["check","add","setup","replace","compile","post_compile","test","commit","update"].each {|t|
65
- if(hash.has_key?(t.to_sym))
65
+ ["initialize","check","add","setup","replace","compile","post_compile","test","commit","update"].each {|t|
66
+ if(hash.has_key?(t.to_sym) || task_exists?(t) )
66
67
  task_list = "#{task_list}," if task_list.length > 0
67
68
  task_list = "#{task_list} :#{t}"
68
69
  default_code = "#{default_code} :#{t},"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.137
4
+ version: 1.0.138
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  version: '0'
197
197
  requirements: []
198
198
  rubyforge_project: dev
199
- rubygems_version: 1.8.23
199
+ rubygems_version: 1.8.24
200
200
  signing_key:
201
201
  specification_version: 3
202
202
  summary: dev