Sha256: bf335ef73cf91e00b56ca5e31c5fabf49bb94fe14c6a26fff9ca1a3c9de3cdbf

Contents?: true

Size: 744 Bytes

Versions: 5

Compression:

Stored size: 744 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/reciper/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Rodrigo Flores"]
  gem.email         = ["mail@rodrigoflores.org"]
  gem.description   = %q{An awesome way to write recipes for a book chapter}
  gem.summary       = %q{An awesome way to write recipes for a book chapter}
  gem.homepage      = "http://github.com/rodrigoflores/reciper"

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "reciper"
  gem.require_paths = ["lib"]
  gem.version       = Reciper::VERSION
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
reciper-0.1.0 reciper.gemspec
reciper-0.0.4 reciper.gemspec
reciper-0.0.3 reciper.gemspec
reciper-0.0.2 reciper.gemspec
reciper-0.0.1 reciper.gemspec