Sha256: 8559d13cb2a6edab4ddb4a3b1ec65f990aebcd4c9b23755bd78b2f434de65165

Contents?: true

Size: 1.3 KB

Versions: 20

Compression:

Stored size: 1.3 KB

Contents

# Gemgem

## DESCRIPTION:

Provided tasks:

    rake clean        # Trash 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

## REQUIREMENTS:

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

## INSTALLATION:

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

And in Rakefile:

``` ruby
begin
  require "#{__dir__}/task/gemgem"
rescue LoadError
  sh 'git submodule update --init --recursive'
  exec Gem.ruby, '-S', $PROGRAM_NAME, *ARGV
end

Gemgem.init(__dir__, :submodules => %w[your-dep]) do |s|
  s.name    = 'your-gem'
  s.version = '0.1.0'
end
```

## LICENSE:

Apache License 2.0 (Apache-2.0)

Copyright (c) 2011-2017, 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

20 entries across 20 versions & 11 rubygems

Version Path
jellyfish-1.3.1 task/README.md
jellyfish-1.3.0 task/README.md
jellyfish-1.2.2 task/README.md
promise_pool-0.9.2 task/README.md
jellyfish-1.2.1 task/README.md
jellyfish-1.2.0 task/README.md
rib-1.6.0 task/README.md
promise_pool-0.9.1 task/README.md
shere-1.0.0 task/README.md
dm-is-reflective-1.3.2 task/README.md
gem-compact-0.5.0 task/README.md
rib-1.5.4 task/README.md
gem-bgrep-0.8.0 task/README.md
gem-grep-0.8.0 task/README.md
rib-1.5.3 task/README.md
rest-builder-0.9.2 task/README.md
gem-grep-0.7.0 task/README.md
rest-core-4.0.1 task/README.md
rib-1.5.2 task/README.md
gem-path-0.6.2 task/README.md