README in dev-1.0.225 vs README in dev-1.0.227

- old
+ new

@@ -1,9 +1,9 @@ -=dev (README) -The dev gem may be used to auto generate rake tasks for a rakefile.rb -A constant hash DEV is defined that is populated based on the content -of the directory in which a rakefile.rb resides. +=dev {<img src="https://badge.fury.io/rb/dev.png" alt="Gem Version" />}[http://badge.fury.io/rb/dev] +The dev gem may be used to auto generate rake tasks for a rakefile.rb. +The gem defined DEV as a hash, which is populated based on the content +of the directory in which the rakefile.rb resides. The dev gem provides task definitions to support the development of ruby,c#,c++ and c projects. The DEV variable may be manipulated to modify the behavior of defined tasks or to cause additional task to be generated. ==Installation @@ -29,10 +29,9 @@ DEV[:paths] # a hash containing various environment paths ====CLEAN is a Rake::FileList that specifies file(s) to be removed during the clean task. CLEAN.include('doc') ====CLOBBER is a Rake::FileList that specifies file(s) to be removed during the clobber task. CLOBBER.include('obj') -====BUILD_PRODUCTS is a Rake::FileList that specified file(s) that are required to consume the project. ===Tasks dev will automatically generated the following tasks as applicable. rake add # add files defined by src_glob to source code management, not generated if no scm can be detected. rake check # checks if the project default task may be skipped rake clean # Remove any temporary products. \ No newline at end of file