factorio-mod 0.5.3 → 0.5.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
  SHA256:
3
- metadata.gz: 1fb353caf538a565fdbda5455aa6e4c9e907fda847b597bde364a4a254abdd1d
4
- data.tar.gz: 1d319422a9fb529e510ebcc6a4f6565847ce99ecae2b4642ad2bc483da72d603
3
+ metadata.gz: c969894a3ad2d3363d4a276bef2d4de4837ebed4bb914edf1827b58843d8ff44
4
+ data.tar.gz: a484aecf452419c91177eea77c7dc616b7764a2ce8e8ea09b150df53cbb4ce43
5
5
  SHA512:
6
- metadata.gz: a483a95c3683f857bc9f57a89a327a3582e99ccbecca3e0d5bc1c4df81e322556235bf164d9dca40f1d5a512c78c5a64232ce36484b43bca2b515c63eb513730
7
- data.tar.gz: a3caecc659d2dfa41f4a26e65b44c57dcddcd7d8b30726c357635fa43eb75650d714eabbd439c8ff5456957d2b9f8e96707a3826dca7ef7910d5515fa969eebd
6
+ metadata.gz: 2442027a88cb3a7cd2f5de3ceb8d5176f7e605440616b1a513e799851fad2a86a20eb23be8f4940d3115db9e06ac377246cd52259e775d75c39a6632e1f960cf
7
+ data.tar.gz: 14be910125ebbc991cb9481c2349ac4a1eb9207e26d1e3e1490cf66d663ea5660541dadac937236ac2b5b032d177708be9b5843f617ca5dd6bd1504c8df77a29
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- factorio-mod (0.5.3)
4
+ factorio-mod (0.5.4)
5
5
  activesupport (~> 5.2)
6
6
  nokogiri (~> 1.8)
7
7
 
@@ -53,7 +53,7 @@ module Factorio
53
53
 
54
54
  @cache[symbol] = Nokogiri::HTML(URI.open(uri, 'Cookie' => @cookie))
55
55
  rescue OpenURI::HTTPError => e
56
- raise NoMODError, "MOD #{@uri.split('/').last} Not Found", e.io
56
+ raise NoMODError.new "MOD #{@uri.split('/').last} Not Found", e.io
57
57
  end
58
58
  end
59
59
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Factorio
4
4
  class Mod
5
- VERSION = '0.5.3'
5
+ VERSION = '0.5.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factorio-mod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - 71e6fd52