ishuhui 0.1.0 → 0.1.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/ishuhui.gemspec +1 -1
- data/lib/ishuhui/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94c0bfd289b4c2bd9613c4c2fd1fc5a88e40b68b
|
|
4
|
+
data.tar.gz: 84b6dd65d0b1ca680fda5b42ae7e1bc6d3882d56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78a92274d2465f140a13464852a5f2a15ea0588beb2c870ea15af05de4dc1f8cba3ee4f561b36965457444d59015a1221836ccdc2d564fef00bd863c5e98c759
|
|
7
|
+
data.tar.gz: 7c1db2b93e5d8501b652fcb48371b52a790d33da3ec33f296f22eea9510d07baec87c2300fba44ec76da3ac9191b415928827a83e9cc466b627dc562e3fa2075
|
data/ishuhui.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["AlexShawn"]
|
|
10
10
|
spec.email = ["alexshawn@outlook.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{
|
|
12
|
+
spec.summary = %q{鼠绘漫画定向爬虫}
|
|
13
13
|
#spec.description = %q{TODO: Write a longer description or delete this line.}
|
|
14
14
|
spec.homepage = "https://github.com/AlexShawn/ishuhui"
|
|
15
15
|
spec.license = "MIT"
|
data/lib/ishuhui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ishuhui
|
|
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
|
- AlexShawn
|
|
@@ -133,5 +133,5 @@ rubyforge_project:
|
|
|
133
133
|
rubygems_version: 2.5.1
|
|
134
134
|
signing_key:
|
|
135
135
|
specification_version: 4
|
|
136
|
-
summary:
|
|
136
|
+
summary: 鼠绘漫画定向爬虫
|
|
137
137
|
test_files: []
|