tpt-rails 1.2.1 → 1.2.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 497582b6de66fdec5dda45c775b2a6df6de864b3ef849cbfbb9c1d563f8f7f03
4
- data.tar.gz: df47f25ac00874f91d34c90cac1a605aa18d8b900f14e14ccf1747236a394655
3
+ metadata.gz: f8733558ff2cb637dcfad03bf25c7d163036d4c9ac4d64c2e05c5ef93139ff7f
4
+ data.tar.gz: f59d430089151aa70537970d28beb6bc012a3beb7261555d5574a28d67a6c736
5
5
  SHA512:
6
- metadata.gz: bbb38c7deaf7e76406180c68c21f7c56f9e7918bff3a4b36d65040a0e3930ef4c522d58e97c6b53bb4e7ccdd508da6591b609615e773b5141a2c6a13e908c635
7
- data.tar.gz: f132370dc957a26ded8bc6f7611ccb04a886e12257043a9a1f3a9a11f9429891278ff2ca6f40557e9c0b0d3e64285d594be749a2518465e58529df3d5873b0d3
6
+ metadata.gz: d8b0a500aebf850ceaa2ad916516a5e89814319ab667f96ace1c8b5b7a1d85dc391428491c1e9f498bb4bf6ea24e41440b2130cce57b53e07d7c46ee68e248d3
7
+ data.tar.gz: 7255dd10a5ea9b263f1a977499a6b7e419a85cf1e993c229546c57f51c5adda9f6977fb20620560891b77526e19777551c873cabeb2dfcb4c8d78380c79bc8e9
data/README.md CHANGED
@@ -131,7 +131,7 @@ gem 'tpt-rails', path: '/your/local/path/to/tpt/rails'
131
131
 
132
132
  First ensure you have permissions to publish to rubygems.org.
133
133
 
134
- Then execute:
134
+ Once you've merged, check out the `master` branch and execute:
135
135
  ```sh
136
136
  bundle exec gem bump --push --tag --version patch # patch/minor/major/X.X.X
137
137
  bundle exec gem release
@@ -9,7 +9,7 @@ image:
9
9
 
10
10
  environment:
11
11
  ENVIRONMENT: staging
12
- APP_ENV: production
12
+ APP_ENV: staging
13
13
  RAILS_ENV: production
14
14
 
15
15
  postgresql:
@@ -1,5 +1,5 @@
1
1
  module Tpt
2
2
  module Rails
3
- VERSION = '1.2.1'
3
+ VERSION = '1.2.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tpt-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - TpT
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-31 00:00:00.000000000 Z
11
+ date: 2020-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails