summaryrefslogtreecommitdiff
path: root/bin/rspec
Commit message (Collapse)AuthorAgeFilesLines
* Replace `with_rubygems` scriptDavid Rodríguez2019-09-191-2/+0
| | | | | | | | | | | | | | | | | | | | | Instead, use a better rubygems version manager that makes sure that `ENV["RGV"]` usage is always applied, and its usage is centralized at a single place. This simplifies the rake task organization and makes it much simpler to run locally exactly what's run in CI. For example, since it doesn't rely on the `RGV` being deleted for subsequent subprocesses, it also running `bin/rake spec:travis` task locally which previously would lead to ``` rake aborted! RubyGems version is required on Travis! ``` It also reduces duplication making it so that we only need to change the `.travis.yml` file when updating tested rubies, and not the `Rakefile` as well.
* Refactor activation errorsDavid Rodríguez2019-09-151-5/+1
|
* Remove development dependencies from gemspecremove_add_development_dependency_from_gemspecDavid Rodríguez2019-07-081-12/+4
| | | | And refactor development setup.
* `finish_resolve` is not actually neededDavid Rodríguez2019-03-201-2/+0
|
* Make `bin/rspec` activate only `rspec`David Rodríguez2019-03-201-4/+11
|
* Allow the binstubs to work with multi-part requirementsSamuel Giddins2016-08-021-1/+1
|
* Add helper script for running with particular rubygems versionsSamuel Giddins2016-02-241-3/+3
|
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
|
* Ensure there are no unresolved specs left over in the binstubsSamuel Giddins2016-01-301-0/+4
|
* Fix binstubs on 1.8.7Samuel E. Giddins2015-07-161-0/+2
|
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
|
* Fix rspec binstubSamuel E. Giddins2015-07-151-1/+1
|
* Add new binstubs for rake and rspec in bin, move executables to exeSamuel E. Giddins2015-07-151-0/+8