meetup-generator 1.5.2 → 1.7.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e659fa85db21a4d02968c7c94d8ccef6d723bc19b1d0b9609e370263362bb4b8
4
- data.tar.gz: d57362f4e69b7ec7465fe1b43aadb8aa868278ad0e9710b208894afb1c38513c
3
+ metadata.gz: e46d43b413a090f8d2eeca0dffdcf63b7d05cc75176bed2da12ec9026fb4c2f8
4
+ data.tar.gz: 510cc6e4d356b802f0340d0d385cfafaa81454f7eba29fee87bf17b5be0661ab
5
5
  SHA512:
6
- metadata.gz: 3a84f5f713422259f05eca839e0538dbaf0a183b3d0c1a249d3b886df5bf3b1ef765833af86bb7e60cf9504a700f07c79f8e32a46f183c8258f5d4181316d496
7
- data.tar.gz: b438305172e31f8b1eea6007bd1f9217e40985855c74433d2345d823fb438265683d1ceb54bdb267253802bc784156cc2c55221015f614b840241b5342fc43a4
6
+ metadata.gz: 1f334d1951bca5e8775a7bd55db53109f59f7cd2475ef7f0746b3c9af0c58cf4200f891938d1083824eb71b8f17d628c9451cc96f38772cca84b7ed38f74951a
7
+ data.tar.gz: cb6dea568f5e88cb8899cf02b8cf3b16528b2df7c6aa1410c2d605d074034902541521011418f9908c7f362f3aeed5e3f78d4048c19f0e622b96341401b50053
@@ -1,81 +1,84 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- meetup-generator (1.5.2)
5
- puma (~> 3.12, >= 3.12.0)
6
- sinatra (~> 2.0, >= 2.0.1)
7
- slim (~> 4.0, >= 4.0.1)
4
+ meetup-generator (1.7.3)
5
+ puma (~> 5.0)
6
+ sinatra (~> 2.1)
7
+ slim (~> 4.1)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- addressable (2.7.0)
13
- public_suffix (>= 2.0.2, < 5.0)
14
- ast (2.4.0)
15
- capybara (3.29.0)
16
- addressable
17
- mini_mime (>= 0.1.3)
18
- nokogiri (~> 1.8)
19
- rack (>= 1.6.0)
20
- rack-test (>= 0.6.3)
21
- regexp_parser (~> 1.5)
22
- xpath (~> 3.2)
23
- jaro_winkler (1.5.3)
24
- mini_mime (1.0.2)
25
- mini_portile2 (2.4.0)
26
- minitest (5.12.0)
27
- mustermann (1.0.3)
28
- nokogiri (1.10.4)
29
- mini_portile2 (~> 2.4.0)
30
- parallel (1.17.0)
31
- parser (2.6.4.1)
32
- ast (~> 2.4.0)
33
- public_suffix (4.0.1)
34
- puma (3.12.1)
35
- rack (2.0.7)
36
- rack-protection (2.0.7)
12
+ ast (2.4.2)
13
+ mini_portile2 (2.5.0)
14
+ minitest (5.14.3)
15
+ mustermann (1.1.1)
16
+ ruby2_keywords (~> 0.0.1)
17
+ nio4r (2.5.4)
18
+ nokogiri (1.11.1)
19
+ mini_portile2 (~> 2.5.0)
20
+ racc (~> 1.4)
21
+ parallel (1.20.1)
22
+ parser (3.0.0.0)
23
+ ast (~> 2.4.1)
24
+ puma (5.2.0)
25
+ nio4r (~> 2.0)
26
+ racc (1.5.2)
27
+ rack (2.2.3)
28
+ rack-protection (2.1.0)
37
29
  rack
38
30
  rack-test (1.1.0)
39
31
  rack (>= 1.0, < 3)
40
32
  rainbow (3.0.0)
41
- rake (12.3.3)
42
- regexp_parser (1.6.0)
43
- rubocop (0.74.0)
44
- jaro_winkler (~> 1.5.1)
33
+ rake (13.0.3)
34
+ regexp_parser (2.0.3)
35
+ rexml (3.2.4)
36
+ rubocop (1.9.0)
45
37
  parallel (~> 1.10)
46
- parser (>= 2.6)
38
+ parser (>= 3.0.0.0)
47
39
  rainbow (>= 2.2.2, < 4.0)
40
+ regexp_parser (>= 1.8, < 3.0)
41
+ rexml
42
+ rubocop-ast (>= 1.2.0, < 2.0)
48
43
  ruby-progressbar (~> 1.7)
49
- unicode-display_width (>= 1.4.0, < 1.7)
50
- rubocop-performance (1.4.1)
51
- rubocop (>= 0.71.0)
52
- ruby-progressbar (1.10.1)
53
- sinatra (2.0.7)
44
+ unicode-display_width (>= 1.4.0, < 3.0)
45
+ rubocop-ast (1.4.1)
46
+ parser (>= 2.7.1.5)
47
+ rubocop-minitest (0.10.3)
48
+ rubocop (>= 0.87, < 2.0)
49
+ rubocop-performance (1.9.2)
50
+ rubocop (>= 0.90.0, < 2.0)
51
+ rubocop-ast (>= 0.4.0)
52
+ rubocop-rake (0.5.1)
53
+ rubocop
54
+ ruby-progressbar (1.11.0)
55
+ ruby2_keywords (0.0.4)
56
+ sinatra (2.1.0)
54
57
  mustermann (~> 1.0)
55
- rack (~> 2.0)
56
- rack-protection (= 2.0.7)
58
+ rack (~> 2.2)
59
+ rack-protection (= 2.1.0)
57
60
  tilt (~> 2.0)
58
- slim (4.0.1)
61
+ slim (4.1.0)
59
62
  temple (>= 0.7.6, < 0.9)
60
63
  tilt (>= 2.0.6, < 2.1)
61
64
  temple (0.8.2)
62
65
  tilt (2.0.10)
63
- unicode-display_width (1.6.0)
64
- xpath (3.2.0)
65
- nokogiri (~> 1.8)
66
+ unicode-display_width (2.0.0)
66
67
 
67
68
  PLATFORMS
68
69
  ruby
69
70
 
70
71
  DEPENDENCIES
71
72
  bundler (~> 2.0)
72
- capybara (~> 3.29)
73
73
  meetup-generator!
74
- minitest (~> 5.11, >= 5.11.0)
74
+ minitest (~> 5.14)
75
+ nokogiri (~> 1.10)
75
76
  rack-test (~> 1.1)
