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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -6
  3. data/lib/rcloadenv/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c68796040890128ba8d662312d27dfaabcc08c9d
4
- data.tar.gz: e9cb3bf736137aa83203289b33c20cfcc655581f
3
+ metadata.gz: 1baa9a50aa3c4c9d495c3a900f8a9ea85617143e
4
+ data.tar.gz: 0d1880191a782c9280e8a72472a1ef7639953fb9
5
5
  SHA512:
6
- metadata.gz: '09c2518da2e08e37fdac0ec1ceaf768461a5082ce07890a7e8db186bfa0786269096e66e1a731759388f3487b7015f0ed14ade39a8c5e189689cdabfb83bf7cb'
7
- data.tar.gz: 21626feb54da19cc9184c72512ada5ff195b7e8b051dc39978d98bbb18f15abcad9843a58c86e945cb9c497d4bc3fa5cb40af32eb59dd4dc3e48891c07c84221
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
- * You have a Ruby on Rails application
54
- * You have a Google Cloud App Engine project to deploy it to
55
- * You have installed the Google Cloud SDK, have logged in, and have
56
- set your project name in the configuration.
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.
@@ -16,6 +16,6 @@
16
16
  module RCLoadEnv
17
17
 
18
18
  ## The current version of this gem, as a string.
19
- VERSION = '0.0.1.rc2'.freeze
19
+ VERSION = '0.0.1.rc3'.freeze
20
20
 
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcloadenv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.rc2
4
+ version: 0.0.1.rc3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma