pusher_rails 0.2.4 → 0.2.5

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. data/CHANGELOG.md +8 -0
  2. data/README.md +1 -1
  3. data/pusher_rails.gemspec +2 -2
  4. metadata +3 -3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ v0.2.5
2
+ ======
3
+ - Upgraded to pusher-gem 0.9.4
4
+
5
+ v0.2.4
6
+ ======
7
+ - Upgraded to pusher.js 1.12.2
8
+
1
9
  v0.2.3
2
10
  ======
3
11
  - Upgraded to pusher.js 1.12.1
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  =====================
3
3
 
4
4
  Adds:
5
- - [pusher-gem v0.9.3](https://github.com/pusher/pusher-gem/tree/v0.9.3)
5
+ - [pusher-gem v0.9.4](https://github.com/pusher/pusher-gem/tree/v0.9.4)
6
6
  - [pusher.js v1.12.2](https://github.com/pusher/pusher-js/tree/v1.12.2)
7
7
  - [backpusher.js](https://github.com/pusher/backpusher)
8
8
 
data/pusher_rails.gemspec CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'pusher_rails'
6
- s.version = '0.2.4'
6
+ s.version = '0.2.5'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["David Grandinetti"]
9
9
  s.email = ["dave@wegoto12.com"]
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.description = 'Adds pusher.js/backpusher.js to the asset pipeline and pusher-gem to to your app.'
12
12
  s.homepage = 'https://github.com/dbgrandi/pusher_rails'
13
13
 
14
- s.add_dependency "pusher", "~> 0.9.3"
14
+ s.add_dependency "pusher", "~> 0.9.4"
15
15
 
16
16
  s.files = `git ls-files`.split("\n")
17
17
  s.require_paths = ["lib"]
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.2.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 0.9.3
21
+ version: 0.9.4
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.3
29
+ version: 0.9.4
30
30
  description: Adds pusher.js/backpusher.js to the asset pipeline and pusher-gem to
31
31
  to your app.
32
32
  email: