shioconv 0.1.2 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3296e6bcb23533da813a6b21eae5308f858cf6f1
4
- data.tar.gz: e31fe0cbc866f9b9f96b0c2f39b15c973971860f
3
+ metadata.gz: 57cff55204dde92e071388d49e02303d38f69a5d
4
+ data.tar.gz: 4f8306e0277e0c833dd68e9272fe2f3ce9a52686
5
5
  SHA512:
6
- metadata.gz: 75339d09eef387eed0b70e7f8cba3ea447f0ae765ec2ac64e62dd6cc6f25de2ea2962e4dc1506320ddf28f8af32a2a7e02632a0e3bba2d8ececb76e2f90f93d4
7
- data.tar.gz: 9163594a1a542d3967d6c15b7108db2c8ae33bdb012bdf653d002ed0bfb9e53a74fb0a1ca0bbca4ed80a36571095cf180024c9e676ac4a074d1b68035325c14c
6
+ metadata.gz: 75a65e7f3c276e2c2d0cc74331db9b7d4cac894e49f013b59532b9957fa28de3cfed1b93eb71a3bdc83c2aeb968a1d776db610d3e9abae5c5d44177e87e5165f
7
+ data.tar.gz: 887c4322f38c2312db506c0bab88c8f77fd958c9afaf2a5f0edea8ad9885bd51e4712b46edc073637b40634f2619a80ed72f0daad5e1dc27abc2d4b73c5641fe
data/README.md CHANGED
@@ -3,9 +3,7 @@
3
3
  convert between volumes and weight for typcal condiments.
4
4
 
5
5
  [![Build Status](https://travis-ci.org/kwappa/shioconv.png)](https://travis-ci.org/kwappa/shioconv)
6
-
7
6
  [![Coverage Status](https://coveralls.io/repos/kwappa/shioconv/badge.png?branch=master)](https://coveralls.io/r/kwappa/shioconv?branch=master)
8
-
9
7
  [![Code Climate](https://codeclimate.com/github/kwappa/shioconv.png)](https://codeclimate.com/github/kwappa/shioconv)
10
8
 
11
9
  ## Installation
@@ -134,7 +134,10 @@
134
134
  :japanese_name: "コーンスターチ"
135
135
  :english_name: cornstarch
136
136
  :specific_gravity: 0.5
137
- :synonyms: []
137
+ :synonyms:
138
+ - "コーングリッツ"
139
+ - "コーンフラワー"
140
+ - "コーンミール"
138
141
  - :key: :flour
139
142
  :japanese_name: "小麦粉"
140
143
  :english_name: flour
@@ -152,7 +155,8 @@
152
155
  :japanese_name: "牛乳"
153
156
  :english_name: milk
154
157
  :specific_gravity: 1.05
155
- :synonyms: []
158
+ :synonyms:
159
+ - "ミルク"
156
160
  - :key: :cream
157
161
  :japanese_name: "生クリーム"
158
162
  :english_name: cream
@@ -174,4 +178,5 @@
174
178
  :japanese_name: "マヨネーズ"
175
179
  :english_name: mayonnaise
176
180
  :specific_gravity: 1.0
177
- :synonyms: []
181
+ :synonyms:
182
+ - "マヨ"
@@ -1,3 +1,3 @@
1
1
  class Shioconv
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - SHIOYA, Hiromu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-27 00:00:00.000000000 Z
11
+ date: 2015-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 2.2.2
114
+ rubygems_version: 2.4.5
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: Shioconv converts between weight and volume of typical condiments.