Automattic / Gridicons-iOS

Gridicons is a tiny framework which generates Gridicon images at any resolution.
GNU General Public License v2.0
25 stars 12 forks source link

Add Ruby configuration #47

Closed jkmassel closed 4 years ago

jkmassel commented 4 years ago

Adds the Ruby configuration used for other iOS projects.

To Test After merging #46, run bundle install && rake dependencies && rake gen. It should install rake using bundler and put it in the vendor directory. From there, it will use the bundled rake to run the required commands.