readlines 1.0 → 1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/readlines.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02ebe6255ec5f06d42554b019c7f51137128bf23ee477194f98922a0d20e5139
|
4
|
+
data.tar.gz: 66bba6b636e571923174d6b9848f352d7cdced9453ba62363f23b834eb38d773
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfbb900dad4d11c4d9b474482f523e1489e8cd37ba23c177f3171f7304deaaf7f8b4fb33017e8e330c7254fba4da5bdb349009e9091c3a0b01fff9f8e789a4aa
|
7
|
+
data.tar.gz: 63347c232f3ea2f872a6d3bdf157bf9454019fd58c43cbcedf0b31a34b632c85f05b7cd6a5a67abc9ad9e442440ad0c15ad9d220eed25d0d70cc83962cefcaa8
|
data/README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
[![Gem Version](https://badge.fury.io/rb/readlines.svg)](https://badge.fury.io/rb/readlines)
|
1
2
|
# Readlines Library
|
2
3
|
|
3
4
|
Readlines is a powerful and versatile Ruby library for file manipulation and processing. It provides a wide range of functionality to read, analyze, and modify the contents of text files efficiently.
|
data/readlines.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "readlines"
|
3
|
-
spec.version = "1.
|
3
|
+
spec.version = "1.1"
|
4
4
|
spec.authors = ['Maven']
|
5
5
|
spec.email = ['qppn@hotmail.com']
|
6
6
|
|
@@ -22,4 +22,4 @@ Gem::Specification.new do |spec|
|
|
22
22
|
spec.add_development_dependency "bundler", "~> 2.0"
|
23
23
|
spec.add_development_dependency "rake", "~> 13.0"
|
24
24
|
spec.add_development_dependency "rspec", "~> 3.0"
|
25
|
-
end
|
25
|
+
end
|