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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -1
  3. data/lib/inih.rb +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 955097b4932e03e5a9d3c034acb1ac0000a4f6e4
4
- data.tar.gz: cb64f88be502ca0d07535b54c5bbce5d6364056d
3
+ metadata.gz: 6e998b8cdce0816f6f77964b60658041f34e5d23
4
+ data.tar.gz: 911f377e3c7e39f772a0bb3700ea70b0f128a789
5
5
  SHA512:
6
- metadata.gz: e5bfa5316bee98f31114fabc9f9722c730090325a5e0017db6b8af8a7ad36fb44e94932db3728f4438140927674cb0aa4c35b2f8a33803a57a7dd61d3f637380
7
- data.tar.gz: c5f80292eb624a7c75ca42a519c0189a575ead11b5f9c263d80ce12146a33670607e2bca093cab6d64d051e72ef524ec3a44fcec54e3542c889cb54909d66689
6
+ metadata.gz: 617ed17dae6e9da378a986b7fc5272c325bd64664b33aabb9c6cbf1ce0151d4332260556586a2d1abcf9a3e1054359f03cc31f527d41034b9c33047f3cb66694
7
+ data.tar.gz: 8fb920f32b2baaabe0b3a5d1f87a0736b5bf12f2f06293cf22f19977aba35ddf0169b9b047a6f893899d4498906e84b8b029e5bb58d4485772a1d61f3d21b7e3
data/README.md CHANGED
@@ -39,7 +39,6 @@ Integers, floating-point numbers, and booleans are coerced into their respective
39
39
 
40
40
  ### TODO
41
41
 
42
- * Unit tests
43
42
  * Coerce scientific-notation?
44
43
 
45
44
  ### License
@@ -1,11 +1,11 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "../ext/inih/inih"
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.0"
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.0
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: 2017-07-21 00:00:00.000000000 Z
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.11
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