mrpin-sdk 1.0.13 → 1.0.14

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: 4e23b49d85686e657ac6fd0de87330262520e153
4
- data.tar.gz: 2b3ff490aae3b54906da69be81306cf7565edf1c
3
+ metadata.gz: e62cdaf4b0a5652f8cc5109a441134028089ae05
4
+ data.tar.gz: 433e6abab38335885f28711c4f38a4aa1f6e9d2c
5
5
  SHA512:
6
- metadata.gz: 18a49f60e3524272ef40c78f3c18215a35b04bb0ff61eb616f66cb5ebb4c3ec7cee54fabed82398663f40aad73c459bfae86e370054c60f153fbc638c3c0740f
7
- data.tar.gz: eaf76b9635bc4ad0cf66c172c53ad5f0c590141fd2faeb0224eefa97bb1fc897cca1a37249c2d79653e45bff5704a46805c3532ae2ac262f86127421169896bf
6
+ metadata.gz: 07ba956be79c4baa0184f20ae8d0757b2b5ae60d9a9baada5274f1285588dc39b933a8fe86eac1f0bc7cf1134bd1c574f2af459c20be6c375c15e4255c9c8f81
7
+ data.tar.gz: 751b9a9f409692ac4fdb4edbe8e03045048af10e4b7be8c6dd942fd0c8a829320a1489122908dff2ad6c6ec5f483b765a61eae379cfd7d79ad107acc3459c217
@@ -107,7 +107,7 @@ class SystemControllerBase < ApplicationControllerBase
107
107
  result = nil
108
108
 
109
109
  unless timestamp.nil?
110
- time_ago_in_words(timestamp.utc) + ', ' + timestamp.utc.to_s
110
+ result = time_ago_in_words(timestamp.utc) + ', ' + timestamp.utc.to_s
111
111
  end
112
112
 
113
113
  result
data/lib/mrpin/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mrpin
2
- VERSION = '1.0.13'
2
+ VERSION = '1.0.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mrpin-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.13
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory