backchannel 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/backchannel.gemspec +4 -3
  2. metadata +4 -4
data/backchannel.gemspec CHANGED
@@ -1,15 +1,16 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "backchannel"
3
- spec.version = "0.1.0"
3
+ spec.version = "0.1.1"
4
4
  spec.platform = Gem::Platform::RUBY
5
5
  spec.license = "MIT"
6
6
  spec.authors = ["John Pignata"]
7
7
  spec.email = ["john@pignata.com"]
8
- spec.summary = "Multicast-based peer-to-peer text chat"
9
- spec.description = "Sample application from article posted on http://tx.pignata.com"
8
+ spec.summary = "Sample application from article posted on http://tx.pignata.com"
9
+ spec.description = "Multicast-based peer-to-peer text chat"
10
10
  spec.files = `git ls-files`.split("\n")
11
11
  spec.executables = %w(backchannel)
12
12
  spec.require_paths = ["lib"]
13
+ spec.homepage = "https://github.com/jpignata/backchannel"
13
14
 
14
15
  spec.required_ruby_version = ">= 1.9.3"
15
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backchannel
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:
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-11-01 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Sample application from article posted on http://tx.pignata.com
14
+ description: Multicast-based peer-to-peer text chat
15
15
  email:
16
16
  - john@pignata.com
17
17
  executables:
@@ -25,7 +25,7 @@ files:
25
25
  - lib/backchannel/client.rb
26
26
  - lib/backchannel/message.rb
27
27
  - lib/backchannel/window.rb
28
- homepage:
28
+ homepage: https://github.com/jpignata/backchannel
29
29
  licenses:
30
30
  - MIT
31
31
  post_install_message:
@@ -49,5 +49,5 @@ rubyforge_project:
49
49
  rubygems_version: 1.8.24
50
50
  signing_key:
51
51
  specification_version: 3
52
- summary: Multicast-based peer-to-peer text chat
52
+ summary: Sample application from article posted on http://tx.pignata.com
53
53
  test_files: []