Sha256: eb66d8927d8a9c13b0c253d85a65b4dc27e283deac48d98401ac405c88c3afb4

Contents?: true

Size: 1.33 KB

Versions: 10

Compression:

Stored size: 1.33 KB

Contents

:homepage: http://github.com/cmoulliard/hyla
:docs: https://github.com/cmoulliard/hyla/blob/master/documentation/introduction.adoc
:sources: https://github.com/cmoulliard/hyla
:issues: https://github.com/cmoulliard/hyla/issues/

=== Install the gem

Use `gem install` command to deploy Hyla :

    $ gem install hyla -y

NOTE :  The option `-y` will tell to rubyGems to deploy the gem but also the dependencies required

=== Build the project from the code

* Generate the gem

In order to build the Hyla project, we recommend that you clone the project locally (or fork it) {sources}[from the Hyla git repository], next you move to the project cloned
and finally, run the following command :
    
    rake build

This command will create a gem of the project

* To install theGem to your machine, run this command

    rake install
    
* If you would like to change the scss files, styles and regenerate the css, use this command
    
    rake compass

* To publish the gem to the RubyGems Web Server, use this command

    rake deploy

* To create a build, generate a git tag and publish it to the Gem Repo

    rake install
    git commit -m "Release Hyla 1.0.x" -a
    git push
    git tag -a hyla-1.0.x -m "Release hyla 1.0.x"
    git push origin hyla-1.0.x

    rake deploy
    
* To delete a release pushed to RubyGems (= yank)

    gem yank hyla -v 1.0.x

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hyla-1.0.9.pre.2 documentation/developer.adoc
hyla-1.0.9.pre.1 documentation/developer.adoc
hyla-1.0.8 documentation/developer.adoc
hyla-1.0.7 documentation/developer.adoc
hyla-1.0.7.pre.9 documentation/developer.adoc
hyla-1.0.7.pre.8 documentation/developer.adoc
hyla-1.0.7.pre.7 documentation/developer.adoc
hyla-1.0.7.pre.6 documentation/developer.adoc
hyla-1.0.7.pre.5 documentation/developer.adoc
hyla-1.0.7.pre.3 documentation/developer.adoc