Sha256: 6977d6ddca0a3e32992cb38e6bcf155d31173e4453fb20f787347891b66b3082

Contents?: true

Size: 889 Bytes

Versions: 1

Compression:

Stored size: 889 Bytes

Contents

## 1.3.0

* Add `Pathname#find_dirs`
* Add `Pathname#find_files`
* Add `Pathname#make_file`
* Add `Pathname#available_name`
* Add `Pathname#move_as`
* Add `Pathname#copy_as`
* Add `eol` parameter to line-oriented methods (`Pathname#read_lines`,
  `Pathname#write_lines`, `Pathname#append_lines`, etc)
* Move Array methods to Enumerable
* Use `JSON.dump_default_options` and `JSON.load_default_options` in
  JSON-related API


## 1.2.0

* Add `Pathname#existence`
* Add `Pathname#chdir`
* Fix `Object#write_to_yaml` to make parent directories as necessary


## 1.1.0

* Add `Pathname#copy` and `Pathname#copy_into`
* Add `Pathname#rename_basename` and `Pathname#rename_extname`
* Add `File.common_path` and `Pathname#common_path`
* Add `Pathname::NULL`
* Add JSON-related and YAML-related APIs
* Fix `File.edit_text` and `File.edit_lines` to properly truncate


## 1.0.0

* Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pleasant_path-1.3.0 CHANGELOG.md