bjond-api 0.3.0 → 0.3.1
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/models/bjond_registration.rb +1 -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: 3869911869f4c24ff3bb3cc4b9e6882c73b93392
|
4
|
+
data.tar.gz: c8eed906c7b335a4f5b682148a14aac43463f02c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4874ae3ad203ad6b149fbbc433d4749c50bd00cbdc619643195b5a978d50adab363d637c0e3327fe00bd327d11e597ecdec7f6c37c5383883f4b7d70db46f746
|
7
|
+
data.tar.gz: aee91663d6924c26b204c0912a303154ed830b4ba56b2cec2082028da4c94f1364ea5fc39d1cf15caf47c97ad523581fc3590b3dc107e7615484995033db0fb3
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
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
|
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.
|
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.
|
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]
|