bjond-api 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 737d4485969105a1913cf0a2aa148aba40d3c51c
4
- data.tar.gz: c87fe2cee9fa366e9643b76fd41de764dac7ed3c
3
+ metadata.gz: 6e0a97fe9ae73ea45821b20a77cd2cfe58858b38
4
+ data.tar.gz: eafc736b72fa3662a2c533ebe3f4cab7acc934bb
5
5
  SHA512:
6
- metadata.gz: 2615bb84be6da06014de9600f4ad0505617226925c44744fef7dbe50066be7f21eba6ebc9a182b8726f793f850234551090467cb2e6a6087454b9b30e9e9366f
7
- data.tar.gz: aec5785a7e44505d31838d4705f944c7bb2df3259e3ac026ebeff5c92c7a13d1f58a2638e74c83891792adbe0d355213d907628d946445a4f08b59f9b71a346e
6
+ metadata.gz: e4827a83a8156d3013cc892d95210334da7ccd54887f412e4dd443912eea88e7eba1f66e87e3957034b4d696d59fb0a55aa6d56627c3aef36639684b5f62d579
7
+ data.tar.gz: 6370657fa365c0cc202e4464dca4fb7492786f8970987f54da4dd19e35afb1073c9b75562a8af0cbf04dd6c03eb099e4277abd75d0902abc5fdca3c0721aa993
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -2,7 +2,8 @@ class BjondservicesController < ApplicationController
2
2
 
3
3
  require 'bjond-api'
4
4
  require 'syruppay_jose'
5
- include BjondJwtHelper
5
+ require 'bjond-jwt'
6
+ include BjondJwt
6
7
 
7
8
  skip_before_filter :verify_authenticity_token, :only => [:get_schema, :register_group_endpoint, :configure_group_endpoint]
8
9
 
data/bjond-api.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bjond-api 0.1.1 ruby lib
5
+ # stub: bjond-api 0.1.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bjond-api"
9
- s.version = "0.1.1"
9
+ s.version = "0.1.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bjond-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Rego