Age | Commit message (Collapse) | Author |
|
|
|
* gnu/packages/ruby.scm (ruby-unf-ext): Update to 0.0.7.6.
[arguments]: Add phase to avoid unnecessary dependency.
|
|
* gnu/packages/ruby.scm (ruby-redcarpet): Update to 3.5.0.
|
|
* gnu/packages/ruby.scm (ruby-oj): Update to 3.10.1.
|
|
* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.4.2.
|
|
* gnu/packages/ruby.scm (ruby-sassc): Update to 2.2.1.
[arguments]: Fix using the included libsass copy.
[native-inputs]: Add ruby-rake-compiler.
|
|
|
|
* gnu/packages/ruby.scm (turn)[home-page]: Use HTTPS.
|
|
* gnu/packages/ruby.scm (ruby-sass)[home-page]: Use HTTPS.
* gnu/packages/web.scm (sassc)[home-page]: Likewise.
|
|
* gnu/packages/ruby.scm (ruby-2.5): New variable.
|
|
Make zlib a propagated-input, as the pkgconfig configuration includes linking
against zlib as default, which means that gems with native components will
fail to build without zlib.
* gnu/packages/ruby.scm (ruby): Update to 2.6.5.
|
|
* gnu/packages/ruby.scm (ruby-2.4): Update to 2.4.9.
|
|
The safe tests attempt to run with Ruby 2.6, but these tests fail if the build
takes place within /tmp, as the Ruby LOAD_PATH then includes /tmp, which is
world writable.
* gnu/packages/ruby.scm (ruby-tzinfo)[arguments]: Add skip-safe-tests phase.
|
|
* gnu/packages/ruby.scm (ruby-json-pure): Update to 2.2.0.
[home-page]: Add trailing /, due to a redirect.
|
|
* gnu/packages/ruby.scm (ruby-power-assert): Update to 1.1.5.
[arguments]: Disable running the tests.
|
|
* gnu/packages/ruby.scm (ruby-hoe): Update to 3.21.0.
[arguments]: Avoid having SOURCE_DATE_EPOCH set while the tests are running.
|
|
* gnu/packages/ruby.scm (ruby-yard): Update to 0.9.20.
[arguments]: Delete the Gemfile before running the tests.
[native-inputs]: Add ruby-redcloth and ruby-asciidoctor.
|
|
* gnu/packages/ruby.scm (ruby-childprocess): Update to 3.0.0.
[home-page]: Switch to https, as it's supported by github.com.
|
|
As it is unused.
* gnu/packages/ruby.scm (ruby-childprocess-0.6): Rename to ruby-childprocess.
[version, source]: Copy from ruby-childprocess.
|
|
Stop patching out the use of simplecov, it's used throughout the tests now, so
it's not as simple to avoid using it.
* gnu/packages/ruby.scm (ruby-aruba): Update to 0.14.14.
[arguments]: Stop patching out the use of simplecov.
[native-inputs]: Add ruby-simplecov.
|
|
This avoids some test failures when updating Ruby to 2.6.
* gnu/packages/ruby.scm (ruby-listen): Update to 3.2.0.
|
|
* gnu/packages/ruby.scm (ruby-hydra): New public variable.
|
|
|
|
* gnu/packages/ruby.scm (ruby-yard)[source]: Download using git-fetch.
|
|
* gnu/packages/ruby.scm (ruby-tzinfo-data)[source]: Download using
git-fetch.
|
|
* gnu/packages/ruby.scm (ruby-ttfunk)[source]: Download using git-fetch.
|
|
* gnu/packages/ruby.scm (ruby-rack)[source]: Download using git-fetch.
[arguments]: Add phase to make gzip files writable.
|
|
* gnu/packages/ruby.scm (ruby-puma)[source]: Download using git-fetch.
[home-page]: Use https.
|
|
* gnu/packages/ruby.scm (ruby-oj)[source]: Download using git-fetch.
|
|
* gnu/packages/ruby.scm (ruby-guard)[source]: Download using git-fetch.
[home-page]: Use https.
|
|
* gnu/packages/ruby.scm (ruby-ansi)[source]: Download using git-fetch.
|
|
* gnu/packages/ruby.scm (ruby-ae)[source]: Download using git-fetch.
|
|
* gnu/packages/ruby.scm (ruby-multi-json)[source]: Download using
git-fetch.
|
|
* gnu/packages/ruby.scm (ruby)[arguments]: Use #:configure-flags to properly
enable dynamic linking instead of using libruby-static.a.
Fixes #38500: <https://bugs.gnu.org/38500>
Reported-by: Vicente Eduardo <vic798@gmail.com>
|
|
* gnu/packages/ruby.scm (ruby-unicode-display-width): Update to 1.6.0.
|
|
* gnu/packages/ruby.scm (ruby-nio4r): Update to 2.5.2.
|
|
* gnu/packages/ruby.scm (ruby-rubocop): Update to 0.77.0.
|
|
* gnu/packages/ruby.scm(ruby-save-yaml): Update to 1.0.5.
* gnu/packages/patches/ruby-safe-yaml-add-require-time.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/ruby.scm (ruby-rouge): Update to 3.13.0.
|
|
* gnu/packages/ruby.scm (ruby-pathutil): Update to 0.16.2.
|
|
* gnu/packages/ruby.scm (ruby-i18n): Update to 1.7.0.
[home-page]: Update to new location.
|
|
* gnu/packages/ruby.scm (ruby-public-suffix): Update to 4.0.1.
|
|
* gnu/packages/ruby.scm (ruby-addressable): Update to 2.7.0.
|
|
* gnu/packages/ruby.scm (ruby-rspec-its): Update to 1.3.0.
[source]: Remove patch.
[arguments]: Add phase to fix ffi-dependency-version.
[native-inputs]: Add ruby-ffi.
|
|
|
|
* gnu/packages/ruby.scm (ruby-jaro-winkler): Update to 1.5.4.
|
|
* gnu/packages/ruby.scm (ruby-mimemagic): Update to 0.3.3.
|
|
* gnu/packages/ruby.scm (ruby-notiffany): Update to 0.1.3.
|
|
* gnu/packages/ruby.scm (ruby-oauth2): Update to 1.4.2.
|
|
* gnu/packages/ruby.scm (ruby-simplecov): Update to 0.17.1.
|