Sha256: 0862a9ab62fdcc928661490756a8f131c3549bcdc91b1d854dec8217617cf5f1
Contents?: true
Size: 942 Bytes
Versions: 1
Compression:
Stored size: 942 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "pebbles/citlunch/version" Gem::Specification.new do |s| s.name = "pebbles-citlunch" s.version = CITLunch::VERSION s.authors = ["SAITO Jun"] s.email = ["jsaito@xopowo.info"] s.homepage = "https://github.com/st63jun/pebbles-citlunch" s.summary = %q{Wrapper library for lunch menu API of Chiba Institute of Technology's student cafeteria} s.description = %q{Gets menus of Chiba Institute of Technology's student cafeteria from CIT Lunch API (https://udon.upsilo.net/citlunch/)} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies here; for example: # s.add_development_dependency "rspec" # s.add_runtime_dependency "rest-client" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pebbles-citlunch-0.0.3 | pebbles-citlunch.gemspec |