No commit activity in last 3 years
No release in over 3 years
Register Pushes
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.7.0
 Project Readme

parsecom-notifier

You can register many pushes at once.

Installation

$ gem install parsecom-notifier

If you are using rbenv, please don't forget call rehash

$ rbenv rehash

Usage

Set environment variables to connect parse.com

export PARSE_APPLICATION_ID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export PARSE_API_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export PARSE_MASTER_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Create a file describing about pushes in yaml format. For instance:

message: Hello from parsecom-notifier
pushes:
-
  at: 2014-12-02T15:00:00+09:00
  conditions:
    createdAt:
      from: 2014-10-01T00:00:00Z
-
  at: 2014-12-02T15:20:00+09:00
  conditions:
    createdAt:
      from: 2014-07-18T10:51:00Z
      to: 2014-09-30T23:59:59Z

Call parsecom-notify command with the file.

$ parsecom-notify pushes.yaml