coursemology-polyglot.gemspec in coursemology-polyglot-0.1.0 vs coursemology-polyglot.gemspec in coursemology-polyglot-0.2.0

- old
+ new

@@ -13,10 +13,10 @@ spec.summary = 'Coursemology polyglot definitions' spec.description = <<-DESC Common definitions shared between the web application and the evaluator for determining the programming languages supported in Coursemology. DESC - spec.homepage = 'http://coursemology.org' + spec.homepage = 'https://github.com/Coursemology/polyglot' spec.files = `git ls-files -z`.split("\x0"). reject { |f| f.match(/^(test|spec|features)\//) } spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) } spec.require_paths = ['lib']