Sha256: 6fb9864559e6bb11ff7d82771dc1d24e2a451fc15399393318c01238a1e69a08

Contents?: true

Size: 1.04 KB

Versions: 5

Compression:

Stored size: 1.04 KB

Contents

desc "Instructions on how to contribute to stickler"
task :help do
  abort <<-_banner
-----------------------------------------------------------------------
  I see you are wanting to do some development on stickler. You will 
  need to install the 'bones' gem first.

     % gem install bones -v #{USING_BONES_VERSION}

  The easiest way to start after that is with the 
  'install:dependencies' task:

     % rake gem:install_dependencies

  If you use bundler, then you will need to first create the Gemfile 
  and then run 'bundle install':

     % rake bundle:gemfile
     % bundle install

  Now you are ready to work on stickler.  Please submit bugs and pull 
  requests to:

    https://github.com/copiousfreetime/stickler

  Thanks!

     -jeremy
-----------------------------------------------------------------------
_banner
end

desc "(Alias for 'help') Instructions on how to contribute to stickler"
task 'how_to_contribute' => :help
desc "(Alias for 'help') Instructions on how to contribute to stickler"
task '==> I WANT TO CONTRIBUTE <==' => :help

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stickler-2.2.4 tasks/contribute.rake
stickler-2.2.3 tasks/contribute.rake
stickler-2.2.2 tasks/contribute.rake
stickler-2.1.4 tasks/contribute.rake
stickler-2.1.3 tasks/contribute.rake