Gem::Specification.new do |s| s.name = 'marvel-characters' s.version = '0.0.1' s.authors = ['Tomohiro TAIRA'] s.email = ['tomohiro.t@gmail.com'] s.summary = 'Marvel characters' s.homepage = 'https://gist.github.com/Tomohiro/' s.license = 'MIT' s.require_paths = ['.'] s.add_runtime_dependency 'marvel_api' end