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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/tcx_rb/version.rb +1 -1
- data/tcx_rb.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4269c46fe4d5638eec72b355326b9503b174c7cfc09987ce4663f44b05d9acd
|
|
4
|
+
data.tar.gz: 3e3ba177aedc04fad9b49d24903ddf60d996d6b00318bb9562f4ce03040feb6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8cb700a940c55c10cc7f9a0529af6bce4182e0a7d9ef85f7f1a73679b3c7f5cabc0d05b7a62507ee3dc8b92118b28031a4fcfaf2c93e0c95956f5bc70bdc04f
|
|
7
|
+
data.tar.gz: ebac4702ff63150da7ffddbd60526b99dd0418f53522ae56de3ca9eedee66a935202ace54345c6b923e32a46840645ed9ebc4a5bd116161ced7425842ccf65ff
|
data/Gemfile.lock
CHANGED
data/lib/tcx_rb/version.rb
CHANGED
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/
|
|
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.
|
|
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-
|
|
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/
|
|
80
|
+
homepage: https://github.com/keithdoggett/tcx_rb
|
|
81
81
|
licenses:
|
|
82
82
|
- MIT
|
|
83
83
|
metadata:
|
|
84
|
-
homepage_uri: https://github.com/
|
|
85
|
-
source_code_uri: https://github.com/
|
|
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:
|