onboardbase 1.0.2 → 1.0.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
  SHA256:
3
- metadata.gz: f5a1b6ff32c5561af195004933614585c89289d825e6cdfd9904177b0609b783
4
- data.tar.gz: 5c745a41baa421e1c9220a5dd24837dce094b73c43adabe1c6436b6e3d01cfb9
3
+ metadata.gz: 877481def5aab7b9893392101030141b1155c96b6b568fb391b8ff271e598d38
4
+ data.tar.gz: 8fa7177c9da77f202a852628cbbdedef490ed06c9ba0f37a02c0913a37566dca
5
5
  SHA512:
6
- metadata.gz: 9be4993cc5d05583db5be1889e41b4289ef7e2e8d14789ae3df14787da67a8bdb1a1f232f8937bfce2b78ab952b84fa61c29cc705a580960bfcb74345ad0507d
7
- data.tar.gz: 2d2319c7cc130e545835b4858340703ce3456768dbd57f1068e16b385cf4117639f892c76ae1d48d0e4b917f0bab8984b9e3089fc3bc20bc8e63ddb91b75a8f7
6
+ metadata.gz: ef5394245ccd00446c79d7bd66977064bfada37dd1a95a0c03a095781aa482f955484278918faedbe129e4af71bae985d59d42d9e8530e19b1e1cfe0e853efa6
7
+ data.tar.gz: b22e88ed30e56c6ac7ad757c96935092cafab1222ee2b92a429fe0807f89f93aa2247dc0ec17d433c04cc9e19c9d584d1bb0d28fed8c84d2b09bbc1bdf7246f1
@@ -1,3 +1,3 @@
1
1
  module Onboardbase
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
data/onboardbase.gemspec CHANGED
@@ -4,10 +4,10 @@ Gem::Specification.new do |spec|
4
4
  spec.name = 'onboardbase'
5
5
  spec.version = Onboardbase::VERSION
6
6
  spec.authors = ['Onboardbase']
7
- spec.email = ['admin@treadie.com']
7
+ spec.email = ['admin@onboardbase.com']
8
8
  spec.description = "Use Onboardbase in your Ruby projects"
9
9
  spec.summary = "Use Onboardbase in your Ruby projects"
10
- spec.homepage= 'https://github.com/Onboardbase/onboardbase-ruby'
10
+ spec.homepage= 'https://gitlab.com/repools/onboardbase-rubysdk/'
11
11
  spec.license = 'MIT'
12
12
  spec.platform = Gem::Platform::RUBY
13
13
  spec.required_ruby_version = '>= 2.5.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onboardbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Onboardbase
@@ -138,7 +138,7 @@ dependencies:
138
138
  version: '1.37'
139
139
  description: Use Onboardbase in your Ruby projects
140
140
  email:
141
- - admin@treadie.com
141
+ - admin@onboardbase.com
142
142
  executables: []
143
143
  extensions: []
144
144
  extra_rdoc_files:
@@ -152,7 +152,7 @@ files:
152
152
  - lib/onboardbase.rb
153
153
  - lib/onboardbase/version.rb
154
154
  - onboardbase.gemspec
155
- homepage: https://github.com/Onboardbase/onboardbase-ruby
155
+ homepage: https://gitlab.com/repools/onboardbase-rubysdk/
156
156
  licenses:
157
157
  - MIT
158
158
  metadata: {}