inih 0.0.2 → 0.0.3

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/inih.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 912071a5bb89a738e1d01fe3ad8b626caeb7e859
4
- data.tar.gz: fbe8ca6b946fe7265832d6ac4d05f7e702d93e56
3
+ metadata.gz: 507af3b45338a299ecba8437bb5e7bdeeda69b96
4
+ data.tar.gz: 064f23fda75cf5ef38c17d1cad1cdcef976b6b08
5
5
  SHA512:
6
- metadata.gz: 1019f0411c9ec0aa39cacd7960155812cde0d67dd7104c12c54601045ae8ac24d1bf85131b943c9c36ac1cdebbe981f2eade5431b17c1bc4d0a874c52b91ac0c
7
- data.tar.gz: 77b67817d9c335365fd2a914d3c5e736780e575527f9484466a43c5ef3322eb9cfb8bad2daf3ed19d8c43aa971383500a22021ec8a0d60d3de065ff43a4f8367
6
+ metadata.gz: 322177a55bc2060c64a409ac8fb45389d7e1496a7ffe645c3dcb01d019feb91c8245ad68218731ab6f3191eb5388816b08f2a8216bbdfbe7d9356d4825a48478
7
+ data.tar.gz: 3938362e49c0f495f7a4c804b5b82e32778def3a48ee4787e147061a6d344a45d815daa7b8b221bcc983f655dd2c63fecc0c94b44a159fdd4828887da5d66e3a
data/lib/inih.rb CHANGED
@@ -5,7 +5,7 @@ require_relative "../ext/inih/inih"
5
5
  # The primary namespace for {INIH}.
6
6
  module INIH
7
7
  # The current version of ruby-inih.
8
- VERSION = "0.0.2"
8
+ VERSION = "0.0.3"
9
9
 
10
10
  # Normalize a parsed INI file's values.
11
11
  # @api private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inih
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Woodruff
@@ -24,7 +24,7 @@ files:
24
24
  - ext/inih/ini.c
25
25
  - ext/inih/inih.c
26
26
  - lib/inih.rb
27
- homepage: https://github.com/woodruffw/ruby-ini
27
+ homepage: https://github.com/woodruffw/ruby-inih
28
28
  licenses:
29
29
  - MIT
30
30
  metadata: {}