Sha256: 0c33432387c07c68d23f3edb962ca9a300d8140d4af28b5a48399c2152a26169
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.1" 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.1 | hookup.gemspec |