Sha256: f63bee5aee4cc4834dfee75a81e6f64ba6f62ff65edf238d97efc26894e1dc96
Contents?: true
Size: 912 Bytes
Versions: 3
Compression:
Stored size: 912 Bytes
Contents
= Qwerty == Install gem 'qwerty' For now we also need to add an additional dependancy to your Gemfile, since Gem's can not depend on git repositories only released versions gem 'simple_form', :git => 'git://github.com/plataformatec/simple_form.git' gem 'kaminari', :git => 'git://github.com/ivanyv/kaminari.git' rake qwerty_engine:install:migrations rake db:migrate rails g qwerty:install Developer Notes Vim users: To allow rails.vim to detect this is as a Rails project "touch config/environment.rb", which has already been added to .gitignore. Release Policy Create release branch from next Bump version in Qwerty module: http://semver.org/ Document release as required Merge release branch in to master and next Tag master using with 'v' prefix e.g v0.0.1 Build and push gem to Rubyforge: http://yehudakatz.com/2010/04/02/using-gemspecs-as-intended/ This project rocks and uses MIT-LICENSE.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
qwerty-0.0.5.pre | README.rdoc |
qwerty-0.0.4.pre | README.rdoc |
qwerty-0.0.3.pre | README.rdoc |