terra_boi 1.0.0 → 1.0.1

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 +5 -1
  3. data/lib/terra_boi/version.rb +1 -1
  4. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c36dc0d2b46ebcc92f0b6ed5ef50266ba726528f7d5af498358242f25f9f3a2f
4
- data.tar.gz: 2fecb45f6a00eb0d7b288c49c6a83b5a52723365057c89663375eca4a0aa85ca
3
+ metadata.gz: e8f5413354a66c625ee26c8778773011b1119e1ca8c7907d5c35d3848f376c9a
4
+ data.tar.gz: 73ffe12bcc566b1ba30077ae5cc228edc03a922d235ab3c785bd9fa9c94d1d26
5
5
  SHA512:
6
- metadata.gz: cbd2c30b16f582e5ac99384298e57e2c8125c762c644e55b7838c1edb37092a9216efc80cf5835cd5be82d2ac7aa16e7e4bfd3e6889ebbcd2472f467d00ffe13
7
- data.tar.gz: 83b231de3fb16aa1a986437220b7a124313bb3a884e355255d885e8213438309de38ba2ff7cd8d682d78db79692562fe1d36d77fa074229ba90d24a1e56be22b
6
+ metadata.gz: e9aeb3d92446bcc652784cc3f4c0cad93bf42bc2e23564844b24eaff946c23815bee419f0cbe19a3d355c606129d4f40f2c116d89d1ec15ca931df09b4497e0d
7
+ data.tar.gz: 33d3a88b5034b673eeaca0a377fc19445188b2436f00f634cfa2c4780538c144c0e581294cbba8df0d2e34273649d8ab1aa75b7868c3d7e7fe9bd42db7b932be
data/README.md CHANGED
@@ -2,7 +2,11 @@
2
2
 
3
3
  ## Introduction
4
4
 
5
- This ruby / rails gem was created by [Charlie Reese](https://charliereese.ca/about) for [Clientelify](https://clientelify.com). It creates AWS infrastructure for your rails application and deploys it in 5 steps (3 installation steps and 2 rake tasks). It is free to use.
5
+ Deploy your rails application to AWS with `rake deploy`.
6
+
7
+ This ruby / rails gem was created by [Charlie Reese](https://charliereese.ca/about) for [Clientelify](https://clientelify.com). It creates AWS infrastructure for your rails application and deploys it in 5 steps (3 installation steps and 2 rake tasks). Subsequent deployment is 1 step (`rake deploy`).
8
+
9
+ It is free to use.
6
10
 
7
11
  Out of the box, terra_boi provides remote state locking, load-balancing, simple scaling, zero-downtime deployments, CloudWatch logging, DBs, and S3 buckets for multiple infrastructure environments: by default, terra_boi creates staging and prod environments for your web app.
8
12
 
@@ -1,3 +1,3 @@
1
1
  module TerraBoi
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terra_boi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charlie Reese
@@ -44,13 +44,12 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- description: 'This gem was created to get rails applications deployed into production
48
- as quickly and easily as possible. It contains generators that create infrastructure
49
- code for load balancing / auto scaling / zero-downtime deployments, (rails) web
50
- apps (EC2 instances), DBs, and S3 buckets. List of items created by this gem''s
51
- generators: Dockerfile, Rails initializer file (for setting up config.hosts), Packer
52
- repository (for creating AWS EC2 AMIs), and Terraform repository (for creating infrastructure
53
- as code to immediately deploy staging / prod infrastructure).'
47
+ description: |-
48
+ Deploy your rails application to AWS with `rake deploy`.
49
+
50
+ This ruby / rails gem was created by Charlie Reese (charliereese.ca/about) for Clientelify. It creates AWS infrastructure for your rails application and deploys it in 5 steps (3 installation steps and 2 rake tasks). It is free to use.
51
+
52
+ Out of the box, terra_boi provides remote state locking, load-balancing, simple scaling, zero-downtime deployments, CloudWatch logging, DBs, and S3 buckets for multiple infrastructure environments: by default, terra_boi creates staging and prod environments for your web app.
54
53
  email:
55
54
  - j.charles.reese@gmail.com
56
55
  executables: []
@@ -128,6 +127,7 @@ requirements: []
128
127
  rubygems_version: 3.1.2
129
128
  signing_key:
130
129
  specification_version: 4
131
- summary: Generators to help you get rails applications deployed into production as
132
- quickly and easily as possible.
130
+ summary: Deploy your rails application to AWS with `rake deploy`. terra_boi generates
131
+ AWS infrastructure as code, provisions AWS infrastructure, and then deploys your
132
+ application to it using Terraform, rails generators, and rake tasks.
133
133
  test_files: []