shouhizei 0.2.0 → 0.2.2

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: 956b51041964291612fcbb8c6fce883e914bfae1
4
- data.tar.gz: 0e653a547ea97cad03a37e77916c4d345edbbea7
3
+ metadata.gz: 22fc2a826ce95255449c796c67981a1af55bcafe
4
+ data.tar.gz: 405430325cc9e61dd751f9ea992e50ef479c9afd
5
5
  SHA512:
6
- metadata.gz: 74cedc4d254384d7bbd9eac6d033e8a544c5a94c78e3f805b3d3fe8055c7230e0aae8f2edf696327c7d1e06b70b38b2d52cb3afd58978b644c9b653ade91568b
7
- data.tar.gz: 178615794c7a9cad2d80d6d8e6e03d6c145e47a92d2d0f956a43f8d0ec98588725c3365a1b8d812d0ce97fe83be31bad8fae4271d6b1b5b7ae2ea49a491672e9
6
+ metadata.gz: 92bdacc2dbafd35ac03fb4914d3bc53375f36118f787ffaa9b7fa7a2a5cb9fab2e2e6ab93587e398c8a0d3e46805fcaac2af690dff4d1aca9885ded7a0e5c8eb
7
+ data.tar.gz: 58abbf1ac7588165f8654d3a15544425df75162c8e2ed39b26836c461e6b97b0e6f3e3d18421c429a4b84501cd891947959e7220b262da78a61e6b6a65791b13
data/.travis.yml ADDED
@@ -0,0 +1,12 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.4.2
4
+ - 2.3.5
5
+ deploy:
6
+ provider: rubygems
7
+ api_key:
8
+ secure: $RUBYGEMS_ENCRYPTED_API_KEY
9
+ gem: shouhizei
10
+ on:
11
+ tags: true
12
+ repo: colorbox/shouhizei
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Shouhizei
2
2
 
3
+ [![Build Status](https://travis-ci.org/colorbox/shouhizei.svg?branch=master)](https://travis-ci.org/colorbox/shouhizei)
4
+
3
5
  This gem support to calculate Japan consumption tax
4
6
 
5
7
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module Shouhizei
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shouhizei
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - colorbox
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-09-08 00:00:00.000000000 Z
11
+ date: 2017-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -88,6 +88,7 @@ extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
90
  - ".gitignore"
91
+ - ".travis.yml"
91
92
  - CODE_OF_CONDUCT.md
92
93
  - Gemfile
93
94
  - LICENSE.txt
@@ -119,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
120
  version: '0'
120
121
  requirements: []
121
122
  rubyforge_project:
122
- rubygems_version: 2.6.11
123
+ rubygems_version: 2.6.13
123
124
  signing_key:
124
125
  specification_version: 4
125
126
  summary: This gem support to calculate Japan consumption tax