Sha256: 2b29082bc3c4ba7ffd44a9fe12eb613fdd055edefab09272526d373053661689

Contents?: true

Size: 790 Bytes

Versions: 8

Compression:

Stored size: 790 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.add_development_dependency "bundler", "~> 1.0.0"
  s.add_development_dependency "rails",   "~> 3.0"

  #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

Version Path
js_routes-0.1.18 js_routes.gemspec
js_routes-0.1.17 js_routes.gemspec
js_routes-0.1.16 js_routes.gemspec
js_routes-0.1.15 js_routes.gemspec
js_routes-0.1.14 js_routes.gemspec
js_routes-0.1.12 js_routes.gemspec
js_routes-0.1.11 js_routes.gemspec
js_routes-0.1.10 js_routes.gemspec