1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
# Changelog
## master
[full changelog](http://github.com/sue445/rspec-temp_dir/compare/v1.1.2...master)
## [v1.1.2](https://github.com/sue445/rspec-temp_dir/releases/tag/v1.1.2)
[full changelog](http://github.com/sue445/rspec-temp_dir/compare/v1.1.1...v1.1.2)
* Release gem from GitHub Actions
* https://github.com/sue445/rspec-temp_dir/pull/63
## v1.1.1
[full changelog](http://github.com/sue445/rspec-temp_dir/compare/v1.1.0...v1.1.1)
* Enable MFA requirement for gem releasing
* https://github.com/sue445/rspec-temp_dir/pull/35
## v1.1.0
[full changelog](http://github.com/sue445/rspec-temp_dir/compare/v1.0.0...v1.1.0)
* Impl within temp dir
* https://github.com/sue445/rspec-temp_dir/pull/13
## v1.0.0
[full changelog](http://github.com/sue445/rspec-temp_dir/compare/v0.0.4...v1.0.0)
* Drop support ruby 1.9
* https://github.com/sue445/rspec-temp_dir/pull/10
* Drop support rspec 2.x
* https://github.com/sue445/rspec-temp_dir/pull/9
## v0.0.4
[full changelog](http://github.com/sue445/rspec-temp_dir/compare/v0.0.3...v0.0.4)
* Fixed no method error for Pathname ruby 2.2.2
* https://github.com/sue445/rspec-temp_dir/pull/5
## v0.0.3
[full changelog](http://github.com/sue445/rspec-temp_dir/compare/v0.0.2...v0.0.3)
* support `temp_dir_path`
* https://github.com/sue445/rspec-temp_dir/pull/2
## v0.0.2
[full changelog](http://github.com/sue445/rspec-temp_dir/compare/v0.0.1...v0.0.2)
* bugfix: raise error when padrino and rspec3+
* https://github.com/sue445/rspec-temp_dir/pull/1
## v0.0.1
* first release
|