r4s 1.0.0 → 1.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 (3) hide show
  1. data/lib/r4s/version.rb +1 -1
  2. data/r4s.gemspec +1 -1
  3. metadata +4 -2
data/lib/r4s/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module R4s
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/r4s.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
9
9
  gem.version = R4s::VERSION
10
10
  gem.authors = ["Birgir Hrafn Sigurðsson"]
11
11
  gem.email = ["biggihs@gmail.com"]
12
- gem.description = %q{Wrapper for Rails 4 streaming}
12
+ gem.description = %q{R4S is a gem that simplifies sending server side events (SSE) to multiple browsers in Rails 4. It is supposed to simulate broadcasting to all the browsers that are connected to it.}
13
13
  gem.summary = %q{Wrapper for Rails 4 streaming}
14
14
  gem.homepage = ""
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r4s
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,9 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-11-12 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Wrapper for Rails 4 streaming
14
+ description: R4S is a gem that simplifies sending server side events (SSE) to multiple
15
+ browsers in Rails 4. It is supposed to simulate broadcasting to all the browsers
16
+ that are connected to it.
15
17
  email:
16
18
  - biggihs@gmail.com
17
19
  executables: []