blazer_json_api 0.1.4 → 0.1.5

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: b6fe3871a2a73e0d9ca277c700e7ec943bb20e1bc99efb484419d7b9df31207b
4
- data.tar.gz: 179dddb823192971bd0c44e4ef6d69c1055a64814567daa5fb4e6044f1c303e1
3
+ metadata.gz: 6b0fa2e7722b1b16bebb480809ee09b27ed42a9463a2b270971855dca70747e8
4
+ data.tar.gz: 7550cd84dcd623a39de4991461a29315249ed00d845495c1dde40845e230282e
5
5
  SHA512:
6
- metadata.gz: 747f31b055917096f5e155bab0e9b4629a9a83ac1ca9978f70007831336ca7eac69848628a59fa9e957ec041864f9d052a2f9df618824b109b4f38f54f5eaa97
7
- data.tar.gz: 34835c4db9ec8a8af5db3300cc8f21a18836b4b8251458ffa77b8f74bfcc82eadac5cd29b28131966721b788d87f0bacb6b0cb4f2c12cd992211cb6e9ad62682
6
+ metadata.gz: a0bdbab11e49eba2684c5e5614ef19504035f622de8661f0b57d064307c241fb97df1f82e9213892758af14c81db31cbb1dcd41f73ad28c8b420b756436e8bb4
7
+ data.tar.gz: d4f2f1b6b87db3b117f9fb0acf4394a239e2735523bbb51a5c022a990fe3f42e0027bed9f41f662ec10fc3f818f2e4eb7ccad84467c8f33468a8dc60cb92a94b
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module BlazerJsonAPI
3
+ module BlazerJSONAPI
4
4
  class ApplicationController < ActionController::Base
5
5
 
6
6
  if BlazerJsonAPI.credentials_provided?
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module BlazerJsonAPI
4
- class QueriesController < BlazerJsonAPI::ApplicationController
3
+ module BlazerJSONAPI
4
+ class QueriesController < BlazerJSONAPI::ApplicationController
5
5
  before_action :set_query
6
6
 
7
7
  def show
@@ -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,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlazerJsonAPI
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blazer_json_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Farrell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-08 00:00:00.000000000 Z
11
+ date: 2021-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties