Sha256: 4322bf9756a64551490870d4929abb81c8f50f43571fac5930cc34c49f9b0dc5

Contents?: true

Size: 934 Bytes

Versions: 1

Compression:

Stored size: 934 Bytes

Contents

name: ore
version: 0.4.1
summary: Mine raw RubyGems from YAML
description:
  Ore is a simple RubyGem building solution. Ore handles the
  creation of Gem::Specification objects as well as building '.gem'
  files. Ore allows the developer to keep all of the project information
  in a single YAML file.

license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: http://github.com/ruby-ore/ore
has_yard: true
post_install_message: |
  **************************************************************************
  Generate a new Ruby library:
  
      $ mine my_library --rspec --ore-tasks
  
  Build the library:
  
      $ rake build
  
  Release the library to rubygems.org:
  
      $ rake release
  
  **************************************************************************

dependencies:
  ore-core: ~> 0.1.0
  thor: ~> 0.14.3

development_dependencies:
  ore-tasks: ~> 0.3.0
  rspec: ~> 2.3.0
  yard: ~> 0.6.1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ore-0.4.1 gemspec.yml