chatty 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3aeb3e70f83afd3f86be21114ba93945fbb9530e
4
- data.tar.gz: 25b6c8b4bad2d6877380cd64afcbca95624743c1
3
+ metadata.gz: d6c0e4fba05a323b0b54c5e2c094e961048cc7cf
4
+ data.tar.gz: 3cea5a15dc30dc14eb841080dd31535529590a9f
5
5
  SHA512:
6
- metadata.gz: a8b2228f45d13f1dc3c56a50151f4e3ad06a2afdb291d01d10614fcc5a2441c863fa4d46b8361e3c05e724fe051e07d792c130b190a1b52223f36bf7055f4828
7
- data.tar.gz: 84b9c366b554e62087f37e0295812f7279710f1425be2f3ad952a9d2b36be4c00bb5d151cf2778a13c826ade23027974c9247633c8e2d496bf4cddfd373f04ba
6
+ metadata.gz: a842d79f49e4ec07c1209dd8be1a3a5d6b75628b8ae0d1bc39cf677617ca84aca510d87edc40ed3d0f1da92078d4b1bcb4ab8d556c1bb6a77a536b89baa7d48e
7
+ data.tar.gz: cad89e6ad27ae91910c7caa6d99f84a6ab99c64a921178e667b8cad512c46427f87b31d3c90a3c41a0025ad05885e14892a1d3bf24c0dd89b3ef0924dff7538c
@@ -52,7 +52,7 @@ class Chatty::ChatsController < Chatty::ApplicationController
52
52
  end
53
53
 
54
54
  def handle
55
- @chat.handle
55
+ @chat.handle!
56
56
  @chat.create_activity :key => "chatty/chat.handled", :owner => current_user
57
57
  redirect_to chat_path(@chat)
58
58
  end
@@ -1,3 +1,3 @@
1
1
  module Chatty
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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-05-22 00:00:00.000000000 Z
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
- - lib/tasks/chatty_tasks.rake
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.7
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