syoboemon 0.2.3 → 0.2.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0aeef4a1c9103342ef1013086ad2d659a2f32e14
4
- data.tar.gz: 626cc994bfcb17947a3110400b01bb38c0a05956
3
+ metadata.gz: e18662b29218bc2815d4a341ccd60ab0ef944fe7
4
+ data.tar.gz: 809f81dbfebfa68a76a23a862228d8ac3f55b5be
5
5
  SHA512:
6
- metadata.gz: 838a73e30771b8c9eae24989dd7647af814bc14540997428af0df22d466f387131d640f8bc3118b3fa7fc1166424579dee651cfa8a9f20590237f86b0f15be58
7
- data.tar.gz: 10172572d6cf76030a6146805235022b72ddcdf0b44b5a9cd8555b368d09a7df0f8e463c2951c99c23ea5d0f20c139d8d8d01b035516c579482820f03b9a256d
6
+ metadata.gz: ae413851604eb6ac1b201e6204b75738e4075fe1a39906a0df00b8919c79111fcd74ff4cf7396462dd5e7d1fa18ec9c4321ab5932cdde94b56225d27d84eca97
7
+ data.tar.gz: ea6b7c7d59a66f393ca52e9a3ef5cab76422e79a1604e48ea0100fd97614bf18b940e61ffbc7399e0ed9deb419f5f9ec096c55d2eb71f3b286efa0a9d1aac8ee
data/bin/today_radio ADDED
@@ -0,0 +1,8 @@
1
+ require "syoboemon"
2
+
3
+ usr_name = ARGV[0].to_s
4
+
5
+ client = Syoboemon::Client.new
6
+ client.today_programs(usr_name).programs.remove_other_than_radio.each do |prog|
7
+ puts "#{prog.airtime} #{prog.title} [#{prog.broadcaster}]"
8
+ end
@@ -1,3 +1,3 @@
1
1
  module Syoboemon
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
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.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - toshiemon18
@@ -85,6 +85,7 @@ email:
85
85
  - st12318@gmail.com
86
86
  executables:
87
87
  - today_anime
88
+ - today_radio
88
89
  extensions: []
89
90
  extra_rdoc_files: []
90
91
  files:
@@ -97,6 +98,7 @@ files:
97
98
  - README.md
98
99
  - Rakefile
99
100
  - bin/today_anime
101
+ - bin/today_radio
100
102
  - lib/syoboemon.rb
101
103
  - lib/syoboemon/api_connector.rb
102
104
  - lib/syoboemon/api_responce_parser/api_response_parser.rb