aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add ruby-bzip2-ruby.wip-rails-extra-packages-updatedBen Woodcroft2019-04-28
|
* gnu: Add ruby-therubyracer.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-libv8.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-ref.Christopher Baines2019-04-28
|
* gnu: Add ruby-redjs.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-event-bus.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-turbolinks.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-turbolinks-source.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-rspec-spies.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-ronn.Christopher Baines2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-ronn): New variable.
* gnu: Add ruby-rdiscount.Christopher Baines2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-rdiscount): New variable.
* gnu: Add ruby-mustache.Christopher Baines2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-mustache): New variable.
* gnu: Add ruby-hpricot.Christopher Baines2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-hpricot): New variable.
* gnu: Add ruby-jquery-rails.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-bootstrap-sass.Christopher Baines2019-04-28
|
* gnu: Add ruby-thread-order.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-jeweler.Christopher Baines2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-jeweler): New variable.
* gnu: Add ruby-sucker-punch.Christopher Baines2019-04-28
|
* gnu: Add ruby-semver2.Christopher Baines2019-04-28
| | | | | | Required for ruby-jeweler. * gnu/packages/ruby.scm (ruby-semver2): New variable.
* gnu: Add ruby-psych.Christopher Baines2019-04-28
| | | | | | Required for ruby-jeweler. * gnu/packages/ruby.scm (ruby-psych): New variable.
* gnu: Add ruby-travis.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-gh.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-guard-rspec.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-guard-compat.Ben Woodcroft2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-guard-compat): New variable.
* gnu: Add ruby-gem-isolator.Christopher Baines2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-gem-isolator): New variable.
* gnu: Add ruby-launchy.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-faraday-middleware.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-github-api.Christopher Baines2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-github-api): New variable.
* gnu: Add ruby-descendants-tracker.Christopher Baines2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-descendants-tracker): New variable.
* gnu: Add ruby-jbuilder.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-appraisal.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-radius.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-spring-watcher-listen.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-uglifier.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-coveralls.Ben Woodcroft2019-04-28
| | | | Required for ruby-listen, ruby-radius and ruby-nio4r.
* gnu: Add ruby-vcr.Ben Woodcroft2019-04-28
| | | | Required for ruby-coveralls.
* gnu: Add ruby-truthy.Ben Woodcroft2019-04-28
| | | | Required for ruby-coveralls.
* gnu: Add ruby-squasher.Christopher Baines2019-04-28
|
* gnu: Add ruby-coffee-rails.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-coffee-script.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-coffee-script-source.Ben Woodcroft2019-04-28
|
* WIP something about minitestChristopher Baines2019-04-28
|
* gnu: Add ruby-sinatra.Ben Woodcroft2019-04-28
|
* gnu: Add ruby-httparty.Christopher Baines2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-httparty): New variable.
* gnu: Add ruby-ansi-to-html.Christopher Baines2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-ansi-to-html): New variable.
* gnu: ruby-childprocess: Update to 1.0.1.Ben Woodcroft2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-childproces)[arguments]: TODO
* gnu: Remove ruby-childproces-0.6.Christopher Baines2019-04-28
| | | | | | | This is unused, at least within Guix. * gnu/packages/ruby.scm (ruby-childprocess): Remove this variable. (ruby-childprocess-0.6): Rename to ruby-childprocess.
* gnu: ruby-puma: Update to 3.11.4.Christopher Baines2019-04-28
| | | | * gnu/packages/ruby.scm (ruby-puma): Update to 3.11.4.
* gnu: Add ruby-rubygems.Ben Woodcroft2019-04-28
|
* gnu: ruby-hashie: Enable the tests.Christopher Baines2019-04-28
| | | | | | | | | Switch the source to the Git repository so that the tests can be run. * gnu/packages/ruby.scm (ruby-hashie)[source]: Switch to the Git repository. [arguments]: Replace the 'check phase and enable the tests. [native-inputs]: Add ruby-rspec, ruby-rspec-pending-for, ruby-pry and ruby-activesupport.