Sha256: 6db581f5cc041ea864d0feeddebbc5d6f8bef3b0d6e48dd6c0f227dfbb2536a3

Contents?: true

Size: 1.43 KB

Versions: 2

Compression:

Stored size: 1.43 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

=== Uninstall the hyla gem

Use `gem uninstall hyla -v version_number` to remove locally the hyla gem

=== 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

2 entries across 2 versions & 1 rubygems

Version Path
hyla-1.0.9 documentation/developer.adoc
hyla-1.0.9.pre.3 documentation/developer.adoc