inih 1.1.0 → 1.1.1
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 +4 -4
- data/README.md +0 -1
- data/lib/inih.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e998b8cdce0816f6f77964b60658041f34e5d23
|
|
4
|
+
data.tar.gz: 911f377e3c7e39f772a0bb3700ea70b0f128a789
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 617ed17dae6e9da378a986b7fc5272c325bd64664b33aabb9c6cbf1ce0151d4332260556586a2d1abcf9a3e1054359f03cc31f527d41034b9c33047f3cb66694
|
|
7
|
+
data.tar.gz: 8fb920f32b2baaabe0b3a5d1f87a0736b5bf12f2f06293cf22f19977aba35ddf0169b9b047a6f893899d4498906e84b8b029e5bb58d4485772a1d61f3d21b7e3
|
data/README.md
CHANGED
data/lib/inih.rb
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
require_relative "
|
|
3
|
+
require_relative "ext/inih"
|
|
4
4
|
|
|
5
5
|
# The primary namespace for {INIH}.
|
|
6
6
|
module INIH
|
|
7
7
|
# The current version of ruby-inih.
|
|
8
|
-
VERSION = "1.1.
|
|
8
|
+
VERSION = "1.1.1"
|
|
9
9
|
|
|
10
10
|
# Normalize a parsed INI file's values.
|
|
11
11
|
# @api private
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inih
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Woodruff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A native library for parsing INI files.
|
|
14
14
|
email: william@tuffbizz.com
|
|
@@ -47,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
47
47
|
version: '0'
|
|
48
48
|
requirements: []
|
|
49
49
|
rubyforge_project:
|
|
50
|
-
rubygems_version: 2.6.
|
|
50
|
+
rubygems_version: 2.6.14
|
|
51
51
|
signing_key:
|
|
52
52
|
specification_version: 4
|
|
53
53
|
summary: inih - a Ruby wrapper for a simple C INI parser
|