lib/powerstar.rb in powerstar-0.2.0 vs lib/powerstar.rb in powerstar-0.2.1

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true require_relative "powerstar/version" -require_relative "common_data/Ganesh" +require "./common_data/Ganesh.rb" module Powerstar class Error < StandardError; end # Your code goes here... # module User < ApplicationRecord