Added localeapp gem

This commit is contained in:
Vokhmin Alexey V 2013-11-08 20:31:28 +04:00
parent b3ba6555e2
commit fafc898059
4 changed files with 20 additions and 12 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ config/deploy.rb
.swn
.ruby-gemset
.ruby-version
.localeapp

View File

@ -103,6 +103,7 @@ group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'meta_request'
gem 'localeapp'
end
group :test do

View File

@ -140,6 +140,7 @@ GEM
pygments.rb (>= 0.2.13)
github-markdown (0.5.3)
github-markup (0.7.5)
gli (2.8.1)
gollum (2.1.10)
github-markdown
github-markup (>= 0.7.0, < 1.0.0)
@ -178,6 +179,13 @@ GEM
multi_json (>= 1.5)
kgio (2.8.0)
libv8 (3.3.10.4)
localeapp (0.6.14)
gli
i18n
json
rack
rest-client
ya2yaml
logglier (0.2.11)
macaddr (1.6.1)
systemu (~> 2.5.0)
@ -425,6 +433,7 @@ GEM
builder
expression_parser
will_paginate (3.0.4)
ya2yaml (0.31)
PLATFORMS
ruby
@ -463,6 +472,7 @@ DEPENDENCIES
jbuilder (~> 1.4.2)
jquery-rails (~> 2.0.2)
js-routes
localeapp
logglier
mailcatcher
meta-tags (~> 1.2.5)

View File

@ -1,15 +1,11 @@
RosaLab ABF
===========
# rosa-build
A distributed environment to build distributions, supporting all steps from managing source code to creating ISO images. If you have any problems or requests please contact
[support](https://abf.rosalinux.ru/contact).
A ruby translation project managed on [Locale](http://www.localeapp.com/) that's open to all!
**Note: This Documentation is in a beta state. Breaking changes may occur.**
## Contributing to rosa-build
[![Build Status](https://travis-ci.org/rosa-abf/rosa-build.png?branch=master)](https://travis-ci.org/rosa-abf/rosa-build)
- Edit the translations directly on the [rosa-build](http://www.localeapp.com/projects/public?search=rosa-build) project on Locale.
- **That's it!**
- The maintainer will then pull translations from the Locale project and push to Github.
* [API](http://abf-doc.rosalinux.ru/abf/api/)
* [Integration with FileStore (.abf.yml)](http://abf-doc.rosalinux.ru/abf/file_store_integration/)
* [ISO build environment](http://abf-doc.rosalinux.ru/abf/iso_build/)
* [Package build environment](http://abf-doc.rosalinux.ru/abf/scripts/)
* [Deployment](http://abf-doc.rosalinux.ru/abf/deployment/)
Happy translating!