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: 9b20e086dd5b336a7cef14cacc25abf882887d64
4
- data.tar.gz: 7ff39ab68606eef026a85039a95a6fefdc4c585c
3
+ metadata.gz: 2f088bd25ce160b637a12f4daf506e6e784165d7
4
+ data.tar.gz: 34131b6d4a8a480a81ad36b6bbc62e60d70e4a2b
5
5
  SHA512:
6
- metadata.gz: b76a926f7989ad6aa08ff009f3758870356d5ecd96c82b28ef987d8ea4da43c72f5436a1bff72c2bec81d48d0fe344ebd344df1483f636b0dc0de4a17a93b785
7
- data.tar.gz: 001eec4fcafb350633261b99a6b0a2a1ea73186b6dbae877f92ef67b4a2fe350a010ddc82ee8fa414941369dd8ea2733e1f319fd43cad25c5b6ae827effc11e0
6
+ metadata.gz: 10bab41fb1e9cbcc106dcfa5d5e605cdbae9cf8f9b656f2713c9653c430c8fb5780a6e13e5029f057d8abf0aac036e5d0f0a86e11861fd1db784e4136fce6b96
7
+ data.tar.gz: 537f17c0dbc886602ae696d2a46a65f0e6a379e44dcec1b6188428d8bf54b814b776a17b97d865117ac7e0693eaafcc0c47138ce6e40b69e106220396372ddeb
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.10
1
+ 0.3.11
@@ -37,6 +37,6 @@
37
37
  <%= f.text_field :encryption_key %>
38
38
  </div>
39
39
  <div class="actions">
40
- <%= f.submit %>
40
+ <%= f.submit "Update Bjönd Registration" %>
41
41
  </div>
42
42
  <% end %>
@@ -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 Bjond Server
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 Bjond Server restarted), please
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 Bjond Service.
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 Bjond Service", "/bjond-app/services/edit/#{service.id}"%>
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 Bjond Bjond Service</h1>
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.10 ruby lib
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.10"
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"]
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.3.10
4
+ version: 0.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Rego