ini-dsl 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 1ab150e50d88e56d31f5f16d94a28dd7cddda212
4
- data.tar.gz: 87223f030645d083f56ca38161c20067a3435f29
3
+ metadata.gz: b3d0edad647700839cb35fd8ae4f5ebdb57a9444
4
+ data.tar.gz: c114f92751ca12fc8ca30e632dfc19012924f258
5
5
  SHA512:
6
- metadata.gz: fb59880bdb12b4aae33debff5b18efcb80c1352caf36b3b49b401ce52e98554ca9792343690f2f02db2c6eab544053ec95f3ebd1c1b38ca32031a16c283e4154
7
- data.tar.gz: 9e5feec79ca63f1b2d1451185695d286c0114a2a0a8847f2d650416c5e0143d37a49454f601e29d6b27822cb4b3d0be4c55ed75f7b440ec827d7a6a2707eab06
6
+ metadata.gz: b282d85a7ecc0ecbf0b949489ecf5153d08e9dd51dfe329ac98f46c41c28eac5179e5b08e6ad7e1c64d2c90690c8d3bb097a3a1a6c74162b151d405fe4592020
7
+ data.tar.gz: 0fe28172e0b042126055595e7ce9b12f7c690b158367646d5f36d5dc8d01a32a8e8a3e2c601406a8dbe9f4d4376f2ad82d94da5f6847108303d5833ab2b9df32
data/lib/ini-dsl.rb CHANGED
@@ -1 +1 @@
1
- require_relative 'ini-dsl/ini_dsl'
1
+ require_relative 'ini-dsl/ini_file'
@@ -4,6 +4,6 @@ require_relative 'from_hash'
4
4
 
5
5
 
6
6
 
7
- def ini_dsl &block
7
+ def ini_file &block
8
8
  IniFile::from_hash block_is_hash([], &block)
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ini-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yota Toyama
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-24 00:00:00.000000000 Z
11
+ date: 2016-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: block-is-hash
@@ -32,7 +32,7 @@ extra_rdoc_files: []
32
32
  files:
33
33
  - lib/ini-dsl.rb
34
34
  - lib/ini-dsl/from_hash.rb
35
- - lib/ini-dsl/ini_dsl.rb
35
+ - lib/ini-dsl/ini_file.rb
36
36
  homepage: https://github.com/raviqqe/ini-dsl.rb
37
37
  licenses:
38
38
  - Unlicense