footrest.gemspec in footrest-0.1 vs footrest.gemspec in footrest-0.1.2
- old
+ new
@@ -2,14 +2,16 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'footrest/version'
Gem::Specification.new do |gem|
- gem.authors = ["Nathan Mills"]
- gem.email = ["nathanm@instructure.com"]
+ gem.authors = ["Duane Johnson", "Nathan Mills"]
+ gem.email = ["duane@instructure.com", "nathanm@instructure.com"]
gem.description = %q{Ruby interface for restful APIs}
gem.summary = %q{REST APIs}
+ gem.homepage = 'https://github.com/instructure/footrest'
+ gem.license = 'MIT'
gem.files = %w[Rakefile footrest.gemspec]
gem.files += Dir.glob("lib/**/*.rb")
gem.files += Dir.glob("spec/**/*")
gem.test_files = Dir.glob("spec/**/*")
@@ -25,6 +27,6 @@
gem.add_development_dependency "pry"
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.9.0"
gem.add_dependency "activesupport", ">= 3.0.0"
-end
\ No newline at end of file
+end