bullet_train-api 1.43.0 → 1.44.1

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: 2f0ee3aa7a7e6b29bfe9f766b020e7b834f5218368e7901bffd103bc22e06ad1
4
- data.tar.gz: 23d818936faf4d4dcf36184a315134eb9ad849b1f4d1524c1f6faa3cfda11ffb
3
+ metadata.gz: 1c61831356d40939115133a7a8a5f64bdcac4040eb8270849d5ca753984c6f58
4
+ data.tar.gz: 56306105a7aa7e39b2c224522c814756b5c3342eebcf73435897df72631d4d9d
5
5
  SHA512:
6
- metadata.gz: 7a154e598159dacea05c6127f9effe16567fa06fa4120fa51cefb98f82c04b1ffc1ec039972cb55820e5065bd680cdefbebbb640887a3b2ab031a287e4bb78ab
7
- data.tar.gz: bfa732f7811de32ee75140e1aef8fa604223fd6fc8ab5e24e45ff9b592379f79a1522eccbfb403b463f972e403b17d9d3998fe38abce851c0723460f57edf78f
6
+ metadata.gz: 9469f66d1e3371deeefbf0299991421bb6cf6c9beba340f1eaa228a74f9c9fe892c48ff61c69c74cdc014d73a2c7d6edc3279db7c757d227201e46350e5abb9c
7
+ data.tar.gz: e08a35ffb48d0bd0f8c0fa4a7fe998d44a97a33fd0baca14924a584bcf4a0c7ad51719016b5e4bfe5d839274655a7862497e928b9af51bab9a3ed4f709563cbc
@@ -7,6 +7,7 @@ module Api::Controllers::Base
7
7
 
8
8
  included do
9
9
  include ActionController::Helpers
10
+
10
11
  helper ApplicationHelper
11
12
 
12
13
  include LoadsAndAuthorizesResource
@@ -2,6 +2,7 @@ class Platform::AccessToken < BulletTrain::Api.base_class.constantize
2
2
  self.table_name = "oauth_access_tokens"
3
3
 
4
4
  include Doorkeeper::Orm::ActiveRecord::Mixins::AccessToken
5
+
5
6
  # 🚅 add concerns above.
6
7
 
7
8
  # 🚅 add concerns above.
@@ -2,6 +2,7 @@ class Platform::Application < BulletTrain::Api.base_class.constantize
2
2
  self.table_name = "oauth_applications"
3
3
 
4
4
  include Doorkeeper::Orm::ActiveRecord::Mixins::Application
5
+
5
6
  # 🚅 add concerns above.
6
7
 
7
8
  belongs_to :team, optional: true
@@ -31,6 +31,7 @@ module FactoryBot
31
31
  end
32
32
 
33
33
  include ::Api::OpenApiHelper
34
+
34
35
  def _path_examples(method, model, **options)
35
36
  version = options.delete(:version) || "v1"
36
37
 
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module Api
3
- VERSION = "1.43.0"
3
+ VERSION = "1.44.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver