Sha256: c73e4017d07f9435e2ed6b82bde411b40b30af45064a81f050290987b6b0743a

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.add_dependency 'faraday', '~> 0.15'
  spec.add_dependency 'json', '~> 2.1'
  spec.add_development_dependency 'bundler', '~> 1.0'
  spec.authors = ['Léo Gatellier']
  spec.summary = 'Implémentation Ruby de l\'API Métromobilite (Transports en commun de Grenoble et d\'Isère).'
  spec.description = 'Implémentation Ruby de l\'API Métromobilité (Transports en commun de Grenoble et d\'Isère) initialement développée pour être intégrée dans un job dashing/smashing'
  spec.email = %w(github@leogatellier.fr)
  spec.files = %w(LICENSE README.md metromobilite.gemspec Rakefile) + Dir['lib/**/*.rb']
  spec.homepage = 'https://github.com/lgatellier/ruby-metromobilite/'
  spec.licenses = %w(GPL-3.0)
  spec.name = 'metromobilite'
  spec.require_paths = %w(lib)
  spec.required_ruby_version = '>= 2'
  spec.required_rubygems_version = '>= 1.3.5'
  spec.version = 0.1
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
metromobilite-0.1 metromobilite.gemspec