meetup-generator 1.5.1 → 1.5.2
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/Gemfile.lock +1 -1
- data/lib/all_the_things.yaml +1 -1
- data/lib/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e659fa85db21a4d02968c7c94d8ccef6d723bc19b1d0b9609e370263362bb4b8
|
|
4
|
+
data.tar.gz: d57362f4e69b7ec7465fe1b43aadb8aa868278ad0e9710b208894afb1c38513c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a84f5f713422259f05eca839e0538dbaf0a183b3d0c1a249d3b886df5bf3b1ef765833af86bb7e60cf9504a700f07c79f8e32a46f183c8258f5d4181316d496
|
|
7
|
+
data.tar.gz: b438305172e31f8b1eea6007bd1f9217e40985855c74433d2345d823fb438265683d1ceb54bdb267253802bc784156cc2c55221015f614b840241b5342fc43a4
|
data/Gemfile.lock
CHANGED
data/lib/all_the_things.yaml
CHANGED
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
- "Buzzword Blizzard: %tech% + %tech% + %tech% + %tech%"
|
|
842
842
|
- "How We Do What %company% Do, but on a Tiny Scale, and Wrong"
|
|
843
843
|
- "EC2 at Scale: %RAND40% instances and Counting!"
|
|
844
|
-
- "From Pets to Cattle with %
|
|
844
|
+
- "From Pets to Cattle with %tech% and %tech%"
|
|
845
845
|
- "DevOps and Objet Trouve: If it's Good Enough to be on Github, it's Good Enough for Production"
|
|
846
846
|
- "%driver% Driven Development 101"
|
|
847
847
|
- "I'm All About That Rate: Making Mo Chedda by Building Things No One Needs"
|
data/lib/version.rb
CHANGED