yt_data_checker 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: 179a041091e93725edb4892693b86730df03b850
4
- data.tar.gz: 6fe8f4d5ebe0468689930533f3f10264981f27d7
3
+ metadata.gz: 53133fc8773a1d3b3718afda49fd5e96d68f986f
4
+ data.tar.gz: 4b36741355c6b055b039092d71c84461417bd1d3
5
5
  SHA512:
6
- metadata.gz: 8c999a668dcae5fa37eebca334b56e7011f8d2a7c16aefd435bd17176f09c6ea5c0b83af645b015778a3f75e8226b1397301d349d30713d567b67a6830ac5a87
7
- data.tar.gz: c0b47c646a9db6eaca58ab2e3f5b90dd0d5fbc83551bf4deff64f90c04c8cbe2d751fa568bee6778a3f6b7fe6d9cde7461faf55b99a8278bc87403d40ab9dc73
6
+ metadata.gz: 61773c27353809c7b69913f136a8f215b6c244521df6b03d066f5d857a0933facc74a8d84a54fa9aa1d4d39a9f23ef6ff58cbe5e2db69334b6262f9be0fa565b
7
+ data.tar.gz: 89864e25bdff304cae7643205bc12d0f8c15cad248f3ff8838d76224089f764d63780b38c340a34357f488e44a4842ad7f2347d036aa324ddbc7f4c5f4e87227
@@ -21,7 +21,7 @@ module YtDataChecker
21
21
  attr_reader :hash_1, :hash_2, :concern
22
22
 
23
23
  def hash_diff
24
- @_hash_diff ||= HashDiff::Comparison.new(hash_1, hash_2).diff
24
+ HashDiff::Comparison.new(hash_1, hash_2).diff
25
25
  end
26
26
 
27
27
  def default_format
@@ -1,3 +1,3 @@
1
1
  module YtDataChecker
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -5,7 +5,7 @@ module YtDataChecker
5
5
  end
6
6
 
7
7
  def format
8
- url_string.gsub(/^.*\//, '')
8
+ url_string.gsub(/^.*\//, '').gsub(/^UC/, '')
9
9
  end
10
10
 
11
11
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yt_data_checker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Shook