whatson 1.1.0 → 2023.0.0
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 +5 -5
- data/README.md +64 -15
- data/Rakefile +11 -2
- data/lib/whatson/beerfest.rb +0 -1
- data/lib/whatson/football.rb +0 -1
- data/lib/whatson/pycon.rb +1 -2
- data/lib/whatson/rubyconf.rb +2 -2
- data/lib/whatson/tool.rb +82 -83
- data/lib/whatson/version.rb +4 -5
- data/lib/whatson/whatson.rb +3 -4
- data/lib/whatson.rb +8 -11
- data/test/helper.rb +2 -0
- data/test/test_rubyconf.rb +0 -2
- metadata +19 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 34180257ba9f77bdcc43329af131cba9535e9249460c195ac0e62a5378ef61a1
|
4
|
+
data.tar.gz: 9934a0cd6136f1e58dae65b6bf06248c1314d6ef3008073306645596fa967897
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9585fd8f499ec6aee15e569f53d8ac89750d47f44564e79c061bd572444fa63da786eb9dcef0f958c20aa359f4099b2c9cebf30053c09964890450bbfd8f2bb
|
7
|
+
data.tar.gz: d835d3206f16221a6d5d13fec923fe08604aeee4f218dcd5cb1141215b9880324305c9cfef20a982dec4b3df521807c1a158038aa12a97575648b57455b382ef
|
data/README.md
CHANGED
@@ -24,7 +24,20 @@ Use
|
|
24
24
|
$ rubyconf
|
25
25
|
```
|
26
26
|
|
27
|
-
to list upcoming Ruby (un)conferences from around the world. Will print in
|
27
|
+
to list upcoming Ruby (un)conferences from around the world. Will print in 2023:
|
28
|
+
|
29
|
+
```
|
30
|
+
Upcoming Ruby Conferences:
|
31
|
+
|
32
|
+
in 33d RubyConf Australia, Mon+Tue Feb/20+21 (2d) @ Melbourne, Australia
|
33
|
+
in 96d RailsConf (United States), Mon-Wed Apr/24-26 (3d) @ Atlanta, Georgia, United States
|
34
|
+
in 113d RubyKaigi, Thu-Sat May/11-13 (3d) @ Nagano, Japan
|
35
|
+
in 162d Punk's Not Dead Conf - Ruby (Pixel) Art Programming, Thu+Fri Jun/29+30 (2d) @ Vienna, Austria
|
36
|
+
...
|
37
|
+
```
|
38
|
+
|
39
|
+
|
40
|
+
and back in 2020:
|
28
41
|
|
29
42
|
```
|
30
43
|
Upcoming Ruby Conferences:
|
@@ -84,18 +97,18 @@ to list upcoming Python (un)conferences from around the world. Will print in 202
|
|
84
97
|
```
|
85
98
|
Upcoming Python Conferences:
|
86
99
|
|
87
|
-
in 62d PyCascades, Sat+Sun Feb/8+9 (2d) @ Portland, Oregon, United States
|
100
|
+
in 62d PyCascades, Sat+Sun Feb/8+9 (2d) @ Portland, Oregon, United States
|
88
101
|
in 72d PyCon Namibia, Tue-Thu Feb/18-20 (3d) @ Windhoek, Namibia
|
89
|
-
in 90d PyTennessee, Sat+Sun Mar/7+8 (2d) @ Nashville, Tennessee, United States
|
90
|
-
in 110d Moscow Python Conf
|
102
|
+
in 90d PyTennessee, Sat+Sun Mar/7+8 (2d) @ Nashville, Tennessee, United States
|
103
|
+
in 110d Moscow Python Conf, Fri Mar/27 (1d) @ Moscow, Russia
|
91
104
|
in 116d PyCon Italy, Thu-Sun Apr/2-5 (4d) @ Florence, Italy
|
92
|
-
in 129d PyCon US, Wed-Thu Apr/15-23 (9d) @ Pittsburgh, Pennsylvania, United States
|
93
|
-
in 160d PyTexas, Sat+Sun May/16+17 (2d) @ Austin, Texas, United States
|
105
|
+
in 129d PyCon US, Wed-Thu Apr/15-23 (9d) @ Pittsburgh, Pennsylvania, United States
|
106
|
+
in 160d PyTexas, Sat+Sun May/16+17 (2d) @ Austin, Texas, United States
|
94
107
|
in 225d EuroPython, Mon-Sun Jul/20-26 (7d) @ Dublin, Ireland
|
95
|
-
in 230d PyOhio, Sat+Sun Jul/25+26 (2d) @ Columbus, Ohio, United States
|
108
|
+
in 230d PyOhio, Sat+Sun Jul/25+26 (2d) @ Columbus, Ohio, United States
|
96
109
|
in 232d EuroSciPy, Mon-Fri Jul/27-31 (5d) @ Bilbao, Spain
|
97
110
|
in 232d GeoPython, Mon-Fri Jul/27-31 (5d) @ Bilbao, Spain
|
98
|
-
in 311d PyConDE & PyData Berlin
|
111
|
+
in 311d PyConDE & PyData Berlin, Wed-Fri Oct/14-16 (3d) @ Berlin, Germany
|
99
112
|
```
|
100
113
|
|
101
114
|
|
@@ -147,20 +160,20 @@ Upcoming Beerfests:
|
|
147
160
|
|
148
161
|
|
149
162
|
|
150
|
-
## Do-It-Yourself (DIY) - Use Your Own Datasets
|
163
|
+
## Do-It-Yourself (DIY) - Use Your Own Event Datasets
|
151
164
|
|
152
165
|
Note: You can pass in local or remote datafiles in the markdown, yaml or csv formats
|
153
166
|
instead of using the built-in / pre-configured datafiles.
|
154
167
|
Example:
|
155
168
|
|
156
169
|
```
|
157
|
-
$ rubyconf https://github.com/planetruby/calendar/raw/master/_data/
|
170
|
+
$ rubyconf https://github.com/planetruby/calendar/raw/master/_data/conferences2023.yml
|
158
171
|
# - or -
|
159
|
-
$ rubyconf
|
172
|
+
$ rubyconf conferences2023.yml # note: assumes a saved (local) copy in the working dir (./)
|
160
173
|
|
161
|
-
$ pycon https://github.com/python-organizers/conferences/raw/master/
|
174
|
+
$ pycon https://github.com/python-organizers/conferences/raw/master/2023.csv
|
162
175
|
# - or
|
163
|
-
$ pycon
|
176
|
+
$ pycon 2023.csv # note: assumes a saved (local) copy in the working dir (./)
|
164
177
|
|
165
178
|
$ kickoff https://github.com/footballbook/calendar/raw/master/README.md
|
166
179
|
# - or -
|
@@ -175,13 +188,48 @@ Use the `whatson` command line tool as a "generic catch-all" to print any type o
|
|
175
188
|
Example:
|
176
189
|
|
177
190
|
```
|
178
|
-
$ whatson https://github.com/planetruby/calendar/raw/master/_data/
|
179
|
-
https://github.com/python-organizers/conferences/raw/master/
|
191
|
+
$ whatson https://github.com/planetruby/calendar/raw/master/_data/conferences2023.yml \
|
192
|
+
https://github.com/python-organizers/conferences/raw/master/2023.csv
|
180
193
|
```
|
181
194
|
|
182
195
|
Note: `whatson` is pre-configured (that is, if you do not pass along any datafiles)
|
183
196
|
to print ongoing and upcoming ruby and python conferences.
|
184
197
|
|
198
|
+
For easy (re)use you can write all datafiles in a text file and pass along the
|
199
|
+
text file. Example - `conf.txt`:
|
200
|
+
|
201
|
+
```
|
202
|
+
########################################
|
203
|
+
# conf.txt - What's On Datafiles
|
204
|
+
|
205
|
+
https://github.com/planetruby/calendar/raw/master/_data/conferences2023.yml
|
206
|
+
https://github.com/python-organizers/conferences/raw/master/2023.csv
|
207
|
+
```
|
208
|
+
|
209
|
+
And pass along to `whatson`. Example:
|
210
|
+
|
211
|
+
```
|
212
|
+
$ whatson conf.txt
|
213
|
+
```
|
214
|
+
|
215
|
+
|
216
|
+
Resulting back in 2020:
|
217
|
+
|
218
|
+
```
|
219
|
+
reading >conf.txt<...
|
220
|
+
reading >https://github.com/planetruby/calendar/raw/master/_data/conferences2020.yml<...
|
221
|
+
reading >https://github.com/python-organizers/conferences/raw/master/2020.csv<...
|
222
|
+
|
223
|
+
|
224
|
+
Upcoming Events:
|
225
|
+
|
226
|
+
in 60d Rubyfuza, Thu-Sat Feb/6-8 (3d) @ Cape Town, South Africa
|
227
|
+
in 62d PyCascades, Sat+Sun Feb/8+9 (2d) @ Portland, Oregon, United States
|
228
|
+
in 72d ParisRB Conf, Tue+Wed Feb/18+19 (2d) @ Paris, France
|
229
|
+
in 72d PyCon Namibia, Tue-Thu Feb/18-20 (3d) @ Windhoek, Namibia
|
230
|
+
...
|
231
|
+
```
|
232
|
+
|
185
233
|
|
186
234
|
|
187
235
|
|
@@ -193,6 +241,7 @@ to print ongoing and upcoming ruby and python conferences.
|
|
193
241
|
|
194
242
|
|
195
243
|
|
244
|
+
|
196
245
|
## Install
|
197
246
|
|
198
247
|
Just install the gem:
|
data/Rakefile
CHANGED
@@ -1,6 +1,15 @@
|
|
1
1
|
require 'hoe'
|
2
2
|
require './lib/whatson/version.rb'
|
3
3
|
|
4
|
+
|
5
|
+
###
|
6
|
+
# hack/ quick fix for broken intuit_values - overwrite with dummy
|
7
|
+
class Hoe
|
8
|
+
def intuit_values( input ); end
|
9
|
+
end
|
10
|
+
|
11
|
+
|
12
|
+
|
4
13
|
Hoe.spec 'whatson' do
|
5
14
|
|
6
15
|
self.version = WhatsOn::VERSION
|
@@ -8,7 +17,7 @@ Hoe.spec 'whatson' do
|
|
8
17
|
self.summary = "whatson - what's on now command line tool (using the event.db machinery)"
|
9
18
|
self.description = summary
|
10
19
|
|
11
|
-
self.urls =
|
20
|
+
self.urls = { home: 'https://github.com/rubycocos/events' }
|
12
21
|
|
13
22
|
self.author = 'Gerald Bauer'
|
14
23
|
self.email = 'ruby-talk@ruby-lang.org'
|
@@ -18,7 +27,7 @@ Hoe.spec 'whatson' do
|
|
18
27
|
self.history_file = 'CHANGELOG.md'
|
19
28
|
|
20
29
|
self.extra_deps = [
|
21
|
-
['eventdb', '>= 1.1.
|
30
|
+
['eventdb', '>= 1.1.1'],
|
22
31
|
## 3rd party
|
23
32
|
['fetcher', '>= 0.4.5'],
|
24
33
|
['sqlite3']
|
data/lib/whatson/beerfest.rb
CHANGED
data/lib/whatson/football.rb
CHANGED
data/lib/whatson/pycon.rb
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
|
3
2
|
module WhatsOn
|
4
3
|
|
@@ -8,7 +7,7 @@ class PyCon < Tool
|
|
8
7
|
|
9
8
|
|
10
9
|
def initialize( args=ARGV )
|
11
|
-
args = ['https://github.com/python-organizers/conferences/raw/
|
10
|
+
args = ['https://github.com/python-organizers/conferences/raw/main/2023.csv'] if args.empty?
|
12
11
|
|
13
12
|
super( args,
|
14
13
|
title: 'Upcoming Python Conferences',
|
data/lib/whatson/rubyconf.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
|
2
2
|
|
3
3
|
module WhatsOn
|
4
4
|
|
@@ -8,7 +8,7 @@ class RubyConf < Tool
|
|
8
8
|
|
9
9
|
|
10
10
|
def initialize( args=ARGV )
|
11
|
-
args = ['https://github.com/planetruby/
|
11
|
+
args = ['https://github.com/planetruby/conferences/raw/master/_data/conferences2023.yml'] if args.empty?
|
12
12
|
|
13
13
|
super( args,
|
14
14
|
title: 'Upcoming Ruby Conferences',
|
data/lib/whatson/tool.rb
CHANGED
@@ -1,83 +1,82 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
:
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
puts ''
|
39
|
-
puts
|
40
|
-
puts
|
41
|
-
|
42
|
-
|
43
|
-
on
|
44
|
-
|
45
|
-
print "
|
46
|
-
print "#{e.
|
47
|
-
print "
|
48
|
-
print "
|
49
|
-
print "
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
## pp up
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
print "
|
63
|
-
print "#{e.
|
64
|
-
print "
|
65
|
-
print "
|
66
|
-
print "
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
puts
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
end # module WhatsOn
|
1
|
+
|
2
|
+
module WhatsOn
|
3
|
+
|
4
|
+
|
5
|
+
## base (shared) tool class
|
6
|
+
class Tool
|
7
|
+
|
8
|
+
## todo/fix: use header, footer instead of title, more_link - why? why not?
|
9
|
+
|
10
|
+
Config = Struct.new( :title, ## todo/change: find better names for config params - why? why not?
|
11
|
+
:more_link,
|
12
|
+
:show_year )
|
13
|
+
|
14
|
+
def initialize( args=ARGV,
|
15
|
+
title: 'Upcoming Events',
|
16
|
+
more_link: nil,
|
17
|
+
show_year: false
|
18
|
+
)
|
19
|
+
## turn down logger (default :debug?)
|
20
|
+
LogUtils::Logger.root.level = :info
|
21
|
+
|
22
|
+
@config = Config.new( title,
|
23
|
+
more_link,
|
24
|
+
show_year )
|
25
|
+
|
26
|
+
@db = EventDb::Memory.new ## note: use in-memory SQLite database
|
27
|
+
args.each do |arg|
|
28
|
+
puts " reading >#{arg}<..."
|
29
|
+
@db.read( arg )
|
30
|
+
end
|
31
|
+
end
|
32
|
+
|
33
|
+
|
34
|
+
def list ## note: use list and NOT print (otherwise built-in call to print is recursive and will crash!!!)
|
35
|
+
today = Date.today
|
36
|
+
|
37
|
+
puts ''
|
38
|
+
puts ''
|
39
|
+
puts "#{@config.title}:"
|
40
|
+
puts ''
|
41
|
+
|
42
|
+
on = EventDb::Model::Event.live( today )
|
43
|
+
on.each do |e|
|
44
|
+
print " NOW ON #{e.current_day(today)}d "
|
45
|
+
print "#{e.title}"
|
46
|
+
print " #{e.start_date.year}" if @config.show_year
|
47
|
+
print ", "
|
48
|
+
print "#{e.date_fmt} (#{e.days}d) @ #{e.place}"
|
49
|
+
print "\n"
|
50
|
+
end
|
51
|
+
|
52
|
+
puts '' if on.any?
|
53
|
+
|
54
|
+
## get next 17 events
|
55
|
+
up = EventDb::Model::Event.limit( 17 ).upcoming( today )
|
56
|
+
## pp up.to_sql
|
57
|
+
## pp up
|
58
|
+
|
59
|
+
if up.count > 0
|
60
|
+
up.each do |e|
|
61
|
+
print " in #{e.diff_days(today)}d "
|
62
|
+
print "#{e.title}"
|
63
|
+
print " #{e.start_date.year}" if @config.show_year
|
64
|
+
print ", "
|
65
|
+
print "#{e.date_fmt} (#{e.days}d) @ #{e.place}"
|
66
|
+
print "\n"
|
67
|
+
end
|
68
|
+
else
|
69
|
+
puts " -- No upcoming events found. #{EventDb::Model::Event.count} past event(s) in database. --"
|
70
|
+
end
|
71
|
+
|
72
|
+
puts ''
|
73
|
+
|
74
|
+
if @config.more_link
|
75
|
+
puts " More @ #{@config.more_link}"
|
76
|
+
puts ''
|
77
|
+
end
|
78
|
+
end
|
79
|
+
|
80
|
+
end # class Tool
|
81
|
+
|
82
|
+
end # module WhatsOn
|
data/lib/whatson/version.rb
CHANGED
@@ -1,9 +1,8 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
|
3
2
|
module WhatsOn
|
4
3
|
|
5
|
-
MAJOR =
|
6
|
-
MINOR =
|
4
|
+
MAJOR = 2023 ## todo: namespace inside version or something - why? why not??
|
5
|
+
MINOR = 0
|
7
6
|
PATCH = 0
|
8
7
|
VERSION = [MAJOR,MINOR,PATCH].join('.')
|
9
8
|
|
@@ -12,11 +11,11 @@ module WhatsOn
|
|
12
11
|
end
|
13
12
|
|
14
13
|
def self.banner
|
15
|
-
"whatson/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
|
14
|
+
"whatson/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}] in (#{root})"
|
16
15
|
end
|
17
16
|
|
18
17
|
def self.root
|
19
|
-
|
18
|
+
File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )
|
20
19
|
end
|
21
20
|
|
22
21
|
end # module WhatsOn
|
data/lib/whatson/whatson.rb
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
|
3
2
|
module WhatsOn
|
4
3
|
|
@@ -8,13 +7,13 @@ class WhatsOn < Tool
|
|
8
7
|
|
9
8
|
|
10
9
|
def initialize( args=ARGV )
|
11
|
-
args = ['https://github.com/planetruby/
|
12
|
-
'https://github.com/python-organizers/conferences/raw/
|
10
|
+
args = ['https://github.com/planetruby/conferences/raw/master/_data/conferences2023.yml',
|
11
|
+
'https://github.com/python-organizers/conferences/raw/main/2023.csv',
|
13
12
|
] if args.empty?
|
14
13
|
|
15
14
|
super( args,
|
16
15
|
title: 'Upcoming Events',
|
17
|
-
more_link: 'github.com/
|
16
|
+
more_link: 'github.com/rubycocos/events/tree/master/whatson#public-event-datasets'
|
18
17
|
)
|
19
18
|
end
|
20
19
|
end # class WhatsOn
|
data/lib/whatson.rb
CHANGED
@@ -1,6 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
|
3
|
-
|
4
1
|
# 3rd party libs (gems)
|
5
2
|
require 'eventdb'
|
6
3
|
require 'fetcher'
|
@@ -8,18 +5,18 @@ require 'fetcher'
|
|
8
5
|
|
9
6
|
# our own code
|
10
7
|
|
11
|
-
|
8
|
+
require_relative 'whatson/version' ## let version always go first
|
12
9
|
|
13
10
|
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
11
|
+
require_relative 'whatson/tool'
|
12
|
+
require_relative 'whatson/beerfest' ## used by beerfest bin(ary) tool
|
13
|
+
require_relative 'whatson/pycon' ## used by pyocn bin(ary) tool
|
14
|
+
require_relative 'whatson/rubyconf' ## used by rubyconf bin(ary) tool
|
15
|
+
require_relative 'whatson/football' ## used by kickoff bin(ary) tool
|
16
|
+
require_relative 'whatson/whatson' ## used by whatson bin(ary) tool
|
20
17
|
|
21
18
|
|
22
19
|
|
23
20
|
|
24
21
|
# say hello
|
25
|
-
puts WhatsOn.banner if defined?($
|
22
|
+
puts WhatsOn.banner if defined?($RUBYCOCOS_DEBUG) && $RUBYCOCOS_DEBUG
|
data/test/helper.rb
CHANGED
data/test/test_rubyconf.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: whatson
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2023.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerald Bauer
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: eventdb
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.1.
|
19
|
+
version: 1.1.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.1.
|
26
|
+
version: 1.1.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: fetcher
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -56,30 +56,36 @@ dependencies:
|
|
56
56
|
name: rdoc
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - "
|
59
|
+
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '4.0'
|
62
|
+
- - "<"
|
63
|
+
- !ruby/object:Gem::Version
|
64
|
+
version: '7'
|
62
65
|
type: :development
|
63
66
|
prerelease: false
|
64
67
|
version_requirements: !ruby/object:Gem::Requirement
|
65
68
|
requirements:
|
66
|
-
- - "
|
69
|
+
- - ">="
|
67
70
|
- !ruby/object:Gem::Version
|
68
71
|
version: '4.0'
|
72
|
+
- - "<"
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '7'
|
69
75
|
- !ruby/object:Gem::Dependency
|
70
76
|
name: hoe
|
71
77
|
requirement: !ruby/object:Gem::Requirement
|
72
78
|
requirements:
|
73
79
|
- - "~>"
|
74
80
|
- !ruby/object:Gem::Version
|
75
|
-
version: '3.
|
81
|
+
version: '3.23'
|
76
82
|
type: :development
|
77
83
|
prerelease: false
|
78
84
|
version_requirements: !ruby/object:Gem::Requirement
|
79
85
|
requirements:
|
80
86
|
- - "~>"
|
81
87
|
- !ruby/object:Gem::Version
|
82
|
-
version: '3.
|
88
|
+
version: '3.23'
|
83
89
|
description: whatson - what's on now command line tool (using the event.db machinery)
|
84
90
|
email: ruby-talk@ruby-lang.org
|
85
91
|
executables:
|
@@ -115,11 +121,11 @@ files:
|
|
115
121
|
- test/test_beerfest.rb
|
116
122
|
- test/test_kickoff.rb
|
117
123
|
- test/test_rubyconf.rb
|
118
|
-
homepage: https://github.com/
|
124
|
+
homepage: https://github.com/rubycocos/events
|
119
125
|
licenses:
|
120
126
|
- Public Domain
|
121
127
|
metadata: {}
|
122
|
-
post_install_message:
|
128
|
+
post_install_message:
|
123
129
|
rdoc_options:
|
124
130
|
- "--main"
|
125
131
|
- README.md
|
@@ -136,9 +142,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
136
142
|
- !ruby/object:Gem::Version
|
137
143
|
version: '0'
|
138
144
|
requirements: []
|
139
|
-
|
140
|
-
|
141
|
-
signing_key:
|
145
|
+
rubygems_version: 3.3.7
|
146
|
+
signing_key:
|
142
147
|
specification_version: 4
|
143
148
|
summary: whatson - what's on now command line tool (using the event.db machinery)
|
144
149
|
test_files: []
|