Sha256: 8206116d3b4d96ef9d56b754caeb895ceb44d48715afcd6cd726f5d8e97d10d2
Contents?: true
Size: 685 Bytes
Versions: 8
Compression:
Stored size: 685 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "js_routes/version" Gem::Specification.new do |s| s.name = "js_routes" s.version = JsRoutes::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Ivan Efremov"] s.email = ["st8998@gmail.com"] s.homepage = "https://github.com/st8998/js_routes" s.summary = %q{} s.description = %q{} #s.rubyforge_project = "js_routes" 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"] end
Version data entries
8 entries across 8 versions & 1 rubygems