bjond-api 0.3.10 → 0.3.11
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f088bd25ce160b637a12f4daf506e6e784165d7
|
4
|
+
data.tar.gz: 34131b6d4a8a480a81ad36b6bbc62e60d70e4a2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10bab41fb1e9cbcc106dcfa5d5e605cdbae9cf8f9b656f2713c9653c430c8fb5780a6e13e5029f057d8abf0aac036e5d0f0a86e11861fd1db784e4136fce6b96
|
7
|
+
data.tar.gz: 537f17c0dbc886602ae696d2a46a65f0e6a379e44dcec1b6188428d8bf54b814b776a17b97d865117ac7e0693eaafcc0c47138ce6e40b69e106220396372ddeb
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.11
|
@@ -58,13 +58,13 @@
|
|
58
58
|
<p>
|
59
59
|
<strong>Note:</strong></br>
|
60
60
|
Please verify that the service endpoints below have the correct host.
|
61
|
-
If the host (preceeding /server-core/services..) is incorrect, the
|
61
|
+
If the host (preceeding /server-core/services..) is incorrect, the Bjönd Server
|
62
62
|
may need to set its OPENSHIFT_PUBLIC_URL environment variable. Once this
|
63
|
-
environment variable is re-set (and the
|
63
|
+
environment variable is re-set (and the Bjönd Server restarted), please
|
64
64
|
re-register the affected services.
|
65
65
|
</p>
|
66
66
|
<p>
|
67
|
-
The endpoints may also be manually updated by modifying the
|
67
|
+
The endpoints may also be manually updated by modifying the Bjönd Service.
|
68
68
|
Please exercise caution when modifying these fields.
|
69
69
|
</p>
|
70
70
|
</div>
|
@@ -86,7 +86,7 @@
|
|
86
86
|
</p>
|
87
87
|
|
88
88
|
<p>
|
89
|
-
<%= link_to "Modify
|
89
|
+
<%= link_to "Modify Bjönd Service", "/bjond-app/services/edit/#{service.id}"%>
|
90
90
|
</p>
|
91
91
|
|
92
92
|
</div>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<div class="edit-registrations">
|
2
|
-
<h1 class="app-info-header">Editing
|
2
|
+
<h1 class="app-info-header">Editing Bjönd 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,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.3.
|
5
|
+
# stub: bjond-api 0.3.11 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "bjond-api"
|
9
|
-
s.version = "0.3.
|
9
|
+
s.version = "0.3.11"
|
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"]
|