Sha256: 864d6c3f8e1b82c4c564115f72bad8da625599f43915c6ce2a0d2805ccf8eb46

Contents?: true

Size: 762 Bytes

Versions: 4

Compression:

Stored size: 762 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "divining_rod/version"

Gem::Specification.new do |s|
  s.name        = "divining_rod"
  s.version     = DiviningRod::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Mark Percival"]
  s.email       = ["mark@markpercival.us"]
  s.homepage    = "http://github.com/mdp/divining_rod"
  s.summary     = %q{A mobile request profiler}
  s.description = %q{A DSL for writing user agent profiles}

  s.rubyforge_project = "divining_rod"

  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

4 entries across 4 versions & 1 rubygems

Version Path
divining_rod-0.6.4 divining_rod.gemspec
divining_rod-0.6.3 divining_rod.gemspec
divining_rod-0.6.2 divining_rod.gemspec
divining_rod-0.6.1 divining_rod.gemspec