bullet_train 1.3.17 → 1.3.18

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: 3545804c99faf7e1993e0bc61a825d48608d1f395c689763a2924f3b0faffa04
4
+ data.tar.gz: b6711502408b4d59d6b09c1fde8eae1491d73e947ba4e5abd331adcea8264c1d
5
5
  SHA512:
6
- metadata.gz: 61e70c5ad42169a14357577569cdcb3beb1123e1029c16f98fd6c69ad7d23c3962af14db7a91de508d4e24fcbd00d630c9b41b5700986e244fb6251f34d6e8ae
7
- data.tar.gz: 411fdfebfcb92c3a58229f42f618721f9a63c53013c9a945ebba425958a4b592f77e9751dc23c540085cbed3165b5b8a8552a9b28e49d8b9bdc11c748e0d084e
6
+ metadata.gz: cf9da8bf4c6a006df1f2267975a103f41f2c1c38e6efb9225abee1273a37ab3b47f206e16396cedaba18cf3c06392c0784f6c739dab651816778706c19a36477
7
+ data.tar.gz: ce32f0f34848ef80ccdf6c9df85f8566dc3680c5a2e383168165c0dee8f99654f1443d3570ac70f76c5ec2ecdc564c8a4709a29ce90487df52d627e81ce49e4a
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.18"
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.18
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-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard