Sha256: 57b8d59bf6b3e65ce30dcdda457fe1906af282e262840cf24f6c9eadbc65b218

Contents?: true

Size: 1.92 KB

Versions: 0

Compression: gzip

Compressed size: 692 Bytes

Stored size: 692 Bytes

Contents

--- !ruby/object:Gem::Specification
name: git_hook-pre_receive
version: !ruby/object:Gem::Version
  version: 0.0.2
  prerelease: 
platform: ruby
authors:
- Dennis Günnewig
autorequire: 
bindir: bin
cert_chain: []
date: 2014-02-14 00:00:00.000000000 Z
dependencies: []
description: Provides parser to implement a pre-receive hook for git.
email:
- dg1@vrnetze.de
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- .rdebugrc
- .rspec
- .simplecov
- .travis.yml
- .yardopts
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- git_hook-pre_receive.gemspec
- lib/git_hook-pre_receive.rb
- lib/git_hook-pre_receive/command.rb
- lib/git_hook-pre_receive/file.rb
- lib/git_hook-pre_receive/pre_receive_hook_parser.rb
- lib/git_hook-pre_receive/runner.rb
- lib/git_hook-pre_receive/version.rb
- spec/command_spec.rb
- spec/file_spec.rb
- spec/pre_receive_hook_parser_spec.rb
- spec/runner_spec.rb
- spec/spec_helper.rb
- spec/support/debug.rb
- spec/support/environment.rb
- spec/support/filesystem.rb
- spec/support/git.rb
- spec/support/rspec.rb
- spec/support/string.rb
homepage: https://github.com/dg-vrnetze/git_hook-pre_receive
licenses:
- MIT
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 1.8.23
signing_key: 
specification_version: 3
summary: pre-receive hook helper for git
test_files:
- spec/command_spec.rb
- spec/file_spec.rb
- spec/pre_receive_hook_parser_spec.rb
- spec/runner_spec.rb
- spec/spec_helper.rb
- spec/support/debug.rb
- spec/support/environment.rb
- spec/support/filesystem.rb
- spec/support/git.rb
- spec/support/rspec.rb
- spec/support/string.rb
has_rdoc: 

Package Spec version

git_hook-pre_receive-0.0.2