syobocal 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/bin/{anime → syobocal-anime} +0 -0
- data/lib/syobocal/db.rb +1 -1
- metadata +16 -16
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 7cc1e6c50feebcc13acf9e2254d8395c35d30660
|
4
|
+
data.tar.gz: da3c85cc7c96e2c10e7a8b5bfcb694fa82e6545d
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 63a22b9d37eaa306352681df07dbe4454cec2013e52ae52a12c5fc331bca725c7922445c5489d62d7c7f39334c226e37df2a37738a16af5ddd6d75afb0706b88
|
7
|
+
data.tar.gz: 4fc53ef3db901d9793f01fd1171ce3901e8d151e22dca13ccc88c22fb0c0d2609bcae66677b7c4bbd4d70805a4c97bc9a8deda0ada9fcfe5d323d4d86c5028ff
|
File without changes
|
data/lib/syobocal/db.rb
CHANGED
metadata
CHANGED
@@ -1,56 +1,56 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: syobocal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
5
|
-
prerelease:
|
4
|
+
version: 0.9.1
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- xmisao
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2016-06-24 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
|
-
description:
|
13
|
+
description: Syoboi Calendar is the oldest and biggest ANIME information site, supported
|
14
|
+
and hosted by anime fans in Japan. This gem make it easy to download information
|
15
|
+
using web APIs of this site.
|
15
16
|
email: mail@xmisao.com
|
16
17
|
executables:
|
17
|
-
- anime
|
18
|
+
- syobocal-anime
|
18
19
|
- syobocal
|
19
20
|
extensions: []
|
20
21
|
extra_rdoc_files: []
|
21
22
|
files:
|
23
|
+
- bin/syobocal
|
24
|
+
- bin/syobocal-anime
|
22
25
|
- lib/syobocal.rb
|
23
|
-
- lib/syobocal/rss2.rb
|
24
|
-
- lib/syobocal/rss.rb
|
25
26
|
- lib/syobocal/calchk.rb
|
27
|
+
- lib/syobocal/db.rb
|
26
28
|
- lib/syobocal/json.rb
|
29
|
+
- lib/syobocal/rss.rb
|
30
|
+
- lib/syobocal/rss2.rb
|
27
31
|
- lib/syobocal/util.rb
|
28
|
-
- lib/syobocal/db.rb
|
29
|
-
- bin/anime
|
30
|
-
- bin/syobocal
|
31
32
|
homepage: https://github.com/xmisao/syobocal
|
32
33
|
licenses:
|
33
34
|
- MIT
|
35
|
+
metadata: {}
|
34
36
|
post_install_message:
|
35
37
|
rdoc_options: []
|
36
38
|
require_paths:
|
37
39
|
- lib
|
38
40
|
required_ruby_version: !ruby/object:Gem::Requirement
|
39
|
-
none: false
|
40
41
|
requirements:
|
41
|
-
- -
|
42
|
+
- - ">="
|
42
43
|
- !ruby/object:Gem::Version
|
43
44
|
version: '0'
|
44
45
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
45
|
-
none: false
|
46
46
|
requirements:
|
47
|
-
- -
|
47
|
+
- - ">="
|
48
48
|
- !ruby/object:Gem::Version
|
49
49
|
version: '0'
|
50
50
|
requirements: []
|
51
51
|
rubyforge_project:
|
52
|
-
rubygems_version:
|
52
|
+
rubygems_version: 2.5.1
|
53
53
|
signing_key:
|
54
|
-
specification_version:
|
54
|
+
specification_version: 4
|
55
55
|
summary: Simple gem for Syoboi Calendar
|
56
56
|
test_files: []
|