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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -3
  3. data/lib/meetup/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bdbde47cd9f01d3eadbde0b19b41059296cad97a
4
- data.tar.gz: f6bc8f84f8c25e2307ef587891ae6610dd985aec
3
+ metadata.gz: 08d3b5863cecba47c8bd3506c46d657e8568c936
4
+ data.tar.gz: 765c3d3c39b9658765f93cc6661bfaa710d9d7f2
5
5
  SHA512:
6
- metadata.gz: f15b512a512ded2e0c6b64c0160a563f185ee0025fb4dd8557b7045948dc09764a6a5a24fc5d112e62c56a4f5a9bf2077cf6e95cc43d12df37af47beff689443
7
- data.tar.gz: b223ea0c054187ba8b765c9dba1f002377f7ccde50ddf9254b1b39ca18d3200267b86e5de78c723fe7bd8ea64f5b3d1e608988e330bdd459f417af3a1bfd65ab
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](https://github.com/tapster/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
 
@@ -1,3 +1,3 @@
1
1
  module Meetup
2
- VERSION = "0.0.0"
2
+ VERSION = "0.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meetup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Isaac Rosenberg