Sha256: 2febc5aa4f973f796af238b2eac17c04f9efdbfcf09ceae1641f28272f633628

Contents?: true

Size: 590 Bytes

Versions: 6

Compression:

Stored size: 590 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/routable/version', __FILE__)

Gem::Specification.new do |s|
  s.name        = "routable"
  s.version     = Routable::VERSION
  s.authors     = ["Clay Allsopp"]
  s.email       = ["clay.allsopp@gmail.com"]
  s.homepage    = "https://github.com/clayallsopp/Routable"
  s.summary     = "A RubyMotion UIViewController -> URL router"
  s.description = "A RubyMotion UIViewController -> URL router"

  s.files         = `git ls-files`.split($\)
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ["lib"]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
routable-0.2 Routable.gemspec
routable-0.1.1 Routable.gemspec
routable-0.1.0 Routable.gemspec
routable-0.0.3 Routable.gemspec
routable-0.0.2 Routable.gemspec
routable-0.0.1 Routable.gemspec