The project is in a healthy, maintained state
ONLYOFFICE Docs Integration Ruby SDK provides common interfaces and default implementations for integrating ONLYOFFICE Document Server into your own website or application on Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

= 13.2.1
= 6.11.0
= 1.70.0
= 0.22.0
= 0.5.11766
= 0.11.8
= 3.6.7
= 1.9.1
= 0.9.37

Runtime

= 2.10.1
= 0.5.11766
 Project Readme

ONLYOFFICE Docs Integration Ruby SDK

ONLYOFFICE Docs Integration Ruby SDK provides common interfaces and default implementations for integrating ONLYOFFICE Document Server into your own website or application on Ruby.

Installation

Use the gem command to install the SDK:

gem install onlyoffice-docs_integration_sdk

... or add the following line to your Gemfile:

gem "onlyoffice-docs_integration_sdk"

... and run:

bundle install

After that you can use the SDK in your Ruby code:

require "onlyoffice/docs_integration_sdk"

Usage

Navigate to the example directory for a basic SDK usage. Visit GitHub Pages for documentation.

Compatibility

This SDK is developed on Ruby version 3. However, the test suite is also run for Ruby version 2. We will try to maintain compatibility with version 2 as much as possible. When support for compatibility with version 2 is discontinued, the major version of the library will be increased.

License

This SDK is distributed under the Apache-2.0 license found in the LICENSE file.