orlando_tech_meetups 0.1.6 → 0.1.7
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/lib/orlando_tech_meetups/meetups.rb +1 -1
- data/lib/orlando_tech_meetups/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9da44c128ccf7db202047ea9088b1c74b256024
|
4
|
+
data.tar.gz: ba82b337b0576eb48a08c06c97f8bb85e49e3d33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d748352d1c20974ad53d4b75edfef0cd360b6157a987586b9fb97d35f1e75cdc1c48f9e59f1f126709fd847e122debaaf66ef118604008c2511b287f35fd2d2
|
7
|
+
data.tar.gz: d63d8092e26a316b17c6c0a01c434e05cbbe8c1d807a1bb921abe3b97e8e64ac2f5ad9ec1f8732f7a3d6d1c8e0ae303cf08704053b59c60b5a4229510826b988
|
@@ -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("ul script h2").text.strip
|
97
97
|
meetup.url = "http://www.meetup.com/Downtown-UX-Meetup/"
|
98
98
|
meetup
|
99
99
|
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.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- joshnevius
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|