Sha256: fa7404bc5ef16a1dad2f2eb002b7b595a581ed58abafd8affa55e27a7739e282
Contents?: true
Size: 754 Bytes
Versions: 4
Compression:
Stored size: 754 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 = "https://github.com/jacobat/hop" 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hop-0.0.5 | hop.gemspec |
hop-0.0.4 | hop.gemspec |
hop-0.0.3 | hop.gemspec |
hop-0.0.2 | hop.gemspec |