Sha256: 479b057e1d3a375a07648d449ae7afc63537f02cbc1bff5f6e694a741b5689d4

Contents?: true

Size: 1.29 KB

Versions: 142

Compression:

Stored size: 1.29 KB

Contents

# Gemgem

## DESCRIPTION:

Provided tasks:

    rake clean        # Remove ignored files
    rake gem:build    # Build gem
    rake gem:install  # Install gem
    rake gem:release  # Release gem
    rake gem:spec     # Generate gemspec
    rake test         # Run tests in memory

## REQUIREMENTS:

* Tested with MRI (official CRuby) 1.9.3, 2.0.0, Rubinius and JRuby.

## INSTALLATION:

    git submodule add git://github.com/godfat/gemgem.git task

And in Rakefile:

``` ruby
begin
  require "#{dir = File.dirname(__FILE__)}/task/gemgem"
rescue LoadError
  sh 'git submodule update --init'
  exec Gem.ruby, '-S', $PROGRAM_NAME, *ARGV
end

Gemgem.init(dir) do |s|
  s.name    = 'your-gem'
  s.version = '0.1.0'
end
```

## LICENSE:

Apache License 2.0

Copyright (c) 2011-2013, Lin Jen-Shin (godfat)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Version data entries

142 entries across 142 versions & 24 rubygems

Version Path
struct_trans-0.5.0 task/README.md
rib-1.4.0 task/README.md
rib-1.3.1 task/README.md
pork-rspec-0.5.0 task/README.md
pork-2.0.0 task/README.md
rib-1.3.0 task/README.md
gem-bgrep-0.6.3 task/README.md
rack-handlers-0.7.3 task/README.md
pork-1.5.0 task/README.md
rest-builder-0.9.1 task/README.md
rest-gw2-0.4.0 task/README.md
rest-more-3.4.0 task/README.md
rest-firebase-1.1.0 task/README.md
rest-core-4.0.0 task/README.md
rest-builder-0.9.0 task/README.md
promise_pool-0.9.0 task/README.md
rest-core-3.6.0 task/README.md
promise_pool-0.1.0 task/README.md
rib-1.2.91 task/README.md
rest-gw2-0.2.0 task/README.md