dev 1.0.115 → 1.0.116

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 +8 -2
  2. metadata +1 -1
data/lib/dev/Tasks.rb CHANGED
@@ -20,14 +20,20 @@ task :info do
20
20
  PROJECT.info
21
21
  end
22
22
 
23
+ desc "add files defined by src_glob to source code management"
24
+ task :add do
25
+ task_start("add")
26
+ PROJECT.add
27
+ end
28
+
23
29
  require 'rake/clean'
24
30
  CLEAN.include('doc','*.gem','*.taskstamp*')
25
31
  CLOBBER.include('bin','obj')
26
32
 
27
33
  def generate_tasks(project)
28
34
  task_hash = {
29
- :add=> { :desc=> 'add files defined by src_glob to source code management' },
30
- :info=> { :desc=> 'display information about the rakefile' },
35
+ #:add=> { :desc=> 'add files defined by src_glob to source code management' },
36
+ #:info=> { :desc=> 'display information about the rakefile' },
31
37
  :compile=> { :desc=> 'compile' },
32
38
  :test=> { :desc=> 'run unit tests' },
33
39
  :commit=> { :desc=> 'commit' },
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.115
4
+ version: 1.0.116
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: