cure_line 0.1.0 → 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/CHANGELOG.md +7 -1
- data/README.md +1 -0
- data/cure_line.gemspec +2 -0
- data/lib/cure_line/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f42451faf4d618b0ad9874a00409b0c2d7a123d78a3f0eb714c593434cfb64cf
|
4
|
+
data.tar.gz: c64c84bdcb08e65a04f16310fa37b8d571ad1617f26378feaa2268d918d66c71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fdc41b12c4f9d6249ee392d09a8080c79b4fd7f528e799ffb1821e69e920a8527c109af9afcfa39977cacaa7a690706b910e33a084baa3dc8a8c4540710566c
|
7
|
+
data.tar.gz: cbfd56d22719e68e9ffe064d2fe418c8718d3269ca8e8f2649d22c0819d6ecbae71d44c9fd6e50db99d2a8859d73cde93fac2e29762f3f31762565ca0e9fbd8b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
## Unreleased
|
2
|
-
[full changelog](http://github.com/sue445/cure_line/compare/v0.1.
|
2
|
+
[full changelog](http://github.com/sue445/cure_line/compare/v0.1.1...master)
|
3
|
+
|
4
|
+
## v0.1.1
|
5
|
+
[full changelog](http://github.com/sue445/cure_line/compare/v0.1.0...v0.1.1)
|
6
|
+
|
7
|
+
* Requirements ruby 2.3+
|
8
|
+
* https://github.com/sue445/cure_line/pull/8
|
3
9
|
|
4
10
|
## v0.1.0
|
5
11
|
* first release
|
data/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# CureLine
|
2
2
|
[LINE TIMELINE](https://timeline.line.me/) scraping tool
|
3
3
|
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/cure_line.svg)](https://badge.fury.io/rb/cure_line)
|
4
5
|
[![Build Status](https://travis-ci.org/sue445/cure_line.svg?branch=master)](https://travis-ci.org/sue445/cure_line)
|
5
6
|
[![Maintainability](https://api.codeclimate.com/v1/badges/25259e188e96c1b78164/maintainability)](https://codeclimate.com/github/sue445/cure_line/maintainability)
|
6
7
|
[![Coverage Status](https://coveralls.io/repos/github/sue445/cure_line/badge.svg?branch=master)](https://coveralls.io/github/sue445/cure_line?branch=master)
|
data/cure_line.gemspec
CHANGED
@@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
|
|
14
14
|
spec.homepage = "https://github.com/sue445/cure_line"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
|
+
spec.required_ruby_version = ">= 2.3.0"
|
18
|
+
|
17
19
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
18
20
|
f.match(%r{^(test|spec|features)/})
|
19
21
|
end
|
data/lib/cure_line/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cure_line
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
@@ -189,7 +189,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
189
189
|
requirements:
|
190
190
|
- - ">="
|
191
191
|
- !ruby/object:Gem::Version
|
192
|
-
version:
|
192
|
+
version: 2.3.0
|
193
193
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
194
194
|
requirements:
|
195
195
|
- - ">="
|