76
- rake (~> 12.3, >= 12.3.0)
77
- rubocop (~> 0.71)
77
+ rake (~> 13.0)
78
+ rubocop (~> 1.9)
79
+ rubocop-minitest (~> 0.10)
78
80
  rubocop-performance (~> 1.3)
81
+ rubocop-rake (~> 0.5)
79
82
 
80
83
  BUNDLED WITH
81
- 2.0.2
84
+ 2.2.3
data/README.md CHANGED
@@ -1,9 +1,12 @@
1
1
  # meetup-generator [![Build Status](https://travis-ci.org/snltd/meetup-generator.svg?branch=master)](https://travis-ci.org/snltd/meetup-generator) [![Maintainability](https://api.codeclimate.com/v1/badges/4487595d6afb26a57d82/maintainability)](https://codeclimate.com/github/snltd/meetup-generator/maintainability)
2
2
 
3
- A very small, very stupid Sinatra app which generates a wholly plausible
4
- agenda for a fictional DevOps meetup.
3
+ Built on an immutable polyglot femtoservice architecture, meetup-generator
4
+ melds Deep ML with the power of the Blockchain to deliver planetscale insights
5
+ into the direction of the most disruptive tech. On Kubernetes.
5
6
 
6
- Now includes API!
7
+ Or is it just hundred lines of Ruby putting random words into a template?
8
+
9
+ ## API
7
10
 
8
11
  ```sh
9
12
  $ curl -s localhost:4567/api/talk | json
@@ -23,29 +26,36 @@ Build a gem with
23
26
  $ rake build
24
27
  ```
25
28
 
26
- ## Running
27
-
28
- Install from Rubygems
29
+ Build a container with
29
30
 
30
- ```
31
- $ gem install meetup-generator
31
+ ```sh
32
+ $ docker build -t meetup-generator .
32
33
  ```
33
34
 
34
- then run with
35
+ ## Running
35
36
 
36
- ```
37
+ Install and run from Rubygems
38
+
39
+ ```sh
40
+ $ gem install meetup-generator
37
41
  $ rackup $(locate_meetup-generator)
38
42
  ```
39
43
 
40
44
  Run from a git checkout
41
45
 
42
- ```
46
+ ```sh
43
47
  $ bin/meetup-generator.rb
44
48
  ```
45
49
 
46
- Install as a Solaris/Illumos service
50
+ Run the container from earlier:
47
51
 
52
+ ```sh
53
+ $ docker run -p 4567:4567 meetup-generator
48
54
  ```
55
+
56
+ Install as a Solaris/Illumos service
57
+
58
+ ```sh
49
59
  $ pfexec svccfg import package/meetup-generator.xml
