whatson 0.1.0 → 1.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 +4 -4
- data/{HISTORY.md → CHANGELOG.md} +0 -0
- data/Manifest.txt +16 -14
- data/README.md +61 -33
- data/Rakefile +3 -4
- data/bin/beerfest +0 -0
- data/bin/kickoff +0 -0
- data/bin/rubyconf +0 -0
- data/lib/whatson/beerfest.rb +7 -12
- data/lib/whatson/football.rb +8 -13
- data/lib/whatson/rubyconf.rb +6 -11
- data/lib/whatson/version.rb +2 -3
- data/test/test_beerfest.rb +21 -0
- data/test/test_kickoff.rb +21 -0
- data/test/test_rubyconf.rb +2 -2
- metadata +13 -13
- data/.gemtest +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e518bb473a98dc200733a06c3c5e98a8051b5644
|
|
4
|
+
data.tar.gz: dc05244c9247518c2ba4da1b69f370ac7ac87018
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9319373b1f942620a00e4250c9b1e937dc38fed5a80c3981f15e0283a624ece0f6c8f7a201bd215aad5ceb10a519c6ee60bbc3a2b35dc1529e71b5905afd8d86
|
|
7
|
+
data.tar.gz: 9b816f0aebee5a5e464247bcf847d342dc59ca994c30ae6815d3da2dd10eccfc75c996c8516a6f86c0ebdb0ff0e8fe87ee4315e2b900df75521eb9df8e5b1854
|
data/{HISTORY.md → CHANGELOG.md}
RENAMED
|
File without changes
|
data/Manifest.txt
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
Manifest.txt
|
|
3
|
-
README.md
|
|
4
|
-
Rakefile
|
|
5
|
-
bin/beerfest
|
|
6
|
-
bin/kickoff
|
|
7
|
-
bin/rubyconf
|
|
8
|
-
lib/whatson.rb
|
|
9
|
-
lib/whatson/beerfest.rb
|
|
10
|
-
lib/whatson/football.rb
|
|
11
|
-
lib/whatson/rubyconf.rb
|
|
12
|
-
lib/whatson/version.rb
|
|
13
|
-
test/helper.rb
|
|
14
|
-
test/
|
|
1
|
+
CHANGELOG.md
|
|
2
|
+
Manifest.txt
|
|
3
|
+
README.md
|
|
4
|
+
Rakefile
|
|
5
|
+
bin/beerfest
|
|
6
|
+
bin/kickoff
|
|
7
|
+
bin/rubyconf
|
|
8
|
+
lib/whatson.rb
|
|
9
|
+
lib/whatson/beerfest.rb
|
|
10
|
+
lib/whatson/football.rb
|
|
11
|
+
lib/whatson/rubyconf.rb
|
|
12
|
+
lib/whatson/version.rb
|
|
13
|
+
test/helper.rb
|
|
14
|
+
test/test_beerfest.rb
|
|
15
|
+
test/test_kickoff.rb
|
|
16
|
+
test/test_rubyconf.rb
|
data/README.md
CHANGED
|
@@ -9,56 +9,82 @@ what's on now command line tool (using the event.db machinery)
|
|
|
9
9
|
* forum :: [ruby-talk@ruby-lang.org](http://www.ruby-lang.org/en/community/mailing-lists)
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
## Command-Line Tools
|
|
12
|
+
## Command-Line Tools - `rubyconf`, `kickoff`, `beerfest`
|
|
13
13
|
|
|
14
14
|
The whatson gem includes command-line tools
|
|
15
15
|
to list upcoming events (ruby conferences, football tournaments, beer festivals. etc.).
|
|
16
16
|
|
|
17
|
+
[Upcoming Ruby Conferences](#upcoming-ruby-conferences) •
|
|
18
|
+
[Upcoming Football Tournaments](#upcoming-football-tournaments) •
|
|
19
|
+
[Upcoming Beerfests](#upcoming-beerfests)
|
|
20
|
+
|
|
17
21
|
|
|
18
22
|
### Upcoming Ruby Conferences
|
|
19
23
|
|
|
20
24
|
Use
|
|
21
25
|
|
|
22
|
-
|
|
26
|
+
```
|
|
23
27
|
$ rubyconf
|
|
24
|
-
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
to list upcoming Ruby (un)conferences from around the world. Will print in 2020:
|
|
25
31
|
|
|
26
|
-
|
|
32
|
+
```
|
|
33
|
+
Upcoming Ruby Conferences:
|
|
27
34
|
|
|
28
|
-
|
|
35
|
+
in 62d Rubyfuza, Thu-Sat Feb/6-8 (3d) @ Cape Town, South Africa
|
|
36
|
+
in 74d ParisRB Conf, Tue+Wed Feb/18+19 (2d) @ Paris, France
|
|
37
|
+
in 76d RubyConf Australia, Thu+Fri Feb/20+21 (2d) @ Melbourne, Victoria, Australia
|
|
38
|
+
in 105d Wrocław <3 Ruby (wroclove.rb), Fri-Sun Mar/20-22 (3d) @ Wrocław, Poland
|
|
39
|
+
in 118d RubyDay Italy, Thu Apr/2 (1d) @ Verona, Veneto, Italy
|
|
40
|
+
in 125d RubyKaigi, Thu-Sat Apr/9-11 (3d) @ Nagano, Japan
|
|
41
|
+
in 141d RubyConf India, Sat+Sun Apr/25+26 (2d) @ Goa, India
|
|
42
|
+
in 151d RailsConf (United States), Tue-Thu May/5-7 (3d) @ Portland, Oregon, United States
|
|
43
|
+
in 161d Balkan Ruby, Fri+Sat May/15+16 (2d) @ Sofia, Bulgaria
|
|
44
|
+
in 183d Ruby Unconf Hamburg, Sat+Sun Jun/6+7 (2d) @ Hamburg, Germany
|
|
45
|
+
in 210d Brighton RubyConf, Fri Jul/3 (1d) @ Brighton, Sussex, England, United Kingdom
|
|
46
|
+
in 230d RubyConf Kenya, Thu-Sat Jul/23-25 (3d) @ Nairobi, Kenya
|
|
47
|
+
in 259d European Ruby Konference (EuRuKo), Fri+Sat Aug/21+22 (2d) @ Helsinki, Finnland
|
|
48
|
+
in 347d RubyConf (United States), Tue-Thu Nov/17-19 (3d) @ Houston, Texas, United States
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
and back in 2015
|
|
52
|
+
|
|
53
|
+
```
|
|
29
54
|
Upcoming Ruby Conferences:
|
|
30
55
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
in
|
|
34
|
-
in
|
|
35
|
-
in
|
|
36
|
-
in
|
|
37
|
-
in
|
|
38
|
-
in
|
|
39
|
-
in
|
|
40
|
-
in
|
|
41
|
-
in
|
|
42
|
-
in
|
|
43
|
-
in
|
|
44
|
-
in
|
|
45
|
-
in
|
|
46
|
-
in
|
|
56
|
+
NOW ON 2d RubyMotion Conference - #inspect, Wed+Thu Jul/1+2 (2d) @ Paris, France
|
|
57
|
+
|
|
58
|
+
in 18d Brighton Ruby Conference, Mon Jul/20 (1d) @ Brighton, East Sussex, England
|
|
59
|
+
in 27d European Ruby Camp - eurucamp, Fri-Sun Jul/31-Aug/2 (3d) @ Berlin (Potsdam), Germany
|
|
60
|
+
in 27d JRuby Conference Europe - JRubyConf EU, Fri Jul/31 (1d) @ Berlin (Potsdam), Germany
|
|
61
|
+
in 28d Burlington Ruby Conference, Sat+Sun Aug/1+2 (2d) @ Burlington, Vermont, New England, United States
|
|
62
|
+
in 50d Madison+ Ruby, Fri+Sat Aug/21+22 (2d) @ Madison, Wisconsin, Great Lakes, United States
|
|
63
|
+
in 71d RubyConf Taiwan, Fri+Sat Sep/11+12 (2d) @ Taipei, Taiwan
|
|
64
|
+
in 72d RubyConf Portugal, Mon+Tue Sep/14+15 (2d) @ Braga, Portugal
|
|
65
|
+
in 78d RubyConf Brasil, Fri+Sat Sep/18+19 (2d) @ São Paulo, Brazil
|
|
66
|
+
in 83d Rocky Mountain RubyConf, Wed-Fri Sep/23-25 (3d) @ Boulder, Colorado, Rocky Mountains, United States
|
|
67
|
+
in 85d Ruby Open Source Software (ROSS) Conference - ROSSConf, Sat Sep/26 (1d) @ Berlin, Germany
|
|
68
|
+
in 93d ArrrCamp, Thu+Fri Oct/1+2 (2d) @ Ghent, Oost-Vlaanderen, Belgium
|
|
69
|
+
in 105d RubyConf Colombia, Thu+Fri Oct/15+16 (2d) @ Medellin, Colombia
|
|
70
|
+
in 107d European Ruby Konference - EuRuKo, Sat+Sun Oct/17+18 (2d) @ Salzburg, Austria
|
|
71
|
+
in 132d RubyWorld Conference, Wed+Thu Nov/11+12 (2d) @ Matsue, Japan
|
|
47
72
|
...
|
|
48
|
-
|
|
73
|
+
```
|
|
74
|
+
|
|
49
75
|
|
|
50
76
|
|
|
51
77
|
### Upcoming Football Tournaments
|
|
52
78
|
|
|
53
79
|
Use
|
|
54
80
|
|
|
55
|
-
|
|
81
|
+
```
|
|
56
82
|
$ kickoff
|
|
57
|
-
|
|
83
|
+
```
|
|
58
84
|
|
|
59
85
|
to list upcoming football tournaments from around the world. Will print:
|
|
60
86
|
|
|
61
|
-
|
|
87
|
+
```
|
|
62
88
|
Upcoming Football Tournaments:
|
|
63
89
|
|
|
64
90
|
NOW ON 18d Women's World Cup 2015, Sat-Sun Jun/6-Jul/5 (30d) @ Canada › World (FIFA)
|
|
@@ -69,20 +95,20 @@ Upcoming Football Tournaments:
|
|
|
69
95
|
in 353d European Championship (Euro) 2016, Fri-Sun Jun/10-Jul/10 (31d) @ France › Europe (UEFA)
|
|
70
96
|
in 1087d World Cup 2018, Thu-Sun Jun/14-Jul/15 (32d) @ Russia › World (FIFA)
|
|
71
97
|
...
|
|
72
|
-
|
|
98
|
+
```
|
|
73
99
|
|
|
74
100
|
|
|
75
101
|
### Upcoming Beerfests
|
|
76
102
|
|
|
77
103
|
Use
|
|
78
104
|
|
|
79
|
-
|
|
105
|
+
```
|
|
80
106
|
$ beerfest
|
|
81
|
-
|
|
107
|
+
```
|
|
82
108
|
|
|
83
109
|
to list upcoming beer festivals from around the world. Will print:
|
|
84
110
|
|
|
85
|
-
|
|
111
|
+
```
|
|
86
112
|
Upcoming Beerfests:
|
|
87
113
|
|
|
88
114
|
in 9d Ottakringer Braukultur Wochen (9 Brauereien in 9 Wochen), Thu-Wed Jul/2-Sep/2 (63d) @ 16., Ottakring › Vienna / Wien › Austria / Österreich (at) › Central Europe › Europe
|
|
@@ -92,14 +118,16 @@ Upcoming Beerfests:
|
|
|
92
118
|
in 88d Oktoberfest ("Die Wiesn"), Sat-Sun Sep/19-Oct/4 (16d) @ Munich / München › Upper Bavaria / Oberbayern › Bavaria / Bayern › Germany / Deutschland (de) › Central Europe › Europe
|
|
93
119
|
in 123d Biermesse Ried (Festival der Biervielfalt), Sat+Sun Oct/24+25 (2d) @ Ried i. Innkreis › Upper Austria / Oberösterreich › Austria / Österreich (at) › Central Europe › Europe
|
|
94
120
|
...
|
|
95
|
-
|
|
121
|
+
```
|
|
122
|
+
|
|
96
123
|
|
|
97
124
|
|
|
98
125
|
## Public Event Datasets
|
|
99
126
|
|
|
100
|
-
- [
|
|
101
|
-
- [
|
|
102
|
-
- [
|
|
127
|
+
- [Calendar @ Planet Ruby](https://github.com/planetruby/calendar) - a collection of awesome Ruby events (meetups, conferences, camps, etc.) from around the world
|
|
128
|
+
- [Calendar @ World Football Book](https://github.com/footballbook/calendar) - a collection of awesome football tournaments, cups, etc. from around the world
|
|
129
|
+
- [Calendar @ World Beer Book](https://github.com/beerbook/calendar) - a collection of awesome beer events (oktoberfest, starkbierfest, etc.) from around the world
|
|
130
|
+
|
|
103
131
|
|
|
104
132
|
|
|
105
133
|
## Install
|
data/Rakefile
CHANGED
|
@@ -15,10 +15,10 @@ Hoe.spec 'whatson' do
|
|
|
15
15
|
|
|
16
16
|
# switch extension to .markdown for gihub formatting
|
|
17
17
|
self.readme_file = 'README.md'
|
|
18
|
-
self.history_file = '
|
|
18
|
+
self.history_file = 'CHANGELOG.md'
|
|
19
19
|
|
|
20
20
|
self.extra_deps = [
|
|
21
|
-
['eventdb', '>= 0.
|
|
21
|
+
['eventdb', '>= 1.0.0'],
|
|
22
22
|
## 3rd party
|
|
23
23
|
['fetcher', '>= 0.4.5'],
|
|
24
24
|
['sqlite3']
|
|
@@ -27,7 +27,6 @@ Hoe.spec 'whatson' do
|
|
|
27
27
|
self.licenses = ['Public Domain']
|
|
28
28
|
|
|
29
29
|
self.spec_extras = {
|
|
30
|
-
required_ruby_version: '>=
|
|
30
|
+
required_ruby_version: '>= 2.2.2'
|
|
31
31
|
}
|
|
32
|
-
|
|
33
32
|
end
|
data/bin/beerfest
CHANGED
|
File without changes
|
data/bin/kickoff
CHANGED
|
File without changes
|
data/bin/rubyconf
CHANGED
|
File without changes
|
data/lib/whatson/beerfest.rb
CHANGED
|
@@ -8,16 +8,13 @@ class BeerFest
|
|
|
8
8
|
## turn down logger (default :debug?)
|
|
9
9
|
LogUtils::Logger.root.level = :info
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
@db = EventDb::Database.new
|
|
15
|
-
@db.add( events )
|
|
11
|
+
@db = EventDb::Memory.new ## note: use in-memory SQLite database
|
|
12
|
+
@db.read( "https://github.com/beerbook/calendar/raw/master/README.md" )
|
|
16
13
|
end
|
|
17
|
-
|
|
14
|
+
|
|
18
15
|
def print
|
|
19
16
|
## get next 17 events
|
|
20
|
-
|
|
17
|
+
|
|
21
18
|
today = Date.today
|
|
22
19
|
|
|
23
20
|
up = EventDb::Model::Event.limit( 17 ).upcoming( today )
|
|
@@ -32,18 +29,16 @@ class BeerFest
|
|
|
32
29
|
|
|
33
30
|
on = EventDb::Model::Event.live( today )
|
|
34
31
|
on.each do |e|
|
|
35
|
-
|
|
36
|
-
puts " NOW ON #{current_day}d #{e.title} #{e.start_date.year}, #{e.date_str} (#{e.days}d) @ #{e.place}"
|
|
32
|
+
puts " NOW ON #{e.current_day(today)}d #{e.title}, #{e.date_fmt} (#{e.days}d) @ #{e.place}"
|
|
37
33
|
end
|
|
38
34
|
|
|
39
35
|
puts '' if on.any?
|
|
40
36
|
|
|
41
37
|
up.each do |e|
|
|
42
|
-
|
|
43
|
-
puts " in #{diff_days}d #{e.title}, #{e.date_str} (#{e.days}d) @ #{e.place}"
|
|
38
|
+
puts " in #{e.diff_days(today)}d #{e.title}, #{e.date_fmt} (#{e.days}d) @ #{e.place}"
|
|
44
39
|
end
|
|
45
40
|
puts ''
|
|
46
|
-
puts " More @ github.com/
|
|
41
|
+
puts " More @ github.com/beerbook/calendar"
|
|
47
42
|
puts ''
|
|
48
43
|
end
|
|
49
44
|
|
data/lib/whatson/football.rb
CHANGED
|
@@ -8,18 +8,15 @@ class Football
|
|
|
8
8
|
## turn down logger (default :debug?)
|
|
9
9
|
LogUtils::Logger.root.level = :info
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
@db = EventDb::Database.new
|
|
15
|
-
@db.add( events )
|
|
11
|
+
@db = EventDb::Memory.new ## note: use in-memory SQLite database
|
|
12
|
+
@db.read( "https://github.com/footballbook/calendar/raw/master/README.md" )
|
|
16
13
|
end
|
|
17
14
|
|
|
18
15
|
def print
|
|
19
16
|
## get next 17 events
|
|
20
|
-
|
|
17
|
+
|
|
21
18
|
today = Date.today
|
|
22
|
-
|
|
19
|
+
|
|
23
20
|
up = EventDb::Model::Event.limit( 17 ).upcoming( today )
|
|
24
21
|
## pp up.to_sql
|
|
25
22
|
## pp up
|
|
@@ -32,18 +29,16 @@ class Football
|
|
|
32
29
|
|
|
33
30
|
on = EventDb::Model::Event.live( today )
|
|
34
31
|
on.each do |e|
|
|
35
|
-
|
|
36
|
-
puts " NOW ON #{current_day}d #{e.title} #{e.start_date.year}, #{e.date_str} (#{e.days}d) @ #{e.place}"
|
|
32
|
+
puts " NOW ON #{e.current_day(today)}d #{e.title} #{e.start_date.year}, #{e.date_fmt} (#{e.days}d) @ #{e.place}"
|
|
37
33
|
end
|
|
38
34
|
|
|
39
35
|
puts '' if on.any?
|
|
40
|
-
|
|
36
|
+
|
|
41
37
|
up.each do |e|
|
|
42
|
-
|
|
43
|
-
puts " in #{diff_days}d #{e.title} #{e.start_date.year}, #{e.date_str} (#{e.days}d) @ #{e.place}"
|
|
38
|
+
puts " in #{e.diff_days(today)}d #{e.title} #{e.start_date.year}, #{e.date_fmt} (#{e.days}d) @ #{e.place}"
|
|
44
39
|
end
|
|
45
40
|
puts ''
|
|
46
|
-
puts " More @ github.com/
|
|
41
|
+
puts " More @ github.com/footballbook/calendar"
|
|
47
42
|
puts ''
|
|
48
43
|
end
|
|
49
44
|
|
data/lib/whatson/rubyconf.rb
CHANGED
|
@@ -7,14 +7,11 @@ class RubyConf
|
|
|
7
7
|
def initialize
|
|
8
8
|
## turn down logger (default :debug?)
|
|
9
9
|
LogUtils::Logger.root.level = :info
|
|
10
|
-
|
|
11
|
-
r = EventDb::EventReader.from_url( "https://github.com/planetruby/awesome-events/raw/master/README.md" )
|
|
12
|
-
events = r.read
|
|
13
10
|
|
|
14
|
-
@db = EventDb::
|
|
15
|
-
@db.
|
|
11
|
+
@db = EventDb::Memory.new ## note: use in-memory SQLite database
|
|
12
|
+
@db.read( "https://github.com/planetruby/calendar/raw/master/_data/conferences2020.yml" )
|
|
16
13
|
end
|
|
17
|
-
|
|
14
|
+
|
|
18
15
|
def print
|
|
19
16
|
## get next 17 events
|
|
20
17
|
|
|
@@ -31,18 +28,16 @@ class RubyConf
|
|
|
31
28
|
|
|
32
29
|
on = EventDb::Model::Event.live( today )
|
|
33
30
|
on.each do |e|
|
|
34
|
-
|
|
35
|
-
puts " NOW ON #{current_day}d #{e.title} #{e.start_date.year}, #{e.date_str} (#{e.days}d) @ #{e.place}"
|
|
31
|
+
puts " NOW ON #{e.current_day(today)}d #{e.title}, #{e.date_fmt} (#{e.days}d) @ #{e.place}"
|
|
36
32
|
end
|
|
37
33
|
|
|
38
34
|
puts '' if on.any?
|
|
39
35
|
|
|
40
36
|
up.each do |e|
|
|
41
|
-
|
|
42
|
-
puts " in #{diff_days}d #{e.title}, #{e.date_str} (#{e.days}d) @ #{e.place}"
|
|
37
|
+
puts " in #{e.diff_days(today)}d #{e.title}, #{e.date_fmt} (#{e.days}d) @ #{e.place}"
|
|
43
38
|
end
|
|
44
39
|
puts ''
|
|
45
|
-
puts " More @ github.com/planetruby/
|
|
40
|
+
puts " More @ github.com/planetruby/calendar"
|
|
46
41
|
puts ''
|
|
47
42
|
end
|
|
48
43
|
|
data/lib/whatson/version.rb
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
module WhatsOn
|
|
4
4
|
|
|
5
|
-
MAJOR =
|
|
6
|
-
MINOR =
|
|
5
|
+
MAJOR = 1 ## todo: namespace inside version or something - why? why not??
|
|
6
|
+
MINOR = 0
|
|
7
7
|
PATCH = 0
|
|
8
8
|
VERSION = [MAJOR,MINOR,PATCH].join('.')
|
|
9
9
|
|
|
@@ -20,4 +20,3 @@ module WhatsOn
|
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
end # module WhatsOn
|
|
23
|
-
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
|
|
3
|
+
###
|
|
4
|
+
# to run use
|
|
5
|
+
# ruby -I ./lib -I ./test test/test_beerfest.rb
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
require 'helper'
|
|
9
|
+
|
|
10
|
+
class TestBeerFest < MiniTest::Test
|
|
11
|
+
|
|
12
|
+
def test_print
|
|
13
|
+
|
|
14
|
+
r = WhatsOn::BeerFest.new
|
|
15
|
+
r.print
|
|
16
|
+
r.print
|
|
17
|
+
|
|
18
|
+
assert true # assume ok if we get here
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
end # class TestBeerFest
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
|
|
3
|
+
###
|
|
4
|
+
# to run use
|
|
5
|
+
# ruby -I ./lib -I ./test test/test_kickoff.rb
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
require 'helper'
|
|
9
|
+
|
|
10
|
+
class TestKickOff < MiniTest::Test
|
|
11
|
+
|
|
12
|
+
def test_print
|
|
13
|
+
|
|
14
|
+
r = WhatsOn::Football.new
|
|
15
|
+
r.print
|
|
16
|
+
r.print
|
|
17
|
+
|
|
18
|
+
assert true # assume ok if we get here
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
end # class TestKickOff
|
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: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gerald Bauer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-12-06 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: 0.
|
|
19
|
+
version: 1.0.0
|
|
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: 0.
|
|
26
|
+
version: 1.0.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: fetcher
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '3.
|
|
75
|
+
version: '3.16'
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '3.
|
|
82
|
+
version: '3.16'
|
|
83
83
|
description: whatson - what's on now command line tool (using the event.db machinery)
|
|
84
84
|
email: ruby-talk@ruby-lang.org
|
|
85
85
|
executables:
|
|
@@ -88,12 +88,11 @@ executables:
|
|
|
88
88
|
- rubyconf
|
|
89
89
|
extensions: []
|
|
90
90
|
extra_rdoc_files:
|
|
91
|
-
-
|
|
91
|
+
- CHANGELOG.md
|
|
92
92
|
- Manifest.txt
|
|
93
93
|
- README.md
|
|
94
94
|
files:
|
|
95
|
-
-
|
|
96
|
-
- HISTORY.md
|
|
95
|
+
- CHANGELOG.md
|
|
97
96
|
- Manifest.txt
|
|
98
97
|
- README.md
|
|
99
98
|
- Rakefile
|
|
@@ -106,6 +105,8 @@ files:
|
|
|
106
105
|
- lib/whatson/rubyconf.rb
|
|
107
106
|
- lib/whatson/version.rb
|
|
108
107
|
- test/helper.rb
|
|
108
|
+
- test/test_beerfest.rb
|
|
109
|
+
- test/test_kickoff.rb
|
|
109
110
|
- test/test_rubyconf.rb
|
|
110
111
|
homepage: https://github.com/textkit/whatson
|
|
111
112
|
licenses:
|
|
@@ -121,7 +122,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
121
122
|
requirements:
|
|
122
123
|
- - ">="
|
|
123
124
|
- !ruby/object:Gem::Version
|
|
124
|
-
version:
|
|
125
|
+
version: 2.2.2
|
|
125
126
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
127
|
requirements:
|
|
127
128
|
- - ">="
|
|
@@ -129,9 +130,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
129
130
|
version: '0'
|
|
130
131
|
requirements: []
|
|
131
132
|
rubyforge_project:
|
|
132
|
-
rubygems_version: 2.
|
|
133
|
+
rubygems_version: 2.5.2
|
|
133
134
|
signing_key:
|
|
134
135
|
specification_version: 4
|
|
135
136
|
summary: whatson - what's on now command line tool (using the event.db machinery)
|
|
136
|
-
test_files:
|
|
137
|
-
- test/test_rubyconf.rb
|
|
137
|
+
test_files: []
|
data/.gemtest
DELETED
|
File without changes
|