A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/guard/guard-rspec

https://github.com/guard/guard-rspec - v4.7.3

Bugfixes

  • #384 Properly handle tests that segfault (Process returns nil) - thanks to @pocke for the PR!

- Ruby
Published by e2 almost 10 years ago

https://github.com/guard/guard-rspec - v4.7.2

Bugfixes

  • #378 - fix "bundler not found" issue when bundle is used with --path option (thanks to @soberstadt for the fix!)

Please open an issue if this new behavior causes any problems.

- Ruby
Published by e2 almost 10 years ago

https://github.com/guard/guard-rspec - v4.7.1

Bugfixes

  • #373 - stop using Guard::UI in formatter (reported by @lokeshh who also helped reproduce the scenario - thanks!)

Development

  • reorganized development files to avoid issues (Hound/Travis/Bundler/tests)
  • added acceptance test for better coverage and formatter testing

- Ruby
Published by e2 almost 10 years ago

https://github.com/guard/guard-rspec - v4.7.0

Improvements

  • #370 add thorough and descriptive warnings, errors and more verbose debug mode

(This should help gather more information for bug reporting by running bundle exec guard -d).

- Ruby
Published by e2 about 10 years ago

https://github.com/guard/guard-rspec - v4.6.5

Bugfixes

  • #363 fix handling of RSpec spec-searching pattern to make it a valid glob (thanks to @thedoritos )

Other

  • #364 Reduced RuboCop warnings to 0

- Ruby
Published by e2 about 10 years ago

https://github.com/guard/guard-rspec - v4.6.4

Bugfixes

  • #340 - avoid name conflict between Guard::Process and ::Process

- Ruby
Published by e2 almost 11 years ago

https://github.com/guard/guard-rspec - v4.6.3

Bugfixes

  • #338 - Guard::RSpec now fails (instead of showing annoying deprecation) when RSpec's glob pattern is unsupported

- Ruby
Published by e2 almost 11 years ago

https://github.com/guard/guard-rspec - v4.6.2

Bugfixes

  • #337 - fix bug with handling failing tests in Guard groups

- Ruby
Published by e2 almost 11 years ago

https://github.com/guard/guard-rspec - v4.6.1

Bugfixes

  • #326, #336, rework Zeus environment handling issue (results file not passed) + wiki entry with info

- Ruby
Published by e2 almost 11 years ago

https://github.com/guard/guard-rspec - v4.6.0

Bugfixes

  • #328 - avoid RSpec 3 metadata deprecation warning

Improvements

  • #331 - support :results_file option to give a custom path for temporary results file

Other

  • misc fixes/cleanup related to development

- Ruby
Published by e2 almost 11 years ago

https://github.com/guard/guard-rspec - v4.5.2

Bugfixes

#323 - support projects using 'lib/' for sources and no 'lib' in spec dir
#321 - rework result file handling (to avoid hard to debug issues with no clues)

- Ruby
Published by e2 almost 11 years ago

https://github.com/guard/guard-rspec - v4.5.1

Bugfixes

  • #305 - fix execution result for RSpec 3
  • #314 - fix crashes happening when Guard::RSpec crashes internally
  • #320 - prevent formatter from crashing silently (makes debugging frustrating)
  • #320 - respond to changes in Rails layouts to run related features files

Maintenance

  • #317 - fix deprecation warning
  • #320 - fix RuboCop offense

- Ruby
Published by e2 almost 11 years ago

https://github.com/guard/guard-rspec - v4.5.0

Improvements

  • hopefully a more readable and easier to customize template
  • different Rails view file types are easier to add

Development

  • use Guard::Compat::UI to completely avoid dependency on Guard
  • specs for template, so it can be improved with less risk of breaking something

- Ruby
Published by e2 over 11 years ago

https://github.com/guard/guard-rspec - v4.4.2

Improvement

  • allow guard-rspec to be required in the Gemfile without causing problems

- Ruby
Published by e2 over 11 years ago

https://github.com/guard/guard-rspec - v4.4.1

Improvements:

  • #287 - implement chdir option (to run tests in isolated in submodules)
  • #282 - customizable title
  • customizable title in notifications
  • #279 - allow additional rspec :cmd arguments before spec files

