Sha256: f487f38094912275fbb133ab4fe59d9e1fa4ad7615583619d42b4914eb732670

Contents?: true

Size: 724 Bytes

Versions: 1

Compression:

Stored size: 724 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "hop"
  s.version     = Hop::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Jacob Atzen"]
  s.email       = ["jacob@jacobatzen.dk"]
  s.homepage    = ""
  s.summary     = %q{Shortcut aliases to open from the commandline}
  s.description = %q{Shortcut aliases to open from the commandline, yay!}

  s.rubyforge_project = "hop"

  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

1 entries across 1 versions & 1 rubygems

Version Path
hop-0.0.1 hop.gemspec