fuguta 1.0.4 → 1.0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ce06a414af76fbb7237b3cc66001ed726b3e466
4
- data.tar.gz: 102c6d2aad85b6d62ce59bc0decc43eda85a67be
3
+ metadata.gz: e08653e387c0c86397f0815f221e7e6a106418df
4
+ data.tar.gz: fcd05b933e8d74c187ed9f4f7b9e740b2145f4e3
5
5
  SHA512:
6
- metadata.gz: 41d0b8df4582f1da011f2454d7b3378555780b8c67bd9cc6a94383e0ac78de049c01d33644ed9b142ea1b59fc5ada83ee35eb4b6e6ffabdf6cc6e12657e1aa7d
7
- data.tar.gz: 807eb8d86ea21ce3118602bcf9d44a4e531a6f6d538b5e4091ae0c5b9ae8ca741806081a88cde928196072477bd8abca2ba52606d2971c26a9e790dfcd89515a
6
+ metadata.gz: 4fcc81d21a0a10db044fb9eb3efd939db0b77aa91140f7a027680be419e4ef4f17dc5a3b48c22a396b42b42bdf0f2b7b084b797e93c0ce4a205c88b18f47da10
7
+ data.tar.gz: 29d63d216328f665e46f146387dd07e21ce919a44ab7dc5f1c285060a30a7e64bc0dac47e77eb3931d8711c5eab091ef7a1817b06f28f632f54b4b00b0dacf29
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.description = "A configuration framework for Ruby programs"
8
8
  s.authors = ["Axsh co. LTD"]
9
9
  s.homepage = "https://github.com/axsh/fuguta"
10
- s.require_path = ['lib']
10
+ s.require_path = 'lib'
11
11
  s.files = `git ls-files`.split($/)
12
12
  s.license = 'LGPLv3'
13
13
  end
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Fuguta
3
- VERSION='1.0.4'
3
+ VERSION='1.0.4.1'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fuguta
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Axsh co. LTD
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-08 00:00:00.000000000 Z
11
+ date: 2016-02-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A configuration framework for Ruby programs
14
14
  email:
@@ -37,7 +37,7 @@ metadata: {}
37
37
  post_install_message:
38
38
  rdoc_options: []
39
39
  require_paths:
40
- - - lib
40
+ - lib
41
41
  required_ruby_version: !ruby/object:Gem::Requirement
42
42
  requirements:
43
43
  - - '>='
@@ -55,3 +55,4 @@ signing_key:
55
55
  specification_version: 4
56
56
  summary: A configuration framework for Ruby programs
57
57
  test_files: []
58
+ has_rdoc: