jisho-cli 0.1.0 → 0.1.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jisho/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc4301bc2c9880f1bdc7770579b1a5cc6a245a2e
4
- data.tar.gz: 34f1a8a55428752fc889b9fe40ec9d19a1fff207
3
+ metadata.gz: 32903189d048718f12e720a9c87469c592965ddc
4
+ data.tar.gz: 79c14a4d0b518768c1979884629977504839a5f7
5
5
  SHA512:
6
- metadata.gz: 39fc83a806dd4c81c866af6d0c790655ce1ae973f57ba012663cd2bc767cb0d2e14a06e163955a364d1dbf4e7c5ddd05f7198099a9ed387afcaf9f2403a2697e
7
- data.tar.gz: 3173093e3812de9259397e7a3dc7f23be57e271631713443723ac2ae1b8a157b494f53c0aeeacf90b1d826239674a966a998cedc3d2eb3ca77a45200ec7b79ee
6
+ metadata.gz: 69041f4fa361ffe58bc18bd90f09f0bfaea4e1df21cc33e2d98c14df6f41bcf0af9ff6cb76a4ce8d2f893c379d91768176af3429916a8ee6b06d6fe167422ebc
7
+ data.tar.gz: 1e1206b239dedbe138ef3834185c8ec928a9f82995f631556107cc58fddf4f5606d93fdfc29f137ffcb5feab8b4b474064fa00d1dd30d115cd7d36e626b6ee32
@@ -1,3 +1,3 @@
1
1
  module Jisho
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jisho-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Minh Phan
@@ -89,5 +89,5 @@ rubyforge_project:
89
89
  rubygems_version: 2.6.10
90
90
  signing_key:
91
91
  specification_version: 4
92
- summary: An english-japanese dictionary using jisho.org API
92
+ summary: An english-japanese translator via command line
93
93
  test_files: []