Skip to content

Releases: danascheider/rambo

Version 0.7.1

07 Jan 18:32
Compare
Choose a tag to compare

This updates the dependencies to include later versions of Rake.

Version 0.6.0

13 Jul 20:52
Compare
Choose a tag to compare

This release limits Rambo support to Rails, Sinatra, and Grape (Rory support will be added in version 0.7), and replaces the --no-rails switch with a --framework flag. This release has breaking changes; see README for details.

Version 0.3.3

09 Jul 19:45
Compare
Choose a tag to compare

This fixes a bug that caused Rambo to crash when run.

Version 0.3.2

09 Jul 19:37
Compare
Choose a tag to compare

This version updates ActiveSupport to support Rails 5, while maintaining backwards compatibility for Ruby versions >= 2.1.8.

Version 0.3.1

09 Jul 18:29
Compare
Choose a tag to compare

This release fixes a bug that was causing Rack::Test not to be configured properly in Rails apps.

Version 0.3.0

29 Jun 20:02
Compare
Choose a tag to compare

This version adds support for API tokens.

Version 0.2.2

16 Jun 20:47
Compare
Choose a tag to compare

This version updates the JSON Test Data gem to incorporate the latest bug fix. This enables Rambo to generate test data using the "date-time" format for strings.

Version 0.2.1

14 Jun 20:05
Compare
Choose a tag to compare

This version fixes two bugs in v. 0.2.0. First of all, it makes sure that Rails is the default option when Rambo is run using the Rake task. Second of all, it ensures that the default path where Rambo looks for the RAML file is correct.

Version 0.2.0

11 Jun 21:41
Compare
Choose a tag to compare

This version introduces a Rambo Rake task and a Ruby API in addition to the command line tool.