rcloadenv 0.0.1.rc2 → 0.0.1.rc3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/lib/rcloadenv/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1baa9a50aa3c4c9d495c3a900f8a9ea85617143e
|
4
|
+
data.tar.gz: 0d1880191a782c9280e8a72472a1ef7639953fb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 408652350e50af4ce87c7dafcf8ed1f137ec7ed21b85793e6408f996028daa360f5219047b649cd72c0aebad164a333a5b40d93e0e40a18adb15177c6ade3467
|
7
|
+
data.tar.gz: 36064688765478cfe7936b00d1dc7bb1f32ac66a6c8c45dbc24ae7eeb6b548e155294fcd8335341954c8d02a881fe258ca339ac43a3a064fc9ea2a17fd4e57d0
|
data/README.md
CHANGED
@@ -48,12 +48,12 @@ because the "app.yaml" file is commonly checked into source control. Instead,
|
|
48
48
|
you can set the `SECRET_KEY_BASE` value securely in the Runtime Config
|
49
49
|
service, and use `rcloadenv` to load it into the Rails app. Here's how.
|
50
50
|
|
51
|
-
1. We will assume that
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
51
|
+
1. We will assume that you have a [Ruby on Rails](http://rubyonrails.org/)
|
52
|
+
application, you have set up a
|
53
|
+
[Google App Engine](https://cloud.google.com/appengine/) project to deploy
|
54
|
+
it to, you have the [Google Cloud SDK](https://cloud.google.com/sdk/)
|
55
|
+
installed, and you have logged in with gcloud and set your project name in
|
56
|
+
the gcloud configuration.
|
57
57
|
|
58
58
|
See https://cloud.google.com/ruby for more information on deploying a
|
59
59
|
Ruby application to Google App Engine.
|
data/lib/rcloadenv/version.rb
CHANGED