lib/mixlib/versioning.rb in mixlib-versioning-1.2.7 vs lib/mixlib/versioning.rb in mixlib-versioning-1.2.12

- old
+ new

@@ -15,11 +15,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # -require "mixlib/versioning/exceptions" -require "mixlib/versioning/format" +require_relative "versioning/exceptions" +require_relative "versioning/format" module Mixlib # @author Seth Chisamore (<schisamo@chef.io>) # @author Christopher Maier (<cm@chef.io>) class Versioning