bullet_train 1.3.17 → 1.3.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c51ee37f41fe5f9ca7f9532a7c17ce33bef715effb3fee84a598ebcae4900ce7
4
- data.tar.gz: 8798d8b4a2badc16e5dcceeca245cadf4c2faf3fec55ee83a5fe8967566f128e
3
+ metadata.gz: 951cf1c05b265a712f19f77b63e6c9e02a3eb602be77370d4042a4e40b7c53fd
4
+ data.tar.gz: a9dfc27ca91a34bb50d51b6410df683d757cd7cdd433898aab114a4bfe55fa53
5
5
  SHA512:
6
- metadata.gz: 61e70c5ad42169a14357577569cdcb3beb1123e1029c16f98fd6c69ad7d23c3962af14db7a91de508d4e24fcbd00d630c9b41b5700986e244fb6251f34d6e8ae
7
- data.tar.gz: 411fdfebfcb92c3a58229f42f618721f9a63c53013c9a945ebba425958a4b592f77e9751dc23c540085cbed3165b5b8a8552a9b28e49d8b9bdc11c748e0d084e
6
+ metadata.gz: b44d0dac7d58af3c5adde134544981ededce3edc2b02046ec1692d3515adae1e2b683b49320fa115711a18c02c066f2ff9d16ad5eee2203a56ded76b9f29e511
7
+ data.tar.gz: b2e219b2bdd94b53b708b1201476574d10da248a3e964ba892b41de7c8512323aeade4233c3765223fb47151db64ebf47ec7bc74c8f67474ee6f340bab03cbdf
data/docs/heroku.md CHANGED
@@ -4,7 +4,7 @@ When you're ready to deploy to Heroku, it's highly recommended you use this butt
4
4
 
5
5
  [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=http://github.com/bullet-train-co/bullet_train)
6
6
 
7
- This button leverages the configuration found in `app.json`, including sensible defaults for dyno formation, third-party services, buildpack configuration, etc.
7
+ This button leverages the configuration found in `app.json`, including sensible production-ready defaults for dyno formation, third-party services, buildpack configuration, etc. The resources provisioned will cost about **$140/month**.
8
8
 
9
9
  ## What's Included?
10
10
 
@@ -90,4 +90,4 @@ Before you can upload to your freshly provisioned S3 bucket, you need to run (on
90
90
  heroku run rake aws:set_cors
91
91
  ```
92
92
 
93
- Note: If you change `ENV["BASE_URL"]`, you need to re-run this task.
93
+ Note: If you change `ENV["BASE_URL"]`, you need to re-run this task.
@@ -1,3 +1,3 @@
1
1
  module BulletTrain
2
- VERSION = "1.3.17"
2
+ VERSION = "1.3.19"
3
3
  end
@@ -295,8 +295,7 @@ namespace :bullet_train do
295
295
  end
296
296
  elsif flag == "--reset"
297
297
  if line.match?(/bullet_train/)
298
- line.gsub!(local_path, original_path) # Reset local path
299
- line.gsub!(/, "[0-9|.]*"$/, "") # Reset specific version
298
+ line.gsub!(/,.*$/, "")
300
299
  end
301
300
  puts "Resetting '#{package}' package in the Gemfile...".blue
302
301
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.17
4
+ version: 1.3.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-25 00:00:00.000000000 Z
11
+ date: 2023-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard