file_char_licker 0.5.0 → 0.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1341be913919ca0f0d23414b762dba9fe6ef6c2
4
- data.tar.gz: 673f0740cb88c46adbe9bd430d867279211b12bf
3
+ metadata.gz: e3b866c0fa7744a9271df7c9f32968b8ea2737d7
4
+ data.tar.gz: 914c17b71accea0fe80eb1af1bc0763d7115d673
5
5
  SHA512:
6
- metadata.gz: c414e58867f395b33fc14b052822a5a0097e7ccb5d3802d1bb1217c1379c1da16df7c5bdebb5b52a8a56779823c64612ce096269b3c09db363c4a6338e9f4295
7
- data.tar.gz: 572affe684c3cb4361ded31a7bf949079106239feb1552ecfeb400fcd392b6d710c22b8f7806f0d0a0ca3531db66632eeeb7500717d1380b8abe5f223c28e243
6
+ metadata.gz: 39c34431afbe701713ed8616430d4e25ee3583ed2953c784c28c2a0212871cea95c013858880bab9415e6d529bf486b4fcbfcf3a0d1fdefe6064dfbb9a0fd624
7
+ data.tar.gz: cd3d7d859f29780d5e19e6a63d85b062b3696d7602108f9c9038c2f897c63ebccc4c3b1c24f83e759331a2cd52a72595f4eb2244fdb9aa395a44127fa8901a50
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = FileCharLicker::VERSION
9
9
  spec.authors = ["indeep-xyz"]
10
10
  spec.email = ["indeep.xyz@gmail.com"]
11
- spec.summary = %q{move the position of file pointer in character-based and get string and.}
11
+ spec.summary = %q{move the position of file pointer in character-based and get string.}
12
12
  spec.description = <<EOT
13
13
  it has the following functions.
14
14
 
@@ -16,7 +16,7 @@ it has the following functions.
16
16
  - get string that is around the file pointer.
17
17
  - support for multi-byte character.
18
18
  EOT
19
- spec.homepage = ""
19
+ spec.homepage = "https://github.com/indeep-xyz/ruby-file-char-licker"
20
20
  spec.license = "MIT"
21
21
 
22
22
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module FileCharLicker
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: file_char_licker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - indeep-xyz
@@ -80,7 +80,7 @@ files:
80
80
  - lib/file_char_licker/version.rb
81
81
  - spec/file_line_seeker_spec.rb
82
82
  - spec/spec_helper.rb
83
- homepage: ''
83
+ homepage: https://github.com/indeep-xyz/ruby-file-char-licker
84
84
  licenses:
85
85
  - MIT
86
86
  metadata: {}
@@ -103,7 +103,7 @@ rubyforge_project:
103
103
  rubygems_version: 2.2.2
104
104
  signing_key:
105
105
  specification_version: 4
106
- summary: move the position of file pointer in character-based and get string and.
106
+ summary: move the position of file pointer in character-based and get string.
107
107
  test_files:
108
108
  - spec/file_line_seeker_spec.rb
109
109
  - spec/spec_helper.rb