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 +4 -4
- data/VERSION +1 -1
- data/app/controllers/bjondservices_controller.rb +2 -1
- data/bjond-api.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e0a97fe9ae73ea45821b20a77cd2cfe58858b38
|
4
|
+
data.tar.gz: eafc736b72fa3662a2c533ebe3f4cab7acc934bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4827a83a8156d3013cc892d95210334da7ccd54887f412e4dd443912eea88e7eba1f66e87e3957034b4d696d59fb0a55aa6d56627c3aef36639684b5f62d579
|
7
|
+
data.tar.gz: 6370657fa365c0cc202e4464dca4fb7492786f8970987f54da4dd19e35afb1073c9b75562a8af0cbf04dd6c03eb099e4277abd75d0902abc5fdca3c0721aa993
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.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
|
-
|
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.
|
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.
|
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"]
|