Sha256: e5e223351b2da53b5db0e4254740f9b4783a6d988e55c0753a1fc4650063aedc
Contents?: true
Size: 730 Bytes
Versions: 1
Compression:
Stored size: 730 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "hookup" s.version = "1.0.2" s.platform = Gem::Platform::RUBY s.authors = ["Tim Pope"] s.email = ["code@tp"+'ope.net'] s.homepage = "" 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.0.2 | hookup.gemspec |