Development:

  • #295 - reenable accidentally skipped tests (local)
  • use guard-compat to avoid depending on Guard internals
  • rework how files require each other
  • stub Dir[] to make usage in specs explicit
  • update dev tools, upgrade to RSpec 3.1
  • add Rake task 'test:all_versions'
  • fix superclass mismatch

- Ruby
Published by e2 over 11 years ago

https://github.com/guard/guard-rspec - v4.3.0

  • Use :none failed mode by default
  • Made :cmd option required

- Ruby
Published by 907th almost 12 years ago

https://github.com/guard/guard-rspec - v4.2.10

Fix RSpec 3.0.0 compatibility

- Ruby
Published by 907th almost 12 years ago

https://github.com/guard/guard-rspec - v4.2.9

Fix

  • Get rid of warning "Already initialized constant TEMPORARY_FILE_PATH"

- Ruby
Published by 907th about 12 years ago

https://github.com/guard/guard-rspec - v4.2.8

Fix

  • Registers the formatter properly on RSpec 3 (#253)
  • Changes Guard::RSpec::Formatter#dump_summary to accept multiple signatures, and processes them correctly by RSpec version

- Ruby
Published by 907th about 12 years ago

https://github.com/guard/guard-rspec - v4.2.7

Fix

  • RSpec::Core::ConfigurationOptions#options support for rspec-core 3.0.0.beta2 (#249)

- Ruby
Published by 907th over 12 years ago

https://github.com/guard/guard-rspec - v4.2.6

Fix

  • Unfreeze options hash

- Ruby
Published by 907th over 12 years ago

https://github.com/guard/guard-rspec - v4.2.5

Fix

  • Use absolute path for temporary file (#247, #248)

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v4.2.4

Fix

  • Rerun failed spec with example groups in different files does not work. (#243, #244)

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v4.2.3

Fix

  • Fix gemspec dependencies (#236).

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v4.2.2

Fix

  • Don't fail when there are no spec files to run (#234).

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v4.2.1

Change

  • Allow prereleases of rspec 3.0.0

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v4.2.0

Change

  • Support rspec-2 and rspec-3 (#226).

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v4.1.1

Fix

  • Fix superclass mismatch for class RSpec (TypeError) (#222).

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v4.1.0

Change

Fix

  • Respect guard notifier settings (#217).

Deprecation

  • Removed focus_on_failed and keep_failed (replaced by failed_mode, #217).

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v4.0.4

Bug fixes

  • Close properly rspec_guard_result tmp file (#211).
  • Fix inspector when the watch expression was specified as directory (#214).

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v4.0.3

Bug fix

  • Ensure that Guard::Notifier is turned on (#209).

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v4.0.2

Bug fix

  • Fix inspector handling with spec folders (#210).

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v4.0.1

Bug fix

  • Fix compatibility with guard-bundler (#208).

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v4.0.0

Changes

Deprecations

  • Special drb support has been removed, please use Zeus or Spring instead of Spork.
  • exclude option has been deprecated, please use Guard ignore DSL method.
  • cli option has been deprecated, please use the new cmd option.
  • bundler option has been deprecated, please use the new cmd option.
  • binstubs option has been deprecated, please use the new cmd option.
  • rvm option has been deprecated, please use the new cmd option.
  • binstubs option has been deprecated, please use the new cmd option.
  • spring option has been deprecated, please use the new cmd option.
  • turnip option has been deprecated, please use the new cmd option.
  • zeus option has been deprecated, please use the new cmd option.
  • foreman option has been deprecated, please use the new cmd option.
  • parallel option has been deprecated, please use the new cmd option.
  • parallel_cli option has been deprecated, please use the new cmd option.

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v3.1.0

New feature

  • Add `launchy' option to launch spec results instead of reading terminal output. (#196)

- Ruby
Published by thibaudgg over 12 years ago

https://github.com/guard/guard-rspec - v3.0.3

Improvement

  • Add slim support (#190)

Bug fix

  • Allow utf-8 characters in guard environment with zeus (#198)

- Ruby
Published by thibaudgg over 12 years ago