depcon 0.1.0 → 0.1.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: 0e271e949522710ea6f1ec547251cb3d25a2ca92
4
- data.tar.gz: 12afbf8f2563751b72b100092c6d6d7565549c89
3
+ metadata.gz: 3199831b5febd523fddf5fd6e8f6c1072331124a
4
+ data.tar.gz: 6f17b748db7a288b384feaf658bd53eb69f59d65
5
5
  SHA512:
6
- metadata.gz: 1e27e1b598cf9ffd62ab9d67a1798eb1ed7b7ee4bac47f5176a5e4f86cae8493e851bc7d1aa4396452234f4b08ac6dff0ff2fd4cf5e60267675b68a4a9558ff0
7
- data.tar.gz: 911c477b3a888c3499f243aecc77ae74dca5e6c96c5117115467e23a9ad5c33742049f62e8128c491a997ace063b343fbaffcfdf2065dffc04d4122b0676dbfc
6
+ metadata.gz: 46a8b0608c25055c11e4775d2350db51fe3be8ba3132c83198802cc5b5c66697e195b2717f199d23cea58073cccdb053b3f642ef47a8820d273de4998fdae400
7
+ data.tar.gz: f87b3d489fef08d330d9a78df408059d27b986e8924eec9a837b4ac71d6266693191b9442b8cf2ba4aaa14c84343921309170d06d31c840d57369d4671dcd23d
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["t4traw"]
10
10
  spec.email = ["t4traw@gmail.com"]
11
11
 
12
- spec.summary = %q{Winで使われている代表的な機種依存文字を変換するgem}
13
- spec.description = %q{Winで使われている代表的な機種依存文字を変換するgem}
12
+ spec.summary = %q{よく使われる機種依存文字をプレーンテキストに変換するgem}
13
+ spec.description = %q{よく使われる機種依存文字をプレーンテキストに変換するgem}
14
14
  spec.homepage = "https://github.com/t4traw/depcon"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -1,3 +1,3 @@
1
1
  module Depcon
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -24,6 +24,7 @@
24
24
  ㌢: センチ
25
25
  ㍍: メートル
26
26
  ㌘: グラム
27
+ ㌕: キログラム
27
28
  ㌧: トン
28
29
  ㌃: アール
29
30
  ㌶: ヘクタール
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: depcon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - t4traw
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-15 00:00:00.000000000 Z
11
+ date: 2017-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: Winで使われている代表的な機種依存文字を変換するgem
83
+ description: よく使われる機種依存文字をプレーンテキストに変換するgem
84
84
  email:
85
85
  - t4traw@gmail.com
86
86
  executables: []
@@ -92,8 +92,6 @@ files:
92
92
  - Gemfile
93
93
  - README.md
94
94
  - Rakefile
95
- - bin/console
96
- - bin/setup
97
95
  - depcon.gemspec
98
96
  - lib/depcon.rb
99
97
  - lib/depcon/version.rb
@@ -120,5 +118,5 @@ rubyforge_project:
120
118
  rubygems_version: 2.5.2
121
119
  signing_key:
122
120
  specification_version: 4
123
- summary: Winで使われている代表的な機種依存文字を変換するgem
121
+ summary: よく使われる機種依存文字をプレーンテキストに変換するgem
124
122
  test_files: []