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.
- data/chatter.gemspec +1 -1
- data/lib/chatter/version.rb +1 -1
- 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/
|
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
|
|
data/lib/chatter/version.rb
CHANGED
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.
|
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/
|
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.
|
140
|
+
summary: chatter-0.0.3
|
141
141
|
test_files: []
|