nutella_framework 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1109bd0dba954bad203bfbb53455dd945021b16e
4
- data.tar.gz: 420011b769ec003effcb15b731350594148502f7
3
+ metadata.gz: 4ac79f0876d125c1f40a1c803b2e9e2337135d9a
4
+ data.tar.gz: f40ad27c095e6422e77178c785468e476a29161e
5
5
  SHA512:
6
- metadata.gz: de0aea69f64d87cfd9f12a8c6ef5f96973f4d1857ba0e9c81dcf186977a09bd429a1903240c98b08f315b122a4eaf77d19ac41bb350f9f9c84d4b43cfa2b30a8
7
- data.tar.gz: 11ca1a468f72c6896f99e3fda6de06e8f5f5c65621554ab1b57c49ad35eaf9816d92c752d43c76050d035ffc92692a2b87743ae817c8fed84795fe98553dcad6
6
+ metadata.gz: 6a911d713f3459b758056376247104e0029e36adc188393bc9e9189f6daba1b02694e4ea53e48105bbebc49c9ecd7b4111f1889e90d44a863413723cd02ad472
7
+ data.tar.gz: 1d10ca51c374103bd8a3894e963e98da01f81ba54b203dbfeedab55f2535c53241c4aa2f1a5480f9278c30069f6b0578e74da7584ddcfb13e81b0cc02e98b428
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.1
@@ -81,8 +81,8 @@
81
81
  <thead>
82
82
  <tr>
83
83
  <th>Channel</th>
84
- <th>From</th>
85
84
  <th>Message</th>
85
+ <th>From</th>
86
86
  </tr>
87
87
  </thead>
88
88
  <tbody>
@@ -45,7 +45,7 @@ $("#sub_frm").on('click', ".label-default", function(e){
45
45
 
46
46
  // Append messages to table
47
47
  function appendMessage(channel, message, from) {
48
- $("#messages").prepend('<tr><td>' + channel + '</td><td>' + message+ '</td><td>' + JSON.stringify(from) + '</td></tr>');
48
+ $("#messages").prepend('<tr><td>' + channel + '</td><td>' + JSON.stringify(message)+ '</td><td>' + JSON.stringify(from) + '</td></tr>');
49
49
  }
50
50
 
51
51
 
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: nutella_framework 0.6.0 ruby lib
5
+ # stub: nutella_framework 0.6.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "nutella_framework"
9
- s.version = "0.6.0"
9
+ s.version = "0.6.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Alessandro Gnoli"]
14
- s.date = "2015-05-26"
14
+ s.date = "2015-06-08"
15
15
  s.description = "utella is a framework to create and run RoomApps"
16
16
  s.email = "tebemis@gmail.com"
17
17
  s.executables = ["nutella"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nutella_framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Gnoli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-26 00:00:00.000000000 Z
11
+ date: 2015-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: semantic