useful_utilities 7.0.1 → 7.0.2

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
  SHA256:
3
- metadata.gz: ca26dcec0b9792d0f1028510f771e7f5662bbbfb7261e105a3f468792ac3dceb
4
- data.tar.gz: b02e0ea6e43c649a0a815ed4ac2239626d11870c5d6acd3487a27c91ec49a7c2
3
+ metadata.gz: bd0f03add3976c1fb212af8c129148664dfaf80f17f1eade8409b14c21c37a3b
4
+ data.tar.gz: a4b8b5e0d26e07054b6af4ccb9752c4be770ab7319ce5aeaf47efae13ff67bf5
5
5
  SHA512:
6
- metadata.gz: e0d0ca043f84529767e4b0b4101e87687fdf545d428c9010910a4cefbac5ff1d8391732b9f5f7b1f70f8b6c21a33f39acf95dc33e4f2a152908610b6e110ca5d
7
- data.tar.gz: 3300abc52d74f542e9b2d3103357f48d1e116ba21e00250a33d3525a6d0adcb3f2e85d0d8ee9e9ed972bc4642ab18322ca3feb6c6803dddb68fa927d6c4f0de3
6
+ metadata.gz: dec9574dc4c59b85b4cfc1d752e5b63b489fbdfc19db648d1e9e1c116b56371a3a6fb3bbcc2ccceead60da2da465669f37f2aa405eb036ebd2b6f286579e5a37
7
+ data.tar.gz: 2f26ce0af5224102e5ef504560100f37da278fa1abc06f4b29ae01dc6ffccb072b72232c80fe2e216f663c3b70a95da922d46633f9e89aeac286b247a8169e78
@@ -3,7 +3,7 @@ require 'active_support/all'
3
3
  module UsefulUtilities
4
4
  # Utilities for time
5
5
 
6
- # @author OnApp Ltd.
6
+ # @author Virtuozzo
7
7
  module Time
8
8
  extend self
9
9
 
@@ -1,3 +1,3 @@
1
1
  module UsefulUtilities
2
- VERSION = '7.0.1'.freeze
2
+ VERSION = '7.0.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: useful_utilities
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.1
4
+ version: 7.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - OnApp Ltd.
7
+ - Virtuozzo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -123,7 +123,7 @@ dependencies:
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  description: " A bunch of useful modules to work with time/size constants/hashes\n"
126
- email: onapp@onapp.com
126
+ email: igor.sidorov@virtuozzo.com
127
127
  executables: []
128
128
  extensions: []
129
129
  extra_rdoc_files: []
@@ -149,7 +149,7 @@ files:
149
149
  - lib/useful_utilities/time.rb
150
150
  - lib/useful_utilities/version.rb
151
151
  - lib/useful_utilities/yaml.rb
152
- homepage: https://github.com/OnApp/useful_utilities
152
+ homepage: https://github.com/virtuozzo/useful_utilities
153
153
  licenses:
154
154
  - Apache 2.0
155
155
  metadata: {}