dslh 0.4.8 → 0.4.9

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
- SHA1:
3
- metadata.gz: f12106563eb84dce01b3e6e786078637d180fb04
4
- data.tar.gz: c38b882719d6c1b8a35f130224a29159eb99bcac
2
+ SHA256:
3
+ metadata.gz: ae3c8de73b7bec79381d59db0631e657aaafb104e4d495dde972f823d8182274
4
+ data.tar.gz: 4ef63792e8a1e6efa66bf000f80c9272b14d15740684f3d11e7b707996851555
5
5
  SHA512:
6
- metadata.gz: a1dc20cfbdcf04e20e34c4f7ee0845f5621499f907eb388a6204344e9f0575448af05f459b4ab9e1ee0c43bbb163234e6c3a9161dcd180782d02b5578003b10a
7
- data.tar.gz: 43e1e0701c2a38ee450976284709674201eac2fe1b1b7284626b4c31eb7446d452b219da42632f73c46324944dfdfbeb120b7784ae50a464aec2601895ebef10
6
+ metadata.gz: 6af7bc54551590de0256423e0ddff7e61db25d56a574e897f49c9bc216bb2c036bf73413db7a174e965d1af16c182ec4f7c90c238d892352fe66ae018b93f2fa
7
+ data.tar.gz: fd0666fc8b8e5aa677ef82cfb902a74bd6f0e58aa89d52a725fecbbca6f7842e0e1ecd60687d4a02f37b3bd8986bdd7f424dd907183d0a1c0ec95fd18a50f0ce
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  It define Hash as a DSL.
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/dslh.svg)](https://badge.fury.io/rb/dslh)
6
- [![Build Status](https://travis-ci.org/winebarrel/dslh.svg?branch=master)](https://travis-ci.org/winebarrel/dslh)
6
+ [![Build Status](https://travis-ci.org/kumogata/dslh.svg?branch=master)](https://travis-ci.org/kumogata/dslh)
7
7
 
8
8
  ## Installation
9
9
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['sugawara@cookpad.com']
11
11
  spec.summary = %q{It define Hash as a DSL.}
12
12
  spec.description = %q{It define Hash as a DSL.}
13
- spec.homepage = 'https://github.com/winebarrel/dslh'
13
+ spec.homepage = 'https://github.com/kumogata/dslh'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -191,7 +191,6 @@ class Dslh
191
191
  def deval0(hash, depth, buf, root = false)
192
192
  indent = (INDENT_SPACES * depth)
193
193
  key_conv = @options[:key_conv]
194
- value_conv = @options[:value_conv]
195
194
 
196
195
  if exclude_keys?(hash.keys)
197
196
  buf.puts('(' + ("\n" + hash.pretty_inspect.strip).gsub("\n", "\n" + indent) + ')')
@@ -1,3 +1,3 @@
1
1
  class Dslh
2
- VERSION = '0.4.8'
2
+ VERSION = '0.4.9'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dslh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genki Sugawara
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-08 00:00:00.000000000 Z
11
+ date: 2018-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -87,7 +87,7 @@ files:
87
87
  - spec/Drupal_Single_Instance.template
88
88
  - spec/dslh_spec.rb
89
89
  - spec/spec_helper.rb
90
- homepage: https://github.com/winebarrel/dslh
90
+ homepage: https://github.com/kumogata/dslh
91
91
  licenses:
92
92
  - MIT
93
93
  metadata: {}
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  version: '0'
108
108
  requirements: []
109
109
  rubyforge_project:
110
- rubygems_version: 2.2.2
110
+ rubygems_version: 2.7.6
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: It define Hash as a DSL.