orlando_tech_meetups 0.1.8 → 0.1.9
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a755cf8b377a9b3f5b77dd281f41e1f34b27685
|
4
|
+
data.tar.gz: f1f33084294417179c4723a87a92a7626c5ebba4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58eb16a30e1898b392dbf2389e501eae00d5c11cbf0ae79c94c5a57baa86c811507cea73c2dcca049d49ac05fe6ca189e016287b8af1e5b370847d9c54e0a7fa
|
7
|
+
data.tar.gz: dffebac07b32930a1c2dae285567537b44033debc68dd8c9ebd369b1d6892faf5f122e066d170684ff27f3276115954fee200d02d3f2bf84351183f3b9b5abce
|
@@ -81,7 +81,7 @@ class OrlandoTechMeetups::Meetups
|
|
81
81
|
meetup.about = <<-DOC
|
82
82
|
This group is for Orlando Front End Developers who work with HTML/CSS/Javascript regularly. Newbies are welcome too! We're all here to learn :)
|
83
83
|
DOC
|
84
|
-
meetup.next_meetup = doc.search("
|
84
|
+
meetup.next_meetup = doc.search("div li time span").first.text.strip
|
85
85
|
meetup.url = "http://www.meetup.com/Front-End-Orlando/"
|
86
86
|
meetup
|
87
87
|
end
|
@@ -93,7 +93,7 @@ class OrlandoTechMeetups::Meetups
|
|
93
93
|
meetup.about = <<-DOC
|
94
94
|
Our mission is to create opportunities for anyone to learn, discuss, and share knowledge about the field of User Experience. We try to create opportunities for our community to learn about tools and techniques for UX Design from each other. Typically our meetups have a presentation paired with a workshop so that we can both learn and then do. We hope you will join us.
|
95
95
|
DOC
|
96
|
-
meetup.next_meetup = doc.search("
|
96
|
+
meetup.next_meetup = doc.search("div li time span").first.text.strip
|
97
97
|
meetup.url = "http://www.meetup.com/Downtown-UX-Meetup/"
|
98
98
|
meetup
|
99
99
|
end
|
@@ -129,7 +129,7 @@ class OrlandoTechMeetups::Meetups
|
|
129
129
|
meetup.about = <<-DOC
|
130
130
|
Dedicated to educate about the Ruby language, and associated technologies. We typically meet on the second Thursday of the month providing a presentation and networking.
|
131
131
|
DOC
|
132
|
-
meetup.next_meetup = doc.search("
|
132
|
+
meetup.next_meetup = doc.search("div li time span").first.text.strip
|
133
133
|
meetup.url = "http://www.meetup.com/Orlando-Ruby/"
|
134
134
|
meetup
|
135
135
|
end
|
@@ -165,7 +165,7 @@ class OrlandoTechMeetups::Meetups
|
|
165
165
|
meetup.about = <<-DOC
|
166
166
|
The Orlando JavaScript group is a place to talk about all things JavaScript.
|
167
167
|
DOC
|
168
|
-
meetup.next_meetup = doc.search("
|
168
|
+
meetup.next_meetup = doc.search("div li time span").first.text.strip
|
169
169
|
meetup.url = "http://www.meetup.com/OrlandoJS/"
|
170
170
|
meetup
|
171
171
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: orlando_tech_meetups
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- joshnevius
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
version: '0'
|
98
98
|
requirements: []
|
99
99
|
rubyforge_project:
|
100
|
-
rubygems_version: 2.4.
|
100
|
+
rubygems_version: 2.4.5.1
|
101
101
|
signing_key:
|
102
102
|
specification_version: 4
|
103
103
|
summary: Check out all of your favorite tech meetups in Central Florida
|