chatty 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/chatty/chats_controller.rb +1 -1
- data/lib/chatty/version.rb +1 -1
- metadata +19 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d6c0e4fba05a323b0b54c5e2c094e961048cc7cf
|
4
|
+
data.tar.gz: 3cea5a15dc30dc14eb841080dd31535529590a9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a842d79f49e4ec07c1209dd8be1a3a5d6b75628b8ae0d1bc39cf677617ca84aca510d87edc40ed3d0f1da92078d4b1bcb4ab8d556c1bb6a77a536b89baa7d48e
|
7
|
+
data.tar.gz: cad89e6ad27ae91910c7caa6d99f84a6ab99c64a921178e667b8cad512c46427f87b31d3c90a3c41a0025ad05885e14892a1d3bf24c0dd89b3ef0924dff7538c
|
data/lib/chatty/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chatty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kasper Johansen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -255,33 +255,33 @@ executables: []
|
|
255
255
|
extensions: []
|
256
256
|
extra_rdoc_files: []
|
257
257
|
files:
|
258
|
-
- app/models/chatty/message.rb
|
259
|
-
- app/models/chatty/chat.rb
|
260
|
-
- app/helpers/chatty/application_helper.rb
|
261
|
-
- app/helpers/chatty/chats_helper.rb
|
262
|
-
- app/assets/javascripts/chatty.js.coffee
|
263
|
-
- app/assets/javascripts/chatty/chats.js
|
264
|
-
- app/assets/javascripts/chatty/application.js
|
265
|
-
- app/assets/stylesheets/scaffold.css
|
266
|
-
- app/assets/stylesheets/chatty.css.scss
|
267
|
-
- app/assets/stylesheets/chatty/chats.css
|
268
|
-
- app/assets/stylesheets/chatty/application.css
|
269
258
|
- app/controllers/chatty/admin_chats_controller.rb
|
270
259
|
- app/controllers/chatty/messages_controller.rb
|
271
260
|
- app/controllers/chatty/application_controller.rb
|
272
261
|
- app/controllers/chatty/chats_controller.rb
|
273
|
-
- app/views/chatty/chats/show.html.haml
|
274
|
-
- app/views/chatty/chats/index.html.haml
|
275
262
|
- app/views/chatty/messages/_form.html.haml
|
276
263
|
- app/views/chatty/messages/new.html.haml
|
264
|
+
- app/views/chatty/chats/show.html.haml
|
265
|
+
- app/views/chatty/chats/index.html.haml
|
266
|
+
- app/helpers/chatty/chats_helper.rb
|
267
|
+
- app/helpers/chatty/application_helper.rb
|
268
|
+
- app/assets/stylesheets/scaffold.css
|
269
|
+
- app/assets/stylesheets/chatty/chats.css
|
270
|
+
- app/assets/stylesheets/chatty/application.css
|
271
|
+
- app/assets/stylesheets/chatty.css.scss
|
272
|
+
- app/assets/javascripts/chatty.js.coffee
|
273
|
+
- app/assets/javascripts/chatty/application.js
|
274
|
+
- app/assets/javascripts/chatty/chats.js
|
275
|
+
- app/models/chatty/message.rb
|
276
|
+
- app/models/chatty/chat.rb
|
277
277
|
- config/routes.rb
|
278
|
-
- db/plugin_migrate/20140521072854_create_activities.rb
|
279
|
-
- db/plugin_migrate/20140520083027_create_chatty_messages.rb
|
280
278
|
- db/plugin_migrate/20140520083510_create_chatty_chats.rb
|
281
|
-
-
|
279
|
+
- db/plugin_migrate/20140520083027_create_chatty_messages.rb
|
280
|
+
- db/plugin_migrate/20140521072854_create_activities.rb
|
282
281
|
- lib/chatty.rb
|
283
282
|
- lib/chatty/engine.rb
|
284
283
|
- lib/chatty/version.rb
|
284
|
+
- lib/tasks/chatty_tasks.rake
|
285
285
|
- MIT-LICENSE
|
286
286
|
- Rakefile
|
287
287
|
- README.rdoc
|
@@ -304,7 +304,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
304
304
|
version: '0'
|
305
305
|
requirements: []
|
306
306
|
rubyforge_project:
|
307
|
-
rubygems_version: 2.0.
|
307
|
+
rubygems_version: 2.0.14
|
308
308
|
signing_key:
|
309
309
|
specification_version: 4
|
310
310
|
summary: Chatty is a chat extention for Rails
|