Lightweight Ruby library for converting of your photo folders downloaded from ICloud Photo grouped by year to folders organized by year and month. https://www.icloud.com/photos/
Ruby (2.6.4)
Please make sure you have installed 'libexif' at first:
$ brew install libexif # Homebrew
$ sudo apt-get install libexif-dev # APT
$ sudo yum install libexif-devel # CentOS
Then:
gem install bundler:2.0.2
bundle
bundle exec rspec .
bundle exec rubocop
bundle exec guard