shioconv 0.1.3 → 0.1.4

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: 57cff55204dde92e071388d49e02303d38f69a5d
4
- data.tar.gz: 4f8306e0277e0c833dd68e9272fe2f3ce9a52686
3
+ metadata.gz: 5fcd1ee860d79177d66982be068b3327eac3e7ba
4
+ data.tar.gz: f14199145b78351e7a8523dfd220818659ba635f
5
5
  SHA512:
6
- metadata.gz: 75a65e7f3c276e2c2d0cc74331db9b7d4cac894e49f013b59532b9957fa28de3cfed1b93eb71a3bdc83c2aeb968a1d776db610d3e9abae5c5d44177e87e5165f
7
- data.tar.gz: 887c4322f38c2312db506c0bab88c8f77fd958c9afaf2a5f0edea8ad9885bd51e4712b46edc073637b40634f2619a80ed72f0daad5e1dc27abc2d4b73c5641fe
6
+ metadata.gz: c8341087671bf5937de56ac9496f00be102a36b78faec5e0caf3b93d0eeb492b58bc9dc0d29fc724f57b9162a81e4627d10d21a014fc52e1ab5941c1b9b1c809
7
+ data.tar.gz: c161c02483f8275e358a793dff42830dd953128d52c893aebdba4f33f31fdfe7c260d77879ef35609381dc7381d732594377db5b866a4fda926730402afeff29
data/lib/shioconv.rb CHANGED
@@ -15,7 +15,7 @@ class Shioconv
15
15
  self.new(condiment: condiment, quantity: quantity, unit: unit)
16
16
  end
17
17
 
18
- def initialize(condiment: condiment, quantity: quantity, unit: unit)
18
+ def initialize(condiment: condiment(), quantity: quantity(), unit: unit())
19
19
  @condiment = condiment
20
20
  @quantity = quantity
21
21
  @unit = unit
data/lib/shioconv/unit.rb CHANGED
@@ -42,7 +42,7 @@ class Shioconv::Unit
42
42
  end
43
43
  end
44
44
 
45
- def initialize(type: type, name: name, value: value)
45
+ def initialize(type: type(), name: name(), value: value())
46
46
  @type = type
47
47
  @name = name
48
48
  @value = value
@@ -1,3 +1,3 @@
1
1
  class Shioconv
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shioconv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - SHIOYA, Hiromu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-24 00:00:00.000000000 Z
11
+ date: 2015-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler