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 +4 -4
- data/file_char_licker.gemspec +2 -2
- data/lib/file_char_licker/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3b866c0fa7744a9271df7c9f32968b8ea2737d7
|
|
4
|
+
data.tar.gz: 914c17b71accea0fe80eb1af1bc0763d7115d673
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39c34431afbe701713ed8616430d4e25ee3583ed2953c784c28c2a0212871cea95c013858880bab9415e6d529bf486b4fcbfcf3a0d1fdefe6064dfbb9a0fd624
|
|
7
|
+
data.tar.gz: cd3d7d859f29780d5e19e6a63d85b062b3696d7602108f9c9038c2f897c63ebccc4c3b1c24f83e759331a2cd52a72595f4eb2244fdb9aa395a44127fa8901a50
|
data/file_char_licker.gemspec
CHANGED
|
@@ -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
|
|
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")
|
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.
|
|
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
|
|
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
|