rake-10.2.1.gem

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/thaljef/MyStuff/script.gem.sh | bash
copy
curl -s https://packagecloud.io/install/repositories/thaljef/MyStuff/script.gem.sh | bash

STEP 2: Install the package
sudo gem install rake -v=10.2.1

Rake is a Make-like program implemented in Ruby

Full description:
  Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified in standard Ruby syntax.

Rake has the following features:

* Rakefiles (rake's version of Makefiles) are completely defined in
  standard Ruby syntax.  No XML files to edit.  No quirky Makefile
  syntax to worry about (is that a tab or a space?)

* Users can specify tasks with prerequisites.

* Rake supports rule patterns to synthesize implicit tasks.

* Flexible FileLists that act like arrays but know about manipulating
  file names and paths.

* A library of prepackaged tasks to make building rakefiles easier. For example,
  tasks for building tarballs and publishing to FTP or SSH sites.  (Formerly
  tasks for building RDoc and Gems were included in rake but they're now
  available in RDoc and RubyGems respectively.)

* Supports parallel execution of tasks.

Checksums

MD5 cbcd7b28ff7e57238c21742366e2ffd2
SHA1 54a93a59f3c6523e4037216b054708dfa2589f00
SHA256 bf0e63be924118e15c8cf7948200252afcff98b950e155f497b4f500339bab4e
SHA512 7f5edaa6457ac7344738a93cb2684cf9c1ab40d749cd93d747aa6c01094a4123a5f01c6243f917265e3b23f6594c42c4e75b77f17d63747b5e01b3aeaf0f67ca

Development Dependencies

  • minitest (~> 5.2)
  • rdoc (~> 4.0)
  • hoe (~> 3.7)

Files

  • test/test_trace_output.rb
  • test/test_thread_history_display.rb
  • test/test_rake.rb
  • test/test_rake_win32.rb
  • test/test_rake_top_level_functions.rb
  • test/test_rake_thread_pool.rb
  • test/test_rake_test_task.rb
  • test/test_rake_task.rb
  • test/test_rake_task_with_arguments.rb
  • test/test_rake_task_manager.rb
  • test/test_rake_task_manager_argument_resolution.rb
  • test/test_rake_task_lib.rb
  • test/test_rake_task_arguments.rb
  • test/test_rake_task_argument_parsing.rb
  • test/test_rake_scope.rb
  • test/test_rake_rules.rb
  • test/test_rake_require.rb
  • test/test_rake_reduce_compat.rb
  • test/test_rake_rake_test_loader.rb
  • test/test_rake_pseudo_status.rb
  • test/test_rake_path_map.rb
  • test/test_rake_path_map_partial.rb
  • test/test_rake_path_map_explode.rb
  • test/test_rake_package_task.rb
  • test/test_rake_name_space.rb
  • test/test_rake_multi_task.rb
  • test/test_rake_makefile_loader.rb
  • test/test_rake_linked_list.rb
  • test/test_rake_invocation_chain.rb
  • test/test_rake_functional.rb

Uploaded

over 9 years ago

Package Size

129 KB

Downloads

20

wget

wget --content-disposition "https://packagecloud.io/thaljef/MyStuff/packages/gems/rake-10.2.1.gem/download.gem?distro_version_id=rubygem"

License

MIT License