pusher_rails 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ module PusherRails
2
+ class Engine < ::Rails::Engine
3
+ end
4
+ end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'pusher_rails'
3
- s.version = '0.1.0'
3
+ s.version = '0.1.1'
4
4
  s.author = 'David Grandinetti'
5
5
  s.email = 'dave@wegoto12.com'
6
6
  s.summary = 'Pusher integration for Rails 3.1+'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pusher_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -17,7 +17,7 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - ./pusher_rails-0.1.0.gem
20
+ - ./lib/pusher_rails.rb
21
21
  - ./pusher_rails.gemspec
22
22
  - ./README.md
23
23
  - ./vendor/assets/javascripts/pusher.js
File without changes