Sha256: b4c1622c45698aad97462983b7e8a1b5c32e0a2406aee8f14f885bac86e674d4

Contents?: true

Size: 301 Bytes

Versions: 4

Compression:

Stored size: 301 Bytes

Contents


# copy this file to `config.rb` and
# fill in your own consumer-key and secret
#
# the consumer-key is the email you log on with, and the consumer-secret you
# can generate on https://docs.moreapp.com/#/api/authentication

MY_CONSUMER_KEY = 'your-email@example.com'
MY_CONSUMER_SECRET = 'xxxxxxxxx'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
moreapp-api-0.0.4 examples/config.rb.example
moreapp-api-0.0.3 examples/config.rb.example
moreapp-api-0.0.2 examples/config.rb.example
moreapp-api-0.0.1 examples/config.rb.example