pusher / pusher-http-ruby

Ruby library for Pusher Channels HTTP API
https://pusher.com/channels
MIT License
664 stars 124 forks source link

Only include lib and doc files in gem #175

Closed elverkilde closed 3 years ago

elverkilde commented 3 years ago

Description

Only include lib and essential docs in gem. This is just a slight variation of #174. Thank you @ybiquitous!

This is the new structure inside the gem:

$ tree pusher-2.0.0 
pusher-2.0.0
├── CHANGELOG.md
├── LICENSE
├── README.md
└── lib
    ├── pusher
    │   ├── channel.rb
    │   ├── client.rb
    │   ├── request.rb
    │   ├── resource.rb
    │   ├── version.rb
    │   └── webhook.rb
    └── pusher.rb

CHANGELOG