aapis / evertils

Generate Evernote notes from YML files
1 stars 0 forks source link

Change namespace to Evertils #3

Closed aapis closed 8 years ago

aapis commented 8 years ago

Currently it's Granify, i.e.

# now
module Granify
  class Utils
    @cache = Hash.new
    # ...

# desired
module Evertils
  class Utils
    @cache = Hash.new
    # ...

Controller (and other files) may require modification as well.

aapis commented 8 years ago

:+1: