fit4ruby 3.7.0 → 3.8.0

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.
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fit4ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.0
4
+ version: 3.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Schlaeger
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-01 00:00:00.000000000 Z
11
+ date: 2021-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bindata
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 2.3.0
19
+ version: 2.4.8
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '='
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 2.3.0
26
+ version: 2.4.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: yard
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -112,6 +112,7 @@ files:
112
112
  - fit4ruby.gemspec
113
113
  - lib/fit4ruby.rb
114
114
  - lib/fit4ruby/Activity.rb
115
+ - lib/fit4ruby/BDFieldNameTranslator.rb
115
116
  - lib/fit4ruby/CRC16.rb
116
117
  - lib/fit4ruby/Converters.rb
117
118
  - lib/fit4ruby/DataSources.rb
@@ -120,6 +121,7 @@ files:
120
121
  - lib/fit4ruby/DumpedField.rb
121
122
  - lib/fit4ruby/EPO_Data.rb
122
123
  - lib/fit4ruby/Event.rb
124
+ - lib/fit4ruby/FDR_DevField_Extension.rb
123
125
  - lib/fit4ruby/FieldDescription.rb
124
126
  - lib/fit4ruby/FileCreator.rb
125
127
  - lib/fit4ruby/FileId.rb
@@ -174,7 +176,7 @@ homepage: https://github.com/scrapper/fit4ruby
174
176
  licenses:
175
177
  - GNU GPL version 2
176
178
  metadata: {}
177
- post_install_message:
179
+ post_install_message:
178
180
  rdoc_options: []
179
181
  require_paths:
180
182
  - lib
@@ -189,9 +191,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
191
  - !ruby/object:Gem::Version
190
192
  version: '0'
191
193
  requirements: []
192
- rubyforge_project:
193
- rubygems_version: 2.7.6.2
194
- signing_key:
194
+ rubygems_version: 3.2.3
195
+ signing_key:
195
196
  specification_version: 4
196
197
  summary: Library to read and write GARMIN FIT files.
197
198
  test_files: