blazer_json_api 0.1.1b → 0.1.1c

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: 96fb6dab3dea09d50c491c1b75a9d2a3e11b9fc043646956d1254d6332ac057c
4
- data.tar.gz: 5388e37b0b5e0815808e410f415e06a0269271c41c5255e9f84f572490682387
3
+ metadata.gz: 5ff330c50961dd955018dfef4387a98b18fd17e60e92b22e1bc5dab313383e5d
4
+ data.tar.gz: 1ed124719428059a671c81ccabec990cf62c787d9ab2c43e35179e7520323272
5
5
  SHA512:
6
- metadata.gz: 56e0fee77e35cd51379c495d334afdd300d9e29a55d84d6bdc4879bb4aae4e2e1a4afca963e491bb6a3581b95521539a8024671205f592e92b70308f9f2e9786
7
- data.tar.gz: 8eaa2c9d17010081ff773aea5cad898af903a0c8aad5c4b8e3f17986ffe2fbd4f4fac0f0c1adb0d4ac51c7992f5203c609f7e7a49bbedb900dabc7724b8af532
6
+ metadata.gz: ecfe7b3fb8d39a9f06181f95dc6850a8100589e1b4046614d01234afb980fa29184bee8503b1450e0c48a4806bdcb921395ca1b100658bef13755bd36687bb43
7
+ data.tar.gz: cf27f9e55f62abbf240437814c37cf85db20807366e4fc105091d335dbc7d239a4edfd4663155ccbd1a8fbb887f1f1cced6106e8757c92f049edb4fc144e311e
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module BlazerJsonAPI
3
+ module BlazerJsonApi
4
4
  module ApplicationHelper
5
5
  end
6
6
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module BlazerJsonAPI
3
+ module BlazerJsonApi
4
4
  class ApplicationJob < ActiveJob::Base
5
5
  end
6
6
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module BlazerJsonAPI
3
+ module BlazerJsonApi
4
4
  class ApplicationMailer < ActionMailer::Base
5
5
  default from: 'from@example.com'
6
6
  layout 'mailer'
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module BlazerJsonAPI
3
+ module BlazerJsonApi
4
4
  class ApplicationRecord < ActiveRecord::Base
5
5
  self.abstract_class = true
6
6
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlazerJsonAPI
4
- VERSION = '0.1.1b'
4
+ VERSION = '0.1.1c'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blazer_json_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1b
4
+ version: 0.1.1c
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Farrell