meetup 0.0.0 → 0.0.1
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/README.md +1 -3
- data/lib/meetup/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 08d3b5863cecba47c8bd3506c46d657e8568c936
|
4
|
+
data.tar.gz: 765c3d3c39b9658765f93cc6661bfaa710d9d7f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 451dafbd3cad68a333392bdb92dec37411837a76558046a0e5cd4f375dc665e1f8cd9d1eaff529d3d2576f25de79cd4f8b676f368254e39ea0978c999ae501b3
|
7
|
+
data.tar.gz: 2e87d7196bc2aa838b75f8a5c2bb49c9e55a2949db25ff318c82ad02b971be5694d6b765f2972626f87c41eb2d270d17f53c97501b9357a02d367327c5a2f332
|
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
# Meetup
|
2
2
|
|
3
|
-
This is a gem for the Meetup API. It has no OAuth, that can be done with [omniauth-meetup](
|
4
|
-
|
5
|
-
Also, this gem doesn't do anything yet. Please don't use it right now. There's a reason why it's at version 0.0.0.
|
3
|
+
This is a gem for the Meetup API. It has no OAuth, that can be done with [omniauth-meetup]()
|
6
4
|
|
7
5
|
## Installation
|
8
6
|
|
data/lib/meetup/version.rb
CHANGED