iftoc 0.1.2 → 0.1.3

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/iftoc.gemspec +2 -2
  3. data/lib/iftoc/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13e7183c141ae4741aebcbad830cf8ae90188a5c
4
- data.tar.gz: a0e81baf857601e03a790be2c21c9ca79ba76a03
3
+ metadata.gz: bba9eecc7939ecf40d5a6b0b9efabbe93a7f0f54
4
+ data.tar.gz: 4d62e1bddeab74bfa76b29fe36d732bd2d1f02c9
5
5
  SHA512:
6
- metadata.gz: a504bd5d29e1e233eabc07f4e45253803e48b36dfc0dee78ad5b7b1a1fe38af066ce61166ebd9b8dff569cdf6f80115254d8dddce002e4c22586845d758e95e7
7
- data.tar.gz: 9eebd2d074bbdc2156467ef0db10f501a4ec962817c310014c49e656577e6e13a16d193b4f6b9e03e176c1aaefc8f145e736926f3a634db37e802703c17e793a
6
+ metadata.gz: 5b04523d5f69df76da54eeedbf34324f5279dcf1529306c83bab1c7b0943c289d77022300858f60580944cc81a335a4dabd0927d96496aadd921bf6e562c6725
7
+ data.tar.gz: 057a022a942c2da2eeb45d253bb8ec24f026fd77e2c88334be1a2c1fa55694f9f4b1f156b576b915cb19f2a1eaffcf88f37b37e5249ceb4d5fd4b1a5346f765d
data/iftoc.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["庞海礁"]
10
10
  spec.email = ["275742376@qq.com"]
11
11
 
12
- spec.summary = %q{Write a short summary, because Rubygems requires one.}
13
- spec.description = %q{Write a longer description or delete this line.}
12
+ spec.summary = %q{Converts IconFont to OC code.}
13
+ spec.description = %q{A tool that converts IconFont to OC code automatically.}
14
14
  spec.homepage = "https://github.com/panghaijiao/iftoc"
15
15
  spec.license = "MIT"
16
16
 
data/lib/iftoc/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Iftoc
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iftoc
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
  - 庞海礁
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Write a longer description or delete this line.
41
+ description: A tool that converts IconFont to OC code automatically.
42
42
  email:
43
43
  - 275742376@qq.com
44
44
  executables:
@@ -85,5 +85,5 @@ rubyforge_project:
85
85
  rubygems_version: 2.5.2
86
86
  signing_key:
87
87
  specification_version: 4
88
- summary: Write a short summary, because Rubygems requires one.
88
+ summary: Converts IconFont to OC code.
89
89
  test_files: []