bullet_train 1.7.22 → 1.8.0

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: ec504a7d2f778a870c7d53c43dd91a003d3e4894afbfe1932394a1446d0807a1
4
- data.tar.gz: 94beb6da6f09888bdc2cd7c7242bc44c5688e990eacc86727bdc7a789e4ab7fd
3
+ metadata.gz: 57c8825801aec411d4528065d7e35271bfce40a432f22485c8062a46b9401ab6
4
+ data.tar.gz: 213fb4a2b9bae25f866639e4b1e42879fac469c296232208a7a2af3dec9e5315
5
5
  SHA512:
6
- metadata.gz: 8a69dc93c17f930524870ab8edd32fc33d4ea599f8713f6025822bfae31028e16f824da825a0f91ccec51666adcfee511913d2d5d859c4f24a0f998549049817
7
- data.tar.gz: 9a01f31d8c0104a66b11a384af0ebacd080ff41c60ac37a96776230ab6c8e8c9d990a20eb1a4e0cfd3a4bca58022798b89f7008e6c4d678f038fad8182bc593d
6
+ metadata.gz: 403f18cf271595467e8df348470ce49b4eb508ac35609b7c75e14699f33797a6dba98363f357c079f483a93f138491bcd8df7c3cb0c04ffba32c6d0421737c8d
7
+ data.tar.gz: 5b01d002d69d4d1b09cbbed6f64bc5b221e7e68babd61ca092f113717305b337c4c7922f226678d2e4faf55af4846ee20a823118d98ef7e1970bc08a05df1802
@@ -84,9 +84,9 @@ en:
84
84
  date_and_time: '%m/%d/%Y %l:%M %p'
85
85
  file_fields:
86
86
  download: Download File
87
- download_current: Download Current Document
88
- remove: Remove Current Document
89
- upload: Upload New Document
87
+ download_current: Download Current File
88
+ remove: Remove Current File
89
+ upload: Upload New File
90
90
  bulk_select:
91
91
  all: All
92
92
 
@@ -11,7 +11,7 @@ Most of these include skipping particular functionalities, so take a look at wha
11
11
  |--------|-------------|
12
12
  | `--sortable` | [Details here](/docs/super-scaffolding/sortable.md) |
13
13
  | `--namespace=customers` | [Details here](/docs/namespacing.md) |
14
- | `--sidebar="ti-world"` | Pass the Themify icon or Font Awesome icon of your choice to automatically add it to the navbar* |
14
+ | `--navbar="ti-world"` | Pass the Themify icon or Font Awesome icon of your choice to automatically add it to the navbar* |
15
15
  | `--only-index` | Only scaffold the index view for a model"` |
16
16
  | `--skip-views` | |
17
17
  | `--skip-form` | |
@@ -1,3 +1,3 @@
1
1
  module BulletTrain
2
- VERSION = "1.7.22"
2
+ VERSION = "1.8.0"
3
3
  end
data/lib/bullet_train.rb CHANGED
@@ -73,7 +73,7 @@ def default_url_options_from_base_url
73
73
  end
74
74
 
75
75
  def heroku?
76
- ENV["PATH"]&.include?("/app/.heroku/")
76
+ ENV["HEROKU_APP_NAME"].present?
77
77
  end
78
78
 
79
79
  def inbound_email_enabled?
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.7.22
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-14 00:00:00.000000000 Z
11
+ date: 2024-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard