Sha256: 077b693af47e44a913633251fb3b4a58e8fbca04ac2fc931d39f48e7bc88df3c
Contents?: true
Size: 986 Bytes
Versions: 3
Compression:
Stored size: 986 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'myanimelist/version' Gem::Specification.new do |spec| spec.name = 'myanimelist' spec.version = Myanimelist::VERSION spec.authors = ['Harvey Ico'] spec.email = ['godstrikerharvey@gmail.com'] spec.description = %q{The API for MyAnimeList.net} spec.summary = %q{This gem will helps you to make your life easier and better :)} spec.homepage = 'https://github.com/sanzo12/myanimelist' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rake' spec.add_dependency 'rest-client' spec.add_dependency 'activesupport' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
myanimelist-0.0.6 | myanimelist.gemspec |
myanimelist-0.0.5 | myanimelist.gemspec |
myanimelist-0.0.3 | myanimelist.gemspec |