com-common 0.1.2 → 0.1.3

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: 4de6d5c3a4b582cc9d2e8be73904a47938bdc687
4
- data.tar.gz: f1096be417c69fa4b8d0a489b4e5b487afcd300a
3
+ metadata.gz: b3aeb0b7501f4cec81dcd4cd84e57d445d1f4b21
4
+ data.tar.gz: c4b78c199ca3541609507db3a20014b3041b8f42
5
5
  SHA512:
6
- metadata.gz: 86c9b5d8e986f85d46d5581804157bb5cbdc00a3af62a744d9a425969935d1f5047256e598a5ead4faf994a1ef70d73cda1d769990e3d55ff0e88867ba3db22d
7
- data.tar.gz: d5de288665375869f31cfd3f91c5b38d9a148f8353eb8aa70db350b3accdec6273687737e8a67dd84aaef26c0b278a861137b16a951b53ec0d1381837844560c
6
+ metadata.gz: 21c5382ab7709be7b0f6a27946891f7dd73b30d0642f9f8b89921c625242b48d45f8bed6a08c6228b54135c0e88b982e43e8c72edc41245f3d6e28a9a05e9a6e
7
+ data.tar.gz: bbf51d6101ef7522e8bad6d4aca983655b529752e1fe5698213202119320dc7fb89d905c225791628608e7a7984abb75ada71dec715a2d76c598f4576dbf134e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- com-common (0.1.2)
4
+ com-common (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/com-common.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.email = ["zekefast@gmail.com"]
14
14
 
15
15
  spec.summary = %q{com-rb common library classes.}
16
- spec.homepage = "https://github.com/com/com-common"
16
+ spec.homepage = "https://github.com/com-rb/com-common"
17
17
  spec.license = "MIT"
18
18
 
19
19
  spec.required_ruby_version = "~> 2.3.1"
@@ -12,6 +12,6 @@ module ::Com
12
12
  # Library version.
13
13
  #
14
14
  # @return [String] library version
15
- VERSION = "0.1.2".freeze
15
+ VERSION = "0.1.3".freeze
16
16
  end
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: com-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeke Fast
@@ -81,7 +81,7 @@ files:
81
81
  - lib/com/common/version.rb
82
82
  - lib/com/error.rb
83
83
  - lib/com/standard_error.rb
84
- homepage: https://github.com/com/com-common
84
+ homepage: https://github.com/com-rb/com-common
85
85
  licenses:
86
86
  - MIT
87
87
  metadata: {}