tracksperanto 2.11.1 → 2.11.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.
- data/lib/pipeline/base.rb +1 -1
- data/lib/tracksperanto.rb +1 -1
- data/tracksperanto.gemspec +1 -1
- metadata +2 -2
data/lib/pipeline/base.rb
CHANGED
@@ -16,7 +16,7 @@ module Tracksperanto::Pipeline
|
|
16
16
|
class NoTrackersRecoveredError < RuntimeError
|
17
17
|
def initialize(importer)
|
18
18
|
if importer.class.known_snags
|
19
|
-
@snags = "Also note that this particular format (%s) has the following snags: %s" % [importer.const_name, importer.known_snags]
|
19
|
+
@snags = "Also note that this particular format (%s) has the following snags: %s" % [importer.const_name, importer.class.known_snags]
|
20
20
|
end
|
21
21
|
end
|
22
22
|
|
data/lib/tracksperanto.rb
CHANGED
data/tracksperanto.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tracksperanto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -363,7 +363,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
363
363
|
version: '0'
|
364
364
|
segments:
|
365
365
|
- 0
|
366
|
-
hash: -
|
366
|
+
hash: -1585279817565401157
|
367
367
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
368
368
|
none: false
|
369
369
|
requirements:
|