Module: Pushlet
- Defined in:
- lib/pushlet/api.rb,
lib/pushlet/version.rb,
lib/pushlet/apns_gateway.rb,
lib/pushlet/gateway_pool.rb,
lib/pushlet/auth_middleware.rb
Defined Under Namespace
Classes: API, APNSGateway, AuthMiddleware, GatewayPool
Class Method Summary collapse
-
.version ⇒ String
The current version of the Pushlet ruby gem.
Class Method Details
.version ⇒ String
The current version of the Pushlet ruby gem.
5 6 7 |
# File 'lib/pushlet/version.rb', line 5 def self.version '0.2.5' end |