50
60
  ```
51
61
 
@@ -2,10 +2,11 @@
2
2
 
3
3
  # These can have -ing or -ed appended
4
4
  #
5
- :verb:
5
+ verb:
6
6
  - Aggregat
7
7
  - Ambassador
8
8
  - API-
9
+ - Audit
9
10
  - Automat
10
11
  - Autoscal
11
12
  - AWS-
@@ -44,6 +45,7 @@
44
45
  - Hyperconverg
45
46
  - Incubat
46
47
  - Leverag
48
+ - Macroservic
47
49
  - Measur
48
50
  - Megashard
49
51
  - Mesh
@@ -80,7 +82,7 @@
80
82
  - Virtualiz
81
83
  - Webscal
82
84
 
83
- :tech:
85
+ tech:
84
86
  - AI
85
87
  - Akka
86
88
  - Ambassador Containers
@@ -89,6 +91,7 @@
89
91
  - API Gateway
90
92
  - APIs
91
93
  - ArangoDB
94
+ - Argo
92
95
  - Athena
93
96
  - AWS
94
97
  - bacon.js
@@ -102,6 +105,7 @@
102
105
  - Borg
103
106
  - Bosh
104
107
  - Boto
108
+ - Boundary
105
109
  - Bower
106
110
  - Brigade
107
111
  - Buildkite
@@ -112,6 +116,7 @@
112
116
  - Burp Scanner
113
117
  - Burpsuite
114
118
  - cAdvisor
119
+ - Calico
115
120
  - Capistrano
116
121
  - Cassandra
117
122
  - CDN
@@ -119,11 +124,12 @@
119
124
  - Cernan
120
125
  - CFEngine
121
126
  - cgroups
122
- ChaosKube
127
+ - ChaosKube
123
128
  - Chaos Toolkit
124
129
  - Chef
125
130
  - Chef/Puppet
126
131
  - CI/CD
132
+ - Cilium
127
133
  - CircleCI
128
134
  - Clojure
129
135
  - Cloud9
@@ -143,6 +149,8 @@
143
149
  - Cognito
144
150
  - Coherence
145
151
  - Consul
152
+ - Containerd
153
+ - Contour
146
154
  - Convox
147
155
  - CoreDNS
148
156
  - CoreOS
@@ -162,6 +170,7 @@
162
170
  - Deep Learning
163
171
  - Deis
164
172
  - Device Farm
173
+ - Distributed Tracing
165
174
  - Django
166
175
  - Docker
167
176
  - Docker Compose
@@ -191,6 +200,7 @@
191
200
  - Express
192
201
  - Fabric
193
202
  - Fabric8
203
+ - Falco
194
204
  - Filebeat
195
205
  - Finagle
196
206
  - Firebase
@@ -274,8 +284,10 @@
274
284
  - kitchen-docker
275
285
  - knife Plugins
276
286
  - Knox
287
+ - Kompose
277
288
  - Kong
278
289
  - Kops
290
+ - Kraken
279
291
  - KrakenD
280
292
  - Kube
281
293
  - Kube-Bench
@@ -284,6 +296,7 @@
284
296
  - Kube Hunter
285
297
  - Kubeless
286
298
  - Kubelet
299
+ - Kubenet
287
300
  - KubeOne
288
301
  - Kubermatic
289
302
  - Kubernetes
@@ -311,6 +324,7 @@
311
324
  - LXD
312
325
  - MAAS
313
326
  - Machine Learning
327
+ - macroservices
314
328
  - ManageIQ
315
329
  - Marathon
316
330
  - Marathon-Consul
@@ -323,6 +337,7 @@
323
337
  - Mesos-Consul
324
338
  - Mesosphere
325
339
  - Metricbeat
340
+ - Microliths
326
341
  - Micrometer
327
342
  - microservices
328
343
  - Minikube
@@ -340,6 +355,8 @@
340
355
  - NewRelic
341
356
  - nginx
342
357
  - NiFi
358
+ - Nix
359
+ - NixOS
343
360
  - node.js
344
361
  - Nomad
345
362
  - Noms
@@ -364,6 +381,7 @@
364
381
  - Perl
365
382
  - Phoenix
366
383
  - Pilosa
384
+ - Portus
367
385
  - Powerful Seal
368
386
  - Project Atomic
369
387
  - Prometheus
@@ -374,6 +392,7 @@
374
392
  - Puppet
375
393
  - Puppet/Chef
376
394
  - Python
395
+ - Quay
377
396
  - Qubole
378
397
  - R
379
398
  - RabbitMQ
@@ -421,6 +440,7 @@
421
440
  - SignalFX
422
441
  - Sinatra
423
442
  - Skaffold
443
+ - Skipper
424
444
  - SmartOS
425
445
  - SmartStack
426
446
  - SNI
@@ -428,6 +448,7 @@
428
448
  - SNS
429
449
  - Solr
430
450
  - SPIFFE
451
+ - Spinnaker
431
452
  - Spire
432
453
  - Spread
433
454
  - SQS
@@ -459,6 +480,7 @@
459
480
  - Travis CI
460
481
  - Trickster
461
482
  - Triton
483
+ - Trufflehog
462
484
  - Tsuru
463
485
  - TUF
464
486
  - Tyk
@@ -485,11 +507,14 @@
485
507
  - Zookeeper
486
508
  - Zuul
487
509
 
488
- :service:
510
+ service:
489
511
  - AIOps
512
+ - AllOps
490
513
  - ChatOps
491
514
  - Cloud
515
+ - ComplianceOps
492
516
  - Containers
517
+ - DataOps
493
518
  - DevOps
494
519
  - Downtime
495
520
  - GitOps
@@ -502,10 +527,16 @@
502
527
  - Private Cloud
503
528
  - Services
504
529
  - Slack Integration
530
+ - SlackOps
531
+ - SLA
532
+ - SLI
533
+ - SLO
505
534
  - SRE
535
+ - TestOps
536
+ - Waypoint
506
537
  - WebOps
507
538
 
508
- :extreme:
539
+ extreme:
509
540
  - Annihilate
510
541
  - Autoscale
511
542
  - Chaos Monkey
@@ -515,6 +546,7 @@
515
546
  - Dockerize
516
547
  - Hybridize
517
548
  - Improve
549
+ - Internet-Scale
518
550
  - Limit
519
551
  - Maximize
520
552
  - Minimize
@@ -525,9 +557,10 @@
525
557
  - Webscale
526
558
  - Wrangle
527
559
 
528
- :quantifier:
560
+ quantifier:
529
561
  - Agility
530
562
  - Antipatterns
563
+ - audited break-glass
531
564
  - AWS bill
532
565
  - Burn Rate
533
566
  - Compliance
@@ -546,6 +579,7 @@
546
579
  - Leanness
547
580
  - Incident Response
548
581
  - Innovation Initiatives
582
+ - LinkedIn Profile
549
583
  - Monitoring
550
584
  - Multiregion Dataflows
551
585
  - MVP
@@ -563,7 +597,7 @@
563
597
  - VC Appeal
564
598
  - Velocity
565
599
 
566
- :time:
600
+ time:
567
601
  - Attempts
568
602
  - Days
569
603
  - Hours
@@ -571,7 +605,7 @@
571
605
  - Seconds
572
606
  - Weeks
573
607
 
574
- :food_style:
608
+ food_style:
575
609
  - artisan
576
610
  - artisanal
577
611
  - Asian
@@ -596,7 +630,7 @@
596
630
  - seasonal
597
631
  - vegan
598
632
 
599
- :food:
633
+ food:
600
634
  - ales
601
635
  - beard yeast
602
636
  - beers
@@ -624,7 +658,7 @@
624
658
  - street food
625
659
  - tapas
626
660
 
627
- :skill_level:
661
+ skill_level:
628
662
  - Advanced User
629
663
  - Beginner
630
664
  - CTO
@@ -635,14 +669,15 @@
635
669
  - SRE
636
670
  - Webscalr
637
671
  - Wizard
672
+ - Zero Touch
638
673
 
639
- :is_not:
674
+ is_not:
640
675
  - ""
641
676
  - not
642
677
 
643
- :company:
644
- - Amazon
678
+ company:
645
679
  - AWS
680
+ - Amazon
646
681
  - Etsy
647
682
  - Everyone Else
648
683
  - Facebook
@@ -656,15 +691,19 @@
656
691
  - Twitter
657
692
  - Uber
658
693
 
659
- :driver:
694
+ driver:
695
+ - "CV++"
696
+ - "Kelsey-Hightower's-Twitter"
697
+ - "Someone-Else's-Blog"
698
+ - "Sticker"
699
+ - "Whatever's-New"
660
700
  - Anger
661
701
  - Asshole
662
702
  - Big Data
663
703
  - Blog
664
704
  - Bullshit
665
- - Copying-Google
666
705
  - CV
667
- - "CV++"
706
+ - Copying-Google
668
707
  - Data
669
708
  - Datensparsamkeit
670
709
  - FOMO
@@ -674,32 +713,28 @@
674
713
  - Hubris
675
714
  - I-Ching
676
715
  - I-Know-Best
677
- - Insecurity
678
716
  - IPO
717
+ - Insecurity
679
718
  - Job-Security
680
- - "Kelsey-Hightower's-Twitter"
719
+ - LinkedIn Profile
681
720
  - Loudest-Person-in-the-Room
682
721
  - Meetup-Generator
683
722
  - Metric
684
- - Naivety
685
723
  - NIH
724
+ - Naivety
686
725
  - Overconfidence
687
726
  - Paranoia
688
727
  - Reddit
689
728
  - Reinvention
690
729
  - Resumé
691
- - "Someone-Else's-Blog"
692
730
  - Stack Overflow
693
- - "Sticker"
694
731
  - Urgency
695
- - "Whatever's-New"
696
732
  - What-Everyone-Else-is-Doing
697
733
  - What-We-Think-Everyone-Else-is-Doing
698
734
  - Wheel-Reinvention
699
735
 
700
- :adjective:
736
+ adjective:
701
737
  - "12 Factor"
702
- - "On-Premise"
703
738
  - Agile
704
739
  - Artisinal
705
740
  - Awesome
@@ -712,6 +747,7 @@
712
747
  - Community-Driven
713
748
  - Community-Focused
714
749
  - Composable
750
+ - Container-Native
715
751
  - Container-Ready
716
752
  - Continuous
717
753
  - Craft
@@ -722,11 +758,15 @@
722
758
  - Developer-Friendly
723
759
  - End-to-End
724
760
  - Entity-Centric
761
+ - Full Spectrum
762
+ - Full Stack
725
763
  - Functional
726
764
  - Game-Changing
727
765
  - Hand-Crafted
766
+ - Humane
728
767
  - Hyperscale
729
768
  - Immutable
769
+ - Inclusive
730
770
  - Insightful
731
771
  - Integrated
732
772
  - Lean
@@ -735,6 +775,7 @@
735
775
  - Multi-Dimensional
736
776
  - Nano-Serviced
737
777
  - Observable
778
+ - "On-Premise"
738
779
  - Opinionated
739
780
  - Paradigm-Shifting
740
781
  - Public/Private
@@ -747,12 +788,16 @@
747
788
  - Soup-to-Nuts
748
789
  - Stateful
749
790
  - Stateless
791
+ - Sustainable
750
792
  - Transformative
751
793
  - Webscale
794
+ - Zero Touch
752
795
 
753
- :panacea:
796
+ panacea:
754
797
  - AI
755
798
  - AIOps
799
+ - Best Practice
800
+ - CNCF
756
801
  - Containers
757
802
  - Deep Learning
758
803
  - DevOps
@@ -762,14 +807,15 @@
762
807
  - "Google SREs"
763
808
  - Kubernetes
764
809
  - Machine Learning
810
+ - Microservices
811
+ - SREs
765
812
  - Serverless
766
813
  - "Service Mesh Architecture"
767
- - SREs
768
814
  - "The Blockchain"
769
815
  - "The Next Version"
770
816
  - Unikernels
771
817
 
772
- :language:
818
+ language:
773
819
  - "A Language You Probably Haven't Heard Of"
774
820
  - "C++ 11"
775
821
  - Clojure
@@ -779,150 +825,159 @@
779
825
  - Elixir
780
826
  - Elm
781
827
  - Erlang
828
+ - F#
782
829
  - Go
783
830
  - Groovy
784
831
  - Haskell
785
832
  - Julia
786
833
  - Kotlin
834
+ - Nim
787
835
  - OCaml
788
836
  - "Perl 6"
837
+ - Pony
789
838
  - Powershell
790
839
  - "Python 3"
840
+ - R
791
841
  - Racket
792
842
  - Ruby
793
843
  - Rust
794
844
  - Scala
795
845
  - Typescript
796
846
 
797
- :something_ops:
847
+ something_ops:
848
+ - AI
798
849
  - Biz
799
850
  - Chat
800
851
  - Dev
801
852
  - Git
853
+ - ML
802
854
  - 'No'
803
855
  - Sec
804
856
  - Slack
805
857
  - Test
806
858
 
807
- :template:
808
- - "Regurgited Half-Understood Blog Post"
809
- - "Enabling No-Ops with Virtual %tech%"
810
- - "Enabling %adjective% %FNOPS% with Virtual %tech%"
811
- - "%verb%ed %tech% == #Awesomesauce"
812
- - "%verb%ing All of the Things with %tech%"
813
- - "I Don't Know Much About %tech% or %tech% But I'm Going to Talk About Them Anyway"
814
- - "How %tech% Taught Us What '%verb%ing' Really Means"
815
- - "How to %extreme% Your %quantifier% by %is_not% %verb%ing %tech%"
816
- - "%tech% for %tech% users, and How to Avoid %verb%ing Your %tech% Layer"
817
- - "%verb%ing %tech% with %tech% for %skill_level%s"
818
- - "Why %tech% is %is_not% the new %tech%"
859
+ template:
860
+ - "%RAND10% %tech% Secrets %company% Don't Want You to Know"
819
861
  - "%RAND10% Lessons from %verb%ing %verb%ed %tech%"
820
- - "How we %verb%ed %tech% with %tech% in %RAND100% %time%"
862
+ - "%RAND10% Things Only a DevOps Understands"
821
863
  - "%RAND20% Things You Should %is_not% be Doing with %tech% to Enable %service% as a Service"
822
- - "From %tech% n00b to %tech% %verb%ing Jedi in %RAND5% %time%"
823
- - "Pimp My %tech%. %tech% is the Answer, What's the Question?"
824
- - "How We %verb%ed %RAND40%% of our Infrastructure Overnight with %tech%"
825
- - "BANG! And the %tech% is Gone! The Future is %verb%ed %tech%"
826
- - "How We Use %tech% to %extreme% the Internet of Things"
827
- - "We %verb%ed our %tech%. Mind = Blown"
864
+ - "%WORD%Ops"
865
+ - "%adjective% %tech% %adjective% Time-series Micro-Services for Dummies"
866
+ - "%adjective% %tech% at Scale"
867
+ - "%adjective% %tech% for Fun and Profit"
868
+ - "%driver% Driven Development 101"
869
+ - "%panacea% Will Fix Everything"
870
+ - "%quantifier% as Code: Ready for the Revolution?"
871
+ - "%tech% Necromancy for Full-Stack Nirvana"
872
+ - "%tech% for %tech% Users"
873
+ - "%tech% like Boba Fett"
828
874
  - "%tech% or Die. We're Ready, Are You?"
829
- - "When %tech% is not Good Enough, Reach for the %tech%"
875
+ - "%tech% to %adjective% %service%: Living the Dream"
876
+ - "%tech%, %tech% and %tech% Walk into a Bar"
830
877
  - "%verb%ed %tech% 15-minute Fishbowl Session"
831
- - "Everything You Think You Know About %tech% is Wrong"
832
- - "While You Learn, I Earn: Making Shit Up and Blogging it as Fact"
833
- - "%quantifier% as Code: Ready for the Revolution?"
878
+ - "%verb%ed %tech% == #Awesomesauce"
879
+ - "%verb%ing %tech% Makes for Awesome %driver%-driven Infrastructure"
880
+ - "%verb%ing %tech% with %tech% for %skill_level%s"
881
+ - "%verb%ing All of the Things with %tech%"
882
+ - "%verb%ing Your %tech% Layer"
883
+ - "%verb%ing the %tech% for Fun and Profit"
884
+ - "'%tech% Considered Harmful' and other Trite Clichés"
885
+ - "'You Have 15 Seconds to Comply' and other '80s Cliches stitched Loosely Together"
886
+ - "10x-ing Your Team: The End of %job_title% %job_title% Culture"
887
+ - "A %adjective% %tech%, %tech%, %tech% and %tech% Mash-Up "
888
+ - "A %tech% %adjective% %adjective% Micro-Framework"
834
889
  - "A Complicated Way to do Something Unnecessary Which Does Not Work"
835
- - "Culture: Don't Do it If it's Hard or Boring"
836
- - "Something People Have Done Since 198%RAND9%, but with a New Name"
837
- - "How We %verb%ed Our %service% with %tech% FTW!"
838
- - "Still Using %tech%? Allow Me to Enlighten You"
839
- - "I First Heard about %tech% %RAND5% Days Ago, and Now I'm an Expert"
840
- - "Fifteen Minutes of Ignorant Hubris"
890
+ - "A System Which Can Serve Ten Million Users (But Only Has Six Hundred)"
891
+ - "A Thing I Did Just So I Could do a Talk About It"
892
+ - "BANG! And the %tech% is Gone! The Future is %verb%ed %tech%"
893
+ - "Bearded Manchild Who Flew 8,000 miles at Huge Financial and Ecological Expense to Read Out His Stupid Blog Post Which Gives the Impression He Made Something Wonderful when Actually it Never Even Worked"
894
+ - "Beautiful %tech% for Beautiful %service%"
895
+ - "Bro, Do You Even %tech%?"
841
896
  - "Buzzword Blizzard: %tech% + %tech% + %tech% + %tech%"
842
- - "How We Do What %company% Do, but on a Tiny Scale, and Wrong"
897
+ - "Containers: or How I Swapped a Simple Packaging Problem for a Complex Orchestration Problem"
898
+ - "Culture: Don't Do it If it's Hard or Boring"
899
+ - "DevOps and Objet Trouve: If it's Good Enough to be on Github, it's Good Enough for Production"
900
+ - "Dockerizing Dockerized Docker with Docker for Docker Users"
843
901
  - "EC2 at Scale: %RAND40% instances and Counting!"
902
+ - "Enabling %adjective% %FNOPS% with Virtual %tech%"
903
+ - "Enabling No-Ops with Virtual %tech%"
904
+ - "Everyone Else Does Everything Wrong"
905
+ - "Everything I Know About %tech% I Learned from Star Wars"
906
+ - "Everything You Think You Know About %tech% is Wrong"
907
+ - "Fifteen Minutes of Ignorant Hubris"
908
+ - "From %FNOPS% to %FNOPS%"
909
+ - "From %tech% n00b to %tech% %verb%ing Jedi in %RAND5% %time%"
844
910
  - "From Pets to Cattle with %tech% and %tech%"
845
- - "DevOps and Objet Trouve: If it's Good Enough to be on Github, it's Good Enough for Production"
846
- - "%driver% Driven Development 101"
847
- - "I'm All About That Rate: Making Mo Chedda by Building Things No One Needs"
848
- - "Ticking the Boxes: You Can't Automate All of the Things if You Aren't Using All of the Things"
911
+ - "How %tech% Taught Us What '%verb%ing' Really Means"
912
+ - "How This Thing We Built Would Work if it Worked"
913
+ - "How We %verb%ed %RAND40%% of our Infrastructure Overnight with %tech%"
914
+ - "How We %verb%ed Our %service% with %tech% FTW!"
915
+ - "How We Do What %company% Do, but on a Tiny Scale, and Wrong"
916
+ - "How We Made a Really Bad Version of Something Which Already Existed"
849
917
  - "How We Moved from Puppet to Chef to Ansible to Salt to CFEngine then Back to Ansible then Chef Again then Briefly Itamae then Packered AMIs then Masterless Puppet then Chef then a Different Chef Setup then Puppet"
850
- - "%verb%ing %tech% Makes for Awesome %driver%-driven Infrastructure"
918
+ - "How We Use %tech% to %extreme% the Internet of Things"
851
919
  - "How a %tech%/%tech% Mash-Up Shaved %RAND50% Seconds off Our Deployment Times"
852
- - "Containers: or How I Swapped a Simple Packaging Problem for a Complex Orchestration Problem"
853
- - "%tech% Necromancy for Full-Stack Nirvana"
854
- - "Wow Very %tech%. So %tech%. Such %verb%ed"
855
- - "Stickers!"
856
- - "How We Made a Really Bad Version of Something Which Already Existed"
857
- - "We Started a Shitty Company"
858
- - "We Have a DevOps Consultancy and We Don't Know What We're Doing"
859
- - "Dockerizing Dockerized Docker with Docker for Docker Users"
860
- - "How we Spent %RAND8% Months Building Our Own Version of a Service We Could Buy for $6/month"
920
+ - "How to %extreme% Your %quantifier% by %is_not% %verb%ing %tech%"
921
+ - "How we %verb%ed %tech% with %tech% in %RAND100% %time%"
861
922
  - "How we Spent %RAND3% Years Building Our Own Version of a Service We Could Buy for $6/month"
862
- - "Thinly Disguised Sales Pitch"
863
- - "Roll Your Own Monitoring with %tech%, %tech%, %tech%, %tech%, %tech%, %tech%, %tech%, %tech% and %tech%"
864
- - "How This Thing We Built Would Work if it Worked"
923
+ - "How we Spent %RAND8% Months Building Our Own Version of a Service We Could Buy for $6/month"
924
+ - "Humblebrag"
925
+ - "I Don't Know Much About %tech% or %tech% But I'm Going to Talk About Them Anyway"
926
+ - "I First Heard about %tech% %RAND5% Days Ago, and Now I'm an Expert"
927
+ - "I Have %RAND18% Months' Experience But I Know Everything"
928
+ - "I Love the Smell of %tech% in the Morning"
929
+ - "I Used to Work for Google, So I Know Everything"
930
+ - "I Work for Google, So I Know Everything"
865
931
  - "If Heath Robinson Deployed an apt Package"
866
- - "We Put %tech% in our %tech%: You Won't Believe What Happened Next"
867
- - "%RAND10% Things Only a DevOps Understands"
868
- - "%RAND10% %tech% Secrets %company% Don't Want You to Know"
869
- - "When You Have More Github Repos than Users"
932
+ - "If You Like YAML You'll LOVE Kubernetes"
870
933
  - "Large-Scale %tech% Anti-Patterns Will %extreme% Your %service%"
871
- - "Bro, Do You Even %tech%?"
872
- - "Beautiful %tech% for Beautiful %service%"
873
- - "Real Heroes Use %tech%"
874
- - "Our %adjective% Micro-Framework"
875
- - "A %tech% %adjective% %adjective% %adjective% Micro-Framework"
876
- - "%adjective% %tech% %adjective% Time-series Micro-Services for Dummies"
934
+ - "Like, Diversity and Stuff?"
877
935
  - "Living for Meetups: I Haven't Done Any Actual Work Since 2013"
878
- - "%tech% to %adjective% %service%: Living the Dream"
879
- - "10x-ing Your Team: The End of %job_title% %job_title% Culture"
880
- - "Vague Soft-Skills Waffle"
881
- - "Everything I Know About %tech% I Learned from Star Wars"
882
- - "There's %tech% in my %tech%!"
936
+ - "Luke, I Am Your %verb%er"
937
+ - "Our %FNOPS% Journey"
938
+ - "Our %adjective% Micro-Framework"
939
+ - "Pimp My %tech%. %tech% is the Answer, What's the Question?"
940
+ - "Reading out the Slides"
941
+ - "Real Heroes Use %tech%"
942
+ - "Regurgited Half-Understood Blog Post"
883
943
  - "Repeatedly Saying 'on premise' Without Understanding What it Means"
884
- - "'You Have 15 Seconds to Comply' and other '80s Cliches stitched Loosely Together"
885
- - "%panacea% Will Fix Everything"
886
- - "I Have %RAND18% Months' Experience But I Know Everything"
887
- - "We Were the First People to Ever Encounter any of these Problems"
888
- - "I Work for Google, So I Know Everything"
889
- - "I Used to Work for Google, So I Know Everything"
890
944
  - "Rewriting Most of Kubernetes 101"
891
- - "Like, Diversity and Stuff?"
892
- - "Everyone Else Does Everything Wrong"
893
- - "Validating Laziness by Declaring it 'Best Practice'"
894
- - "Our %FNOPS% Journey"
895
- - "From %FNOPS% to %FNOPS%"
945
+ - "Roll Your Own Monitoring with %tech%, %tech%, %tech%, %tech%, %tech%, %tech%, %tech%, %tech% and %tech%"
946
+ - "Someone Clever Enough to Help Society in a Thousand Ways Explains How they Maintain a Game Where People Use their Phone to Spend Real Money To Feed Imaginary Food to Imaginary Cats"
947
+ - "Something People Have Done Since 198%RAND9%, but with a New Name"
948
+ - "Stickers!"
949
+ - "Still Using %tech%?"
896
950
  - "The Answer is More Code, What's the Question?"
951
+ - "There's %tech% in my %tech%!"
952
+ - "Thinly Disguised Sales Pitch"
953
+ - "Ticking the Boxes: You Can't Automate All of the Things if You Aren't Using All of the Things"
954
+ - "Vague Soft-Skills Waffle"
955
+ - "Validating Laziness by Declaring it 'Best Practice'"
956
+ - "We %verb%ed our %tech%. Mind = Blown"
957
+ - "We Have a DevOps Consultancy and We Don't Know What We're Doing"
958
+ - "We Put %tech% in our %tech%: You Won't Believe What Happened Next"
897
959
  - "We Rewrote Everything in %language% and Now Nothing Works"
898
960
  - "We Rewrote Everything in %language% for No Real Reason"
899
- - "You Still Use %language%? For Real?"
900
- - "Bearded Manchild"
901
- - "If You Like YAML You'll LOVE Kubernetes"
902
- - "A Thing I Did Only Because I Could do a Talk About It"
903
- - "A System Which Can Serve Ten Million Users (but only has six hundred)"
904
- - "%tech% Considered Harmful and other Trite Clichés"
905
- - "%tech%, %tech% and %tech% Walk into a Bar"
906
- - "%adjective% %tech% at Scale"
907
- - "%adjective% %tech% for Fun and Profit"
908
- - "%verb%ing the %tech% for Fun and Profit"
909
- - "Winter is Coming: Level Up Your %panacea%"
910
- - "%WORD%Ops"
961
+ - "We Were the First People to Ever Encounter any of these Problems"
911
962
  - "What I Talk about When I Talk about %tech%"
912
963
  - "What I Talk about When I Talk about %verb%ing"
913
- - "Luke, I Am Your %verb%er"
914
- - "An %adjective% Mash-Up of %tech%, %tech%, %tech% and %tech%"
915
- - "Reading out the Slides"
964
+ - "When %tech% is not Good Enough, Reach for the %tech%"
965
+ - "When You Have More Github Repos than Users"
966
+ - "While You Learn, I Earn: Making Shit Up and Blogging it as Fact"
967
+ - "Why %tech% is %is_not% the new %tech%"
968
+ - "Winter is Coming: Level Up Your %panacea%"
969
+ - "Wow Very %tech%. So %tech%. Such %verb%ed"
970
+ - "You Still Use %language%? For Real?"
971
+ - "Your %tech% is Bad and You Should Feel Bad"
916
972
 
917
973
  #-------------------------------------------------------------------------
918
974
  # This block relates to the names and roles of the people doing the
919
975
  # talks
920
976
 
921
- # These are the most common names of the 1990s, according to some
922
- # stupid website. We have as many female as male. Idealism over
923
- # realism.
977
+ # These are the most common names of the 1990s, according to some website. We
978
+ # have as many female as male. Idealism over realism.
924
979
  #
925
- :first_name:
980
+ first_name:
926
981
  - Amanda
927
982
  - Andrew
928
983
  - Ashley
@@ -961,7 +1016,7 @@
961
1016
  # These are the most common surnames in Britain, according to some
962
1017
  # other website
963
1018
 
964
- :last_name:
1019
+ last_name:
965
1020
  - Smith
966
1021
  - Jones
967
1022
  - Taylor
@@ -983,7 +1038,7 @@
983
1038
  - Jackson
984
1039
  - Wright
985
1040
 
986
- :job_role:
1041
+ job_role:
987
1042
  - Agile
988
1043
  - All of the Things
989
1044
  - Automation
@@ -1006,7 +1061,7 @@
1006
1061
  - SRE
1007
1062
  - WebOps
1008
1063
 
1009
- :job_title:
1064
+ job_title:
1010
1065
  - "00 Agent"
1011
1066
  - "10x"
1012
1067
  - Advocate
@@ -1032,6 +1087,7 @@
1032
1087
  - Guru
1033
1088
  - Hacker
1034
1089
  - Helicopter Pilot
1090
+ - Hero
1035
1091
  - Imagineer
1036
1092
  - Innovator
1037
1093
  - Jedi
@@ -1045,6 +1101,7 @@
1045
1101
  - Neckbeard without Portfolio
1046
1102
  - Ninja
1047
1103
  - Overlord
1104
+ - Padawan
1048
1105
  - Pirate
1049
1106
  - Polyglot
1050
1107
  - Preacherman
@@ -1057,8 +1114,10 @@
1057
1114
  - Scientist
1058
1115
  - Sensei
1059
1116
  - Sherpa
1117
+ - Solution Barista
1060
1118
  - Space Cadet
1061
1119
  - Squadron Leader
1120
+ - Stormtrooper
1062
1121
  - Superstar
1063
1122
  - Technologist
1064
1123
  - Thought Leader
@@ -13,7 +13,8 @@ class MeetupGenerator
13
13
 
14
14
  def initialize
15
15
  @words = Zlib::GzipReader.open(LIB + 'words.gz').readlines.map(&:strip)
16
- @lib = YAML.load_file(LIB + 'all_the_things.yaml')
16
+ @lib = YAML.safe_load(IO.read(LIB + 'all_the_things.yaml'),
17
+ symbolize_names: true)
17
18
  end
18
19
 
19
20
  # @param num [Integer] how many talks you want
@@ -68,9 +69,7 @@ class MeetupGenerator
68
69
  end
69
70
 
70
71
  def something_ops
71
- rand(2..4).times.with_object(%w[Ops]) do |_i, a|
72
- a.unshift(lib[:something_ops].sample)
73
- end.join
72
+ (lib[:something_ops] * 4).sample(rand(2..4)).join + 'Ops'
74
73
  end
75
74
 
76
75
  def pair(list1, list2)
@@ -1,11 +1,13 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'date'
4
- require_relative 'lib/version'
4
+
5
+ # Github actions sets the RELEASE_VERSION environment variable
5
6
 
6
7
  Gem::Specification.new do |gem|
7
8
  gem.name = 'meetup-generator'
8
- gem.version = VERSION
9
+ gem.version = ENV['RELEASE_VERSION'] ||
10
+ "0.0.#{Time.now.strftime('%Y%m%d')}"
9
11
  gem.date = Date.today.to_s
10
12
 
11
13
  gem.summary = 'Stupid fatuous random string generatpr'
@@ -23,17 +25,19 @@ Gem::Specification.new do |gem|
23
25
  gem.test_files = gem.files.grep(%r{^spec/})
24
26
  gem.require_paths = %w[lib]
25
27
 
26
- gem.add_runtime_dependency 'puma', '~> 3.12', '>= 3.12.0'
27
- gem.add_runtime_dependency 'sinatra', '~>2.0', '>= 2.0.1'
28
- gem.add_runtime_dependency 'slim', '~> 4.0', '>= 4.0.1'
28
+ gem.add_runtime_dependency 'puma', '~> 5.0'
29
+ gem.add_runtime_dependency 'sinatra', '~>2.1'
30
+ gem.add_runtime_dependency 'slim', '~> 4.1'
29
31
 
30
32
  gem.add_development_dependency 'bundler', '~> 2.0'
31
- gem.add_development_dependency 'capybara', '~> 3.29'
32
- gem.add_development_dependency 'minitest', '~> 5.11', '>= 5.11.0'
33
+ gem.add_development_dependency 'minitest', '~> 5.14'
34
+ gem.add_development_dependency 'nokogiri', '~> 1.10'
33
35
  gem.add_development_dependency 'rack-test', '~> 1.1'
34
- gem.add_development_dependency 'rake', '~> 12.3', '>= 12.3.0'
35
- gem.add_development_dependency 'rubocop', '~> 0.71'
36
+ gem.add_development_dependency 'rake', '~> 13.0'
37
+ gem.add_development_dependency 'rubocop', '~> 1.9'
38
+ gem.add_development_dependency 'rubocop-minitest', '~> 0.10'
36
39
  gem.add_development_dependency 'rubocop-performance', '~> 1.3'
40
+ gem.add_development_dependency 'rubocop-rake', '~> 0.5'
37
41
 
38
- gem.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
42
+ gem.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
39
43
  end
@@ -12,11 +12,13 @@ OUTER_APP = Rack::Builder.parse_file((MGROOT + 'config.ru').to_s).first
12
12
  #
13
13
  class TestApp < MiniTest::Test
14
14
  attr_reader :things
15
+
15
16
  include Rack::Test::Methods
16
17
 
17
18
  def initialize(args)
18
19
  super(args)
19
- @things = YAML.load_file(MGROOT + 'lib' + 'all_the_things.yaml')
20
+ @things = YAML.safe_load(IO.read(MGROOT + 'lib' + 'all_the_things.yaml'),
21
+ symbolize_names: true)
20
22
  end
21
23
 
22
24
  def app
@@ -54,7 +56,7 @@ class TestApp < MiniTest::Test
54
56
  resp = last_response.body
55
57
  assert_match(/The code./, resp)
56
58
  assert_match(/DevOps Meetup/, resp)
57
- templates.each { |t| templates.delete(t) if resp =~ t }
59
+ templates.each { |t| templates.delete(t) if resp.match?(t) }
58
60
  end
59
61
  end
60
62
 
@@ -62,7 +64,7 @@ class TestApp < MiniTest::Test
62
64
  get format('/api/talker')
63
65
  assert last_response.ok?
64
66
  assert_instance_of(String, last_response.body)
65
- assert_match(/^\"\w+ \w+\"$/, last_response.body)
67
+ assert_match(/^"\w+ \w+"$/, last_response.body)
66
68
  assert last_response.header['Content-Type'] == 'application/json'
67
69
  end
68
70
 
@@ -70,7 +72,7 @@ class TestApp < MiniTest::Test
70
72
  get format('/api/company')
71
73
  assert last_response.ok?
72
74
  assert_instance_of(String, last_response.body)
73
- assert_match(/^\"\w+.io\"$/, last_response.body)
75
+ assert_match(/^"\w+.io"$/, last_response.body)
74
76
  assert last_response.header['Content-Type'] == 'application/json'
75
77
  end
76
78
 
@@ -107,7 +109,7 @@ class TestApp < MiniTest::Test
107
109
  assert_instance_of(String, agenda[:location])
108
110
  end
109
111
 
110
- def test_api_404
112
+ def test_api_not_found
111
113
  get '/api/no_such_thing'
112
114
  assert_equal(last_response.status, 404)
113
115
  end
@@ -45,7 +45,9 @@ end
45
45
  # We don't want the class properly initialized
46
46
  #
47
47
  class Giblets < MeetupGenerator
48
+ # rubocop:disable Lint/MissingSuper
48
49
  def initialize; end
50
+ # rubocop:enable Lint/MissingSuper
49
51
  end
50
52
 
51
53
  # Test the uninitialized class
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meetup-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Fisher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-25 00:00:00.000000000 Z
11
+ date: 2021-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: puma
@@ -16,60 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.12'
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: 3.12.0
19
+ version: '5.0'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: '3.12'
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: 3.12.0
26
+ version: '5.0'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: sinatra
35
29
  requirement: !ruby/object:Gem::Requirement
36
30
  requirements:
37
31
  - - "~>"
38
32
  - !ruby/object:Gem::Version
39
- version: '2.0'
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- version: 2.0.1
33
+ version: '2.1'
43
34
  type: :runtime
44
35
  prerelease: false
45
36
  version_requirements: !ruby/object:Gem::Requirement
46
37
  requirements:
47
38
  - - "~>"
48
39
  - !ruby/object:Gem::Version
49
- version: '2.0'
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: 2.0.1
40
+ version: '2.1'
53
41
  - !ruby/object:Gem::Dependency
54
42
  name: slim
55
43
  requirement: !ruby/object:Gem::Requirement
56
44
  requirements:
57
45
  - - "~>"
58
46
  - !ruby/object:Gem::Version
59
- version: '4.0'
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: 4.0.1
47
+ version: '4.1'
63
48
  type: :runtime
64
49
  prerelease: false
65
50
  version_requirements: !ruby/object:Gem::Requirement
66
51
  requirements:
67
52
  - - "~>"
68
53
  - !ruby/object:Gem::Version
69
- version: '4.0'
70
- - - ">="
71
- - !ruby/object:Gem::Version
72
- version: 4.0.1
54
+ version: '4.1'
73
55
  - !ruby/object:Gem::Dependency
74
56
  name: bundler
75
57
  requirement: !ruby/object:Gem::Requirement
@@ -85,39 +67,33 @@ dependencies:
85
67
  - !ruby/object:Gem::Version
86
68
  version: '2.0'
87
69
  - !ruby/object:Gem::Dependency
88
- name: capybara
70
+ name: minitest
89
71
  requirement: !ruby/object:Gem::Requirement
90
72
  requirements:
91
73
  - - "~>"
92
74
  - !ruby/object:Gem::Version
93
- version: '3.29'
75
+ version: '5.14'
94
76
  type: :development
95
77
  prerelease: false
96
78
  version_requirements: !ruby/object:Gem::Requirement
97
79
  requirements:
98
80
  - - "~>"
99
81
  - !ruby/object:Gem::Version
100
- version: '3.29'
82
+ version: '5.14'
101
83
  - !ruby/object:Gem::Dependency
102
- name: minitest
84
+ name: nokogiri
103
85
  requirement: !ruby/object:Gem::Requirement
104
86
  requirements:
105
87
  - - "~>"
106
88
  - !ruby/object:Gem::Version
107
- version: '5.11'
108
- - - ">="
109
- - !ruby/object:Gem::Version
110
- version: 5.11.0
89
+ version: '1.10'
111
90
  type: :development
112
91
  prerelease: false
113
92
  version_requirements: !ruby/object:Gem::Requirement
114
93
  requirements:
115
94
  - - "~>"
116
95
  - !ruby/object:Gem::Version
117
- version: '5.11'
118
- - - ">="
119
- - !ruby/object:Gem::Version
120
- version: 5.11.0
96
+ version: '1.10'
121
97
  - !ruby/object:Gem::Dependency
122
98
  name: rack-test
123
99
  requirement: !ruby/object:Gem::Requirement
@@ -138,34 +114,42 @@ dependencies:
138
114
  requirements:
139
115
  - - "~>"
140
116
  - !ruby/object:Gem::Version
141
- version: '12.3'
142
- - - ">="
143
- - !ruby/object:Gem::Version
144
- version: 12.3.0
117
+ version: '13.0'
145
118
  type: :development
146
119
  prerelease: false
147
120
  version_requirements: !ruby/object:Gem::Requirement
148
121
  requirements:
149
122
  - - "~>"
150
123
  - !ruby/object:Gem::Version
151
- version: '12.3'
152
- - - ">="
153
- - !ruby/object:Gem::Version
154
- version: 12.3.0
124
+ version: '13.0'
155
125
  - !ruby/object:Gem::Dependency
156
126
  name: rubocop
157
127
  requirement: !ruby/object:Gem::Requirement
158
128
  requirements:
159
129
  - - "~>"
160
130
  - !ruby/object:Gem::Version
161
- version: '0.71'
131
+ version: '1.9'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '1.9'
139
+ - !ruby/object:Gem::Dependency
140
+ name: rubocop-minitest
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '0.10'
162
146
  type: :development
163
147
  prerelease: false
164
148
  version_requirements: !ruby/object:Gem::Requirement
165
149
  requirements:
166
150
  - - "~>"
167
151
  - !ruby/object:Gem::Version
168
- version: '0.71'
152
+ version: '0.10'
169
153
  - !ruby/object:Gem::Dependency
170
154
  name: rubocop-performance
171
155
  requirement: !ruby/object:Gem::Requirement
@@ -180,6 +164,20 @@ dependencies:
180
164
  - - "~>"
181
165
  - !ruby/object:Gem::Version
182
166
  version: '1.3'
167
+ - !ruby/object:Gem::Dependency
168
+ name: rubocop-rake
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - "~>"
172
+ - !ruby/object:Gem::Version
173
+ version: '0.5'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - "~>"
179
+ - !ruby/object:Gem::Version
180
+ version: '0.5'
183
181
  description: Generates a website advertising a fictional DevOps meetup, using all
184
182
  the latest buzzwords, new-shiny, and clichés
185
183
  email: rob@sysdef.xyz
@@ -200,7 +198,6 @@ files:
200
198
  - lib/all_the_things.yaml
201
199
  - lib/locator.rb
202
200
  - lib/meetup_generator.rb
203
- - lib/version.rb
204
201
  - lib/words.gz
205
202
  - meetup-generator.gemspec
206
203
  - package/meetup-generator.xml
@@ -223,15 +220,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
223
220
  requirements:
224
221
  - - ">="
225
222
  - !ruby/object:Gem::Version
226
- version: 2.4.0
223
+ version: 2.5.0
227
224
  required_rubygems_version: !ruby/object:Gem::Requirement
228
225
  requirements:
229
226
  - - ">="
230
227
  - !ruby/object:Gem::Version
231
228
  version: '0'
232
229
  requirements: []
233
- rubyforge_project:
234
- rubygems_version: 2.7.7
230
+ rubygems_version: 3.1.4
235
231
  signing_key:
236
232
  specification_version: 4
237
233
  summary: Stupid fatuous random string generatpr
@@ -1,3 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- VERSION = '1.5.2'