rake-10.3.2.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.3.2

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 facb9597e9e866d7e875311e4e4bddf2
SHA1 1da8bf3abbb179aefdf5b6f3a249adc1fbbf24c3
SHA256 b504ad9d610b85ef0856a4771d024e4a66656c63a17121a3ed1d4d7db39c775b
SHA512 98db69b02bc8d1e5b7099c8c31028ebb629d29a96b61c4200f93fe1a8b5b29fe235a4a8ccb180e44393a508a6238a0655d06f6b7fd7d67ffbca5dd42cf50da15

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

130 KB

Downloads

27

wget

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

License

MIT License