Sha256: 610f1d4d9b96be6b275538c51f2c7df585a62a38e55501aa5087114f721a215c
Contents?: true
Size: 976 Bytes
Versions: 4
Compression:
Stored size: 976 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'octokit/version' Gem::Specification.new do |spec| spec.add_development_dependency 'bundler', '>= 1', '< 3' spec.add_dependency 'sawyer', '>= 0.5.3', '~> 0.8.0' spec.authors = ["Wynn Netherland", "Erik Michaels-Ober", "Clint Shryock"] spec.description = %q{Simple wrapper for the GitHub API} spec.email = ['wynn.netherland@gmail.com', 'sferik@gmail.com', 'clint@ctshryock.com'] spec.files = %w(.document CONTRIBUTING.md LICENSE.md README.md Rakefile octokit.gemspec) spec.files += Dir.glob("lib/**/*.rb") spec.homepage = 'https://github.com/octokit/octokit.rb' spec.licenses = ['MIT'] spec.name = 'octokit' spec.require_paths = ['lib'] spec.required_ruby_version = '>= 2.0.0' spec.required_rubygems_version = '>= 1.3.5' spec.summary = "Ruby toolkit for working with the GitHub API" spec.version = Octokit::VERSION.dup end
Version data entries
4 entries across 4 versions & 2 rubygems