cognition.gemspec in cognition-2.0.4 vs cognition.gemspec in cognition-2.0.5

- old
+ new

@@ -1,17 +1,17 @@ # coding: utf-8 -lib = File.expand_path('../lib', __FILE__) +lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) -require 'cognition/version' +require "cognition/version" Gem::Specification.new do |spec| spec.name = "cognition" spec.version = Cognition::VERSION spec.authors = ["Nathan Anderson"] spec.email = ["andnat@gmail.com"] - spec.summary = %q{A rules engine for running commands.} - spec.description = %q{Match text; run commands. Works great for building a chatbot!} - spec.homepage = "https://github.com/anoldguy/Cognition" + spec.summary = "A rules engine for running commands." + spec.description = "Match text; run commands. Works great for building a chatbot!" + spec.homepage = "https://github.com/basecamp/cognition" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})