sockit.gemspec in sockit-1.1.0 vs sockit.gemspec in sockit-1.1.1

- old
+ new

@@ -1,8 +1,8 @@ ################################################################################ # -# Author: Zachary Patten <zachary@jovelabs.net> +# Author: Zachary Patten <zpatten AT jovelabs DOT io> # Copyright: Copyright (c) Zachary Patten # License: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,12 +15,12 @@ # 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. # ################################################################################ - -# -*- encoding: utf-8 -*- -require File.expand_path('../lib/sockit/version', __FILE__) +lib = File.expand_path('../lib', __FILE__) +$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) +require 'sockit/version' Gem::Specification.new do |spec| spec.name = "sockit" spec.version = Sockit::VERSION spec.authors = %(Zachary Patten)