tcx_rb 0.2.1 → 0.2.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: 57eac59c633ebe544e4fbb134a527121d261f66755575d9cdd966865a39a29fd
4
- data.tar.gz: ec031953f8875c10db3cb3c866621bd0ee452ac0030e1d5f344e7c68f7d27212
3
+ metadata.gz: f4269c46fe4d5638eec72b355326b9503b174c7cfc09987ce4663f44b05d9acd
4
+ data.tar.gz: 3e3ba177aedc04fad9b49d24903ddf60d996d6b00318bb9562f4ce03040feb6f
5
5
  SHA512:
6
- metadata.gz: 5c3ba59454afd34ea5e01b2066e0c731401d2b18f4ef61b4ec280918a849b5b6769cb07badeb3575cfb26e6fcb83e7d74c3b09483f456eb3a02c4409b3ae5369
7
- data.tar.gz: 4c7083b701bbe4164a9a731356326caea924ff5b3047b12a58aa24754e12f82104009f9825dc18fc4ce27155e1ecac4586cc9d73dec3ab6e5c90ae25cc7b75ca
6
+ metadata.gz: c8cb700a940c55c10cc7f9a0529af6bce4182e0a7d9ef85f7f1a73679b3c7f5cabc0d05b7a62507ee3dc8b92118b28031a4fcfaf2c93e0c95956f5bc70bdc04f
7
+ data.tar.gz: ebac4702ff63150da7ffddbd60526b99dd0418f53522ae56de3ca9eedee66a935202ace54345c6b923e32a46840645ed9ebc4a5bd116161ced7425842ccf65ff
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tcx_rb (0.2.0)
4
+ tcx_rb (0.2.2)
5
5
  nokogiri (~> 1.10)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TcxRb
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
data/tcx_rb.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  'TcxRB is a Garmin TCX parsing library for Ruby. '\
14
14
  'It gives access to raw data and has helpful aggregate '\
15
15
  'functions for groups of data.'
16
- spec.homepage = 'https://github.com/Kdoggett887/tcx_rb'
16
+ spec.homepage = 'https://github.com/keithdoggett/tcx_rb'
17
17
  spec.license = 'MIT'
18
18
  spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
19
19
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tcx_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Doggett
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-24 00:00:00.000000000 Z
11
+ date: 2020-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -77,12 +77,12 @@ files:
77
77
  - lib/tcx_rb/version.rb
78
78
  - lib/tcx_rb/workout.rb
79
79
  - tcx_rb.gemspec
80
- homepage: https://github.com/Kdoggett887/tcx_rb
80
+ homepage: https://github.com/keithdoggett/tcx_rb
81
81
  licenses:
82
82
  - MIT
83
83
  metadata:
84
- homepage_uri: https://github.com/Kdoggett887/tcx_rb
85
- source_code_uri: https://github.com/Kdoggett887/tcx_rb
84
+ homepage_uri: https://github.com/keithdoggett/tcx_rb
85
+ source_code_uri: https://github.com/keithdoggett/tcx_rb
86
86
  post_install_message:
87
87
  rdoc_options: []
88
88
  require_paths: