Sha256: 573aa4829024e137fbd737e6e5d284d5496601dc686f38af1b0d124ad926f1a7
Contents?: true
Size: 761 Bytes
Versions: 1
Compression:
Stored size: 761 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "hookup" s.version = "1.2.5" s.platform = Gem::Platform::RUBY s.authors = ["Tim Pope"] s.email = ["code@tp"+'ope.net'] s.homepage = "https://github.com/tpope/hookup" s.summary = %q{Automate the bundle/migration tedium of Rails with Git hooks} s.description = %q{Automatically bundle and migrate your Rails app when switching branches, merging upstream changes, and bisecting.} s.rubyforge_project = "hookup" 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 |
---|---|
hookup-1.2.5 | hookup.gemspec |