crypto_unit 0.1.2 → 0.1.3

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
2
  SHA1:
3
- metadata.gz: 4a9ce4f80a5f408338bbedf535332431889d7da4
4
- data.tar.gz: f468a408e8ead5b0ac8420caab2b23d89e14c1c6
3
+ metadata.gz: aa4dbfa1ce3a26319d928bc4724f50c2240dde09
4
+ data.tar.gz: 94c0e97ebea6d5ddc7b5fe22a518f9ecd8027375
5
5
  SHA512:
6
- metadata.gz: 55cf89333751cd3cad31c0e2fa5d24bdf2fd77386c16db8d91b150b44ea974a11484a57682819fb48cebc21035c8c4594278c5e1cdc0f9832849a1b0de629470
7
- data.tar.gz: 05f624b474d1dddedc08ad7c247e7884faab2540cd986ce80c82763d9bd6b135410da4977e622845e7efc8eee194f4237b334dcc4746d35fc25c4d835d21529a
6
+ metadata.gz: 3d9efbd1d1c7f50fdc7973081f773e197f115de53900a7d0a948206ed1874dfbd85869baab2888ea2fde596058706730ff4def9fac8f4d2aa8a20f69dfa3ca44
7
+ data.tar.gz: 24fba58872b4e1cfb96339682ab7d3e445825323370230ec45c7fb4479a8c69fb4abed39802b9645285874165be82e18a617635083d648d28f87a0d31caa78a8
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["山本憲"]
10
10
  spec.email = ["em072029@gmail.com"]
11
11
 
12
- spec.summary = %q{library unit}
13
- spec.description = %q{library unit}
12
+ spec.summary = %q{gem library handles Cryptocurrency units}
13
+ spec.description = %q{gem library handles Cryptocurrency units}
14
14
  spec.homepage = "https://github.com/yk0817/crypto_unit"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module CryptoUnit
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: crypto_unit
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
  - 山本憲
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-10 00:00:00.000000000 Z
11
+ date: 2018-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: library unit
55
+ description: gem library handles Cryptocurrency units
56
56
  email:
57
57
  - em072029@gmail.com
58
58
  executables: []
@@ -97,5 +97,5 @@ rubyforge_project:
97
97
  rubygems_version: 2.5.2
98
98
  signing_key:
99
99
  specification_version: 4
100
- summary: library unit
100
+ summary: gem library handles Cryptocurrency units
101
101
  test_files: []