bjond-api 0.3.0 → 0.3.1

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: 126a780198d0298c600708c72ed453bcdd604d87
4
- data.tar.gz: 16dbe25901838404c208122dd66f934bb9162396
3
+ metadata.gz: 3869911869f4c24ff3bb3cc4b9e6882c73b93392
4
+ data.tar.gz: c8eed906c7b335a4f5b682148a14aac43463f02c
5
5
  SHA512:
6
- metadata.gz: 86e1b2a93ef623f6c37a67c6634a1bb9e3fd96d0909870ab124b16091a63bb02cb19a6e40b44a094c80ffbe66a88ba9d0a58f5b090ce2ffbbd3aaa667fe67ab6
7
- data.tar.gz: 804ca8e30ad6e0206cbf601bc1457e96f359a8a72547628ce7fc52db35847b4f162515836ed96991c082575a0083314d2ebef4f5c8090126a23617fa63809311
6
+ metadata.gz: 4874ae3ad203ad6b149fbbc433d4749c50bd00cbdc619643195b5a978d50adab363d637c0e3327fe00bd327d11e597ecdec7f6c37c5383883f4b7d70db46f746
7
+ data.tar.gz: aee91663d6924c26b204c0912a303154ed830b4ba56b2cec2082028da4c94f1364ea5fc39d1cf15caf47c97ad523581fc3590b3dc107e7615484995033db0fb3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -19,7 +19,7 @@ class BjondRegistration < ActiveRecord::Base
19
19
  return host_result
20
20
  end
21
21
 
22
- puts 'Warning! No BjondRegistration found for ip: ' + ip + '. This IP resolves to ' + host. + 'Trying most recent registration. '
22
+ puts 'Warning! No BjondRegistration found for ip: ' + ip + '. This IP resolves to ' + host + 'Trying most recent registration. '
23
23
  puts 'Incoming request parameters: '
24
24
  ap request
25
25
  return BjondRegistration.last
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.0 ruby lib
5
+ # stub: bjond-api 0.3.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bjond-api".freeze
9
- s.version = "0.3.0"
9
+ s.version = "0.3.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
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.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Rego