syoboemon 0.2.5 → 0.2.6
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/bin/search_title +1 -1
- data/lib/syoboemon/version.rb +1 -1
- data/syoboemon.gemspec +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: 8ff271e7450aa0237b5093878fd86740bb705122
|
4
|
+
data.tar.gz: aaa1f9144262f4dee0e5fe9a8edd4bd1bbaa18b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24aba4808727996d00bdd555cdee48cda6e22258ac82b71490e52c5f68c3423e0b73599b78cf15c0acc59a1b6e7420e840c7817e43403b74e11fd76ead26a278
|
7
|
+
data.tar.gz: 285ec4a35fb7ce3d7cd222ea5b98e81aa190bb24adbb753062d9081e340cd84993b81002fa0573e3364ae463dfee3f81315945febe62be95ca994fb692b6bcba
|
data/bin/search_title
CHANGED
data/lib/syoboemon/version.rb
CHANGED
data/syoboemon.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{shoboi calendar API wrapper.}
|
13
13
|
spec.description = %q{しょぼいカレンダーのAPIラッパッパ. 他の人も作ってたけど自分が欲しい情報引っ張ってくる機能が無かったので自力で実装してる.}
|
14
|
-
spec.homepage = "https://github.toshiemon18/syoboemon"
|
14
|
+
spec.homepage = "https://github.com/toshiemon18/syoboemon"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: syoboemon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- toshiemon18
|
@@ -111,7 +111,7 @@ files:
|
|
111
111
|
- lib/syoboemon/query_generator/todays_programs.rb
|
112
112
|
- lib/syoboemon/version.rb
|
113
113
|
- syoboemon.gemspec
|
114
|
-
homepage: https://github.toshiemon18/syoboemon
|
114
|
+
homepage: https://github.com/toshiemon18/syoboemon
|
115
115
|
licenses:
|
116
116
|
- MIT
|
117
117
|
metadata: {}
|