Sha256: c99ebcdf0dd729f0f0c9e6f4e965004d04427a3107ba09da80bcda28894232c5

Contents?: true

Size: 851 Bytes

Versions: 18

Compression:

Stored size: 851 Bytes

Contents

# vim: set filetype=ruby et sw=2 ts=2:

require 'gem_hadar'

GemHadar do
  name        'git-story-workflow'
  path_name   'git/story'
  author      'Florian Frank'
  email       'flori@ping.de'
  homepage    "http://flori.github.com/#{name}"
  summary     'Gem abstracting a git workflow'
  description "#{summary}…"
  test_dir    'spec'
  ignore      '.*.sw[pon]', 'pkg', 'Gemfile.lock', 'coverage', '.rvmrc',
    '.AppleDouble', 'tags', '.byebug_history', 'errors.lst', '.DS_Store'
  readme      'README.md'
  title       name.camelize
  executables << 'git-story'

  dependency 'infobar'
  dependency 'tins'
  dependency 'mize'
  dependency 'term-ansicolor'
  dependency 'complex_config'

  development_dependency 'rake'
  development_dependency 'simplecov'
  development_dependency 'rspec'
  licenses << 'Apache-2.0'
end

task :default => :spec

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
git-story-workflow-0.9.12 Rakefile
git-story-workflow-0.9.11 Rakefile
git-story-workflow-0.9.10 Rakefile
git-story-workflow-0.9.9 Rakefile
git-story-workflow-0.9.8 Rakefile
git-story-workflow-0.9.7 Rakefile
git-story-workflow-0.9.6 Rakefile
git-story-workflow-0.9.5 Rakefile
git-story-workflow-0.9.4 Rakefile
git-story-workflow-0.9.3 Rakefile
git-story-workflow-0.9.2 Rakefile
git-story-workflow-0.9.1 Rakefile
git-story-workflow-0.9.0 Rakefile
git-story-workflow-0.8.0 Rakefile
git-story-workflow-0.7.1 Rakefile
git-story-workflow-0.7.0 Rakefile
git-story-workflow-0.6.2 Rakefile
git-story-workflow-0.6.1 Rakefile