Sha256: 26b09d28d0fe7bc3486e66137d4f0e40385ffe1d0ff8a0f09815849ab4c8dd6c

Contents?: true

Size: 700 Bytes

Versions: 11

Compression:

Stored size: 700 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Rmake Developers"]
  gem.email         = ["akasata@rmake.net"]
  gem.description   = %q{A simple wiki engine for Rmake. }
  gem.summary       = %q{A simple wiki engine}
  gem.homepage      = ""

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "rmake-notation"
  gem.require_paths = ["lib"]
  gem.version       = Rmake::Notation::VERSION
  
  gem.add_development_dependency('rspec')
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rmake-notation-0.0.16 rmake-notation.gemspec
rmake-notation-0.0.15 rmake-notation.gemspec
rmake-notation-0.0.14 rmake-notation.gemspec
rmake-notation-0.0.13 rmake-notation.gemspec
rmake-notation-0.0.12 rmake-notation.gemspec
rmake-notation-0.0.11 rmake-notation.gemspec
rmake-notation-0.0.10 rmake-notation.gemspec
rmake-notation-0.0.9 rmake-notation.gemspec
rmake-notation-0.0.8 rmake-notation.gemspec
rmake-notation-0.0.7 rmake-notation.gemspec
rmake-notation-0.0.2 rmake-notation.gemspec