factorio-mod 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e44222d15ea0db73c4491f03623f84f7a80e85da8e62a9c813ffd8d8fd7f419
4
- data.tar.gz: 4fa1b46c42561c17d49662d455015a626e518ddbab73adf1a8ed42682303e43d
3
+ metadata.gz: 87182cd3fe40097469c7c7cece13f7429b6517cf09a55b647b8746e3e2818ab8
4
+ data.tar.gz: daef355ab684b2dbd017553e527a9cacf6c125a4ce6e0e2b98cf9be811cc0fb5
5
5
  SHA512:
6
- metadata.gz: abdaab401f6a7994863f2ed3d97306a630c9799795feaac4c057f897892d156e1d9b6cd6d7d1f2a13065dd231703c8eb13f81f28ae52eab0a0b7c547ebc98ad6
7
- data.tar.gz: 67f3a5fe97a6d25cd48c8caa4b15b218778d36c23e88674d2b446417785c6ad6c7a49b748d13b9144f6a90e9e1df316be50f6614309648cecd96d50fe5057049
6
+ metadata.gz: 0d06f4156b29dcde5375d14dadda934e6f762a59e40feafbec29fbc848be13bdde174fd7d62eb138b39f54f92dce81fd92590eec0d8bb4a129b8eb7259f284d0
7
+ data.tar.gz: 194470e39b3e97ada416845ef56decd93b8b797bd96586cd8e1be641c6030d3ba8a7722a8b49bddbe8c55aadef7cd55fa9c054ccadf1d3a333e093ec93cacab7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- factorio-mod (0.7.1)
4
+ factorio-mod (0.7.2)
5
5
  activesupport (~> 5.2)
6
6
  addressable (~> 2.6)
7
7
  nokogiri (~> 1.8)
@@ -9,7 +9,7 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (5.2.2)
12
+ activesupport (5.2.3)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 0.7, < 2)
15
15
  minitest (~> 5.1)
@@ -20,15 +20,15 @@ GEM
20
20
  bump (0.7.0)
21
21
  coco (0.15.0)
22
22
  coderay (1.1.2)
23
- concurrent-ruby (1.1.4)
23
+ concurrent-ruby (1.1.5)
24
24
  diff-lcs (1.3)
25
- i18n (1.5.3)
25
+ i18n (1.6.0)
26
26
  concurrent-ruby (~> 1.0)
27
27
  jaro_winkler (1.5.2)
28
28
  method_source (0.9.2)
29
29
  mini_portile2 (2.4.0)
30
30
  minitest (5.11.3)
31
- nokogiri (1.10.1)
31
+ nokogiri (1.10.3)
32
32
  mini_portile2 (~> 2.4.0)
33
33
  parallel (1.12.1)
34
34
  parser (2.5.3.0)
@@ -4,6 +4,7 @@ lib = File.expand_path('lib', __dir__)
4
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
  require 'factorio/mod/version'
6
6
 
7
+ # rubocop:disable Metrics/BlockLength
7
8
  Gem::Specification.new do |spec|
8
9
  spec.name = 'factorio-mod'
9
10
  spec.version = Factorio::Mod::VERSION
@@ -39,3 +40,4 @@ Gem::Specification.new do |spec|
39
40
  spec.add_dependency 'addressable', '~> 2.6'
40
41
  spec.add_dependency 'nokogiri', '~> 1.8'
41
42
  end
43
+ # rubocop:enable Metrics/BlockLength
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Factorio
4
4
  class Mod
5
- VERSION = '0.7.1'
5
+ VERSION = '0.7.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factorio-mod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - 71e6fd52
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-24 00:00:00.000000000 Z
11
+ date: 2019-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  - !ruby/object:Gem::Version
197
197
  version: '0'
198
198
  requirements: []
199
- rubygems_version: 3.0.2
199
+ rubygems_version: 3.0.3
200
200
  signing_key:
201
201
  specification_version: 4
202
202
  summary: Get the info of Factorio's MOD.