my-congress.gemspec in my-congress-0.1.6 vs my-congress.gemspec in my-congress-0.1.7

- old
+ new

@@ -1,9 +1,12 @@ +# coding: utf-8 +lib = File.expand_path("../lib/", __FILE__) +$LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib) require_relative 'config/version' Gem::Specification.new do |spec| spec.name = "my-congress" - spec.version = '0.1.6' + spec.version = '0.1.7' spec.authors = ["thedannysoto"] spec.email = ["87dsoto@gmail.com"] spec.summary = %q{A gem for finding current U.S. Senators and Representative for a particular location.} spec.homepage = "https://github.com/thedannysoto/my_congress"