class Recipes::Tzinfo

Public Instance Methods

create() click to toggle source
# File lib/potassium/recipes/tzinfo.rb, line 2
def create
  gather_gems(:production, :development, :test) do
    gather_gem("tzinfo-data")
  end
end