0.0
No release in over 3 years
Low commit activity in last 3 years
A Deploygate plugin for Lita
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0.beta2

Runtime

>= 4.0
 Project Readme

lita-deploygate

Build Status MIT License RubyGems :: RMuh Gem Version Coveralls Coverage Code Climate Gemnasium

A Deploygate plugin for Lita.

Installation

Add lita-deploygate to your Lita instance's Gemfile:

gem "lita-deploygate"

Configuration

You'll need to get an API key, which you can find at the bottom of this page: https://deploygate.com/settings

Add the following variables to your Lita config file:

config.handlers.deploygate.user_name = '_user_name_here_'
config.handlers.deploygate.api_key = '_api_key_here_'
config.handlers.deploygate.app_names = { 'ios' => 'platforms/ios/apps/com.yourappname.YourAppName',
                                         'android' => 'apps/com.yourappname.android',
                                         'short_name' => 'path component' }

Apologies for the odd syntax, DeployGate has slightly different behavior for iOS vs. Android. You'll need to determine which URL path your app is using.

Usage

Inviting users

deploygate add <username or email> <short name> - Add <username or email> to <short name>

Removing users

deploygate remove <username or email> <short name> - Remove <username or email> from <short name>

Listing Users

deploygate list <short name> - List all users associated with <short name>

License

MIT