earth_power 0.1.3 → 0.1.4

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: bfcf83d1c7b33fb9b0deaefadab26ecaf4c7982e
4
- data.tar.gz: 8fc0f7541421954d48424cdb6005aaf12c087581
3
+ metadata.gz: 4ff8be6be6ef7da5e0c65cbed4499c631d4e692c
4
+ data.tar.gz: f740ea8621f950322cc6d3fb0b6e9a8cb022ba6f
5
5
  SHA512:
6
- metadata.gz: 3933cbe61c713e9688db2b739a7817834aeb4f8fb2234e0c3a73b2deeee6c8d1d03a8ca98a4739590f698bf648c0f4ae049bc0469ac4b86648ec49424ac5c39e
7
- data.tar.gz: d0d4270903c9bd5a05a012b45b9dabeaf602e82390df9a20113a00f6fc5cfeda5e3d5201fd584b7efc23c29864bd8f4accf921797f545981dbaa9818cf533b23
6
+ metadata.gz: ad8eec4a51523217b646fc612dd070b5fbd5d3e734a63d8773fcc40f357043afe4308aa0cae1424142b7afca81bc1838969ddb58731a6633b76a6e7a9c426dec
7
+ data.tar.gz: 97a7ae5e0583dbe1fc4209236195ad4e63f8781e86d33f01c1702e0dbc6545ad7dc20bc95dc0499c7df4017d278fe9dd6c3dfa930710220a4f849a4a45e9895a
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # EarthPower
2
2
  [![Build Status](https://travis-ci.org/K90j1/earth_power.svg?branch=master)](https://travis-ci.org/K90j1/earth_power)
3
+ [![Gem Version](https://badge.fury.io/rb/earth_power.svg)](https://badge.fury.io/rb/earth_power)
3
4
 
4
5
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/earth_power`. To experiment with that code, run `bin/console` for an interactive prompt.
5
6
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['mpdm.kyoji@googlemail.com']
11
11
 
12
12
  spec.summary = %q{Calculator shipping fee for Amazon JP}
13
- spec.description = %q{Calculator shipping fee for Amazon JP}
13
+ spec.description = %q{am writing first gem, which is a Calculator shipping fee for Amazon JP}
14
14
  spec.homepage = 'https://github.com/K90j1/earth_power'
15
15
  spec.license = 'MIT'
16
16
 
@@ -1,3 +1,3 @@
1
1
  module EarthPower
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: earth_power
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
  - K90j1
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: Calculator shipping fee for Amazon JP
55
+ description: am writing first gem, which is a Calculator shipping fee for Amazon JP
56
56
  email:
57
57
  - mpdm.kyoji@googlemail.com
58
58
  executables: []