databasedotcom 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +2 -2
- data/lib/databasedotcom/version.rb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -69,8 +69,8 @@ Then
|
|
|
69
69
|
=== Usage in an application deployed on Heroku
|
|
70
70
|
You can use the <tt>heroku config:add</tt> command to set environment variables:
|
|
71
71
|
|
|
72
|
-
heroku config:add
|
|
73
|
-
heroku config:add
|
|
72
|
+
heroku config:add DATABASEDOTCOM_CLIENT_ID=foo
|
|
73
|
+
heroku config:add DATABASEDOTCOM_CLIENT_SECRET=bar
|
|
74
74
|
|
|
75
75
|
Then, when you create your client like:
|
|
76
76
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: databasedotcom
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.0.
|
|
5
|
+
version: 1.0.8
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Glenn Gillen, Danny Burkes & Richard Zhao
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-09-
|
|
13
|
+
date: 2011-09-07 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: multipart-post
|
|
@@ -18,9 +18,9 @@ dependencies:
|
|
|
18
18
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
19
19
|
none: false
|
|
20
20
|
requirements:
|
|
21
|
-
- -
|
|
21
|
+
- - ~>
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 1.1
|
|
23
|
+
version: "1.1"
|
|
24
24
|
type: :runtime
|
|
25
25
|
version_requirements: *id001
|
|
26
26
|
- !ruby/object:Gem::Dependency
|