chatter 0.0.2 → 0.0.3

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/chatter.gemspec +1 -1
  2. data/lib/chatter/version.rb +1 -1
  3. metadata +3 -3
data/chatter.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.authors = [ "Saurabh Jain" ]
11
11
  s.email = [ "123saurabhjain@gmail.com" ]
12
- s.homepage = "https://github.com/saurabhjainfaber/ruby-jquery-chat"
12
+ s.homepage = "https://github.com/saurabhjainfaber/chatter"
13
13
  s.description = "Adds a chat functionality to any Rails 3 application. Send chat messages to online users within your application like any gmail/facebook chat. It assumes that you are using devise gem and user model as devise model for login."
14
14
  s.summary = "chatter-#{s.version}"
15
15
 
@@ -1,4 +1,4 @@
1
1
  # CURRENT FILE :: lib/team_page/version.rb
2
2
  module Chatter
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -114,7 +114,7 @@ files:
114
114
  - lib/rails/generators/chatter/templates/dragdrop.js
115
115
  - lib/rails/generators/chatter/templates/effects.js
116
116
  - lib/rails/generators/chatter/install_generator.rb
117
- homepage: https://github.com/saurabhjainfaber/ruby-jquery-chat
117
+ homepage: https://github.com/saurabhjainfaber/chatter
118
118
  licenses: []
119
119
  post_install_message:
120
120
  rdoc_options: []
@@ -137,5 +137,5 @@ rubyforge_project: chatter
137
137
  rubygems_version: 1.8.24
138
138
  signing_key:
139
139
  specification_version: 3
140
- summary: chatter-0.0.2
140
+ summary: chatter-0.0.3
141
141
  test_files: []