bjond-api 0.3.12 → 0.3.13

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
  SHA1:
3
- metadata.gz: 926477ba014622da1d647ee19e899e38dadd748e
4
- data.tar.gz: d480bf3f91cb52330881db972add25d6c70cf7d4
3
+ metadata.gz: a967b6353bd9b0787c55247fd293e9825785f496
4
+ data.tar.gz: 8ca52778ca0913feb4e67e07add8986e0122b30f
5
5
  SHA512:
6
- metadata.gz: 8ecebf1ea142eaef3e7328b6ecfe7fa8d0abe27a1cc33f9e480483e9d18088fcd22d3f153083e1b9e4b65dd59d96d9f96dc300a994177a561316e37cefdf43fc
7
- data.tar.gz: c412eac2b0ef70f11ba24088ebc7ec532759738e1a1c403eb5cf2cd936c71e815c5a052ce415930c47178597f37be0da3c0f12e788603d8b5654939175f54e28
6
+ metadata.gz: a846ccdda9cd3c459c98873a8e44fa5664594cdf80158cd94d7924527169bab5ca7fb3d173ef5ce3a0c5c7944a2ef293219c1bb8d5af2ea464b8d565d6302cc5
7
+ data.tar.gz: eae264994722334b67fed94300030ad4f3e00a2a324c235c06a819174c8b80a9cf223b3cc3afe858c73ae8504892d8496dedf272c6d70ee7f8916ad492ccbae2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.12
1
+ 0.3.13
@@ -96,7 +96,7 @@ class BjondservicesController < ApplicationController
96
96
  # Only allow a trusted parameter "white list" through.
97
97
  private
98
98
  def bjondservices_params
99
- params.require(:bjond_service).permit(:group_id, :endpoint_id,)
99
+ params.require(:bjond_service).permit(:group_id, :endpoint,)
100
100
  end
101
101
 
102
102
  end
@@ -1,5 +1,5 @@
1
1
  <div class="edit-registrations">
2
- <h1 class="app-info-header">Editing Bjönd Bjönd Service</h1>
2
+ <h1 class="app-info-header">Editing Bjönd Service</h1>
3
3
 
4
4
  <%= form_for(@bjondservice, :url => "/bjond-app/services/#{@bjondservice.id}") do |f| %>
5
5
  <% if @bjondservice.errors.any? %>
data/bjond-api.gemspec CHANGED
@@ -2,16 +2,16 @@
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.3.12 ruby lib
5
+ # stub: bjond-api 0.3.13 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bjond-api"
9
- s.version = "0.3.12"
9
+ s.version = "0.3.13"
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"]
13
13
  s.authors = ["Blake Rego"]
14
- s.date = "2017-01-24"
14
+ s.date = "2017-02-07"
15
15
  s.description = "Rails engine that provides communication between Bj\u{f6}nd Server Core and a client app."
16
16
  s.email = "blake.rego@bjondinc.com"
17
17
  s.executables = ["rails"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bjond-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Rego
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-24 00:00:00.000000000 Z
11
+ date: 2017-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails