carte-server 0.0.6 → 0.0.7

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: 05fe3f4e42f3d067dbac24787cab7c81c131d10d
4
- data.tar.gz: d6d15321dddf1b368e836d3a1a65762c03c7e85f
3
+ metadata.gz: 1ad405840ee8644a09530f58b55f06d6577e7f47
4
+ data.tar.gz: 02712abc98c52f3b2e84b721b6a09d921f3f0847
5
5
  SHA512:
6
- metadata.gz: 63aa6e882126fd60d9d878326af349a847219bcfd0dd554dbf80e234648b7df3181b7bf31dc3546879e041f0444cb9b2a274a5730c6cd37318a86ebe3c7bdfb5
7
- data.tar.gz: ecd5f98f70dd2f6bb6e39251208abe70b96b39222022dde21754403b257d2f1e1e8230213089c63b30c2bf561bdf663e576ad93973fbbce96637b97e045932c2
6
+ metadata.gz: 0880fb449f7b45ccd725f0d6688c9ce36eb988fdc919261e47fb57171a091701ecb47ad80f06558a190dc1d77912f8d33a3c31e77e3e43bdef56aec5f8ca1ee5
7
+ data.tar.gz: 76cbdd005b7ea7b876dbf822f6e5f0c7eb27daf28e6a07316df3bb712600f2e1c18215492dcc92f8cd99216ef75d3781721ba846f1f458dd3db08076b42fc481
@@ -55,8 +55,8 @@ module.exports = React.createClass
55
55
  <li><a href={"/#/?" + @randomParam()} style={{padding:'6px 12px',fontWeight: if @props.cards.query.order == 'random' then 'bold' else 'normal'}}>Random</a></li>
56
56
  {
57
57
  if @props.cards.query.tags
58
- @props.cards.query.tags.split(',').map (tag)->
59
- <li><a href={"/#/?" + @tagParam()} style={padding:'6px 12px'}><i className="glyphicon glyphicon-tag" />&nbsp;{tag}</a></li>
58
+ @props.cards.query.tags.split(',').map (tag)=>
59
+ <li><a href={"/#/?" + @tagParam(tag)} style={padding:'6px 12px'}><i className="glyphicon glyphicon-tag" />&nbsp;{tag}</a></li>
60
60
  }
61
61
  </ul>
62
62
  </div>
@@ -2,6 +2,6 @@ require 'sinatra/base'
2
2
 
3
3
  module Carte
4
4
  class Server < Sinatra::Base
5
- VERSION = "0.0.6"
5
+ VERSION = "0.0.7"
6
6
  end
7
7
  end
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "carte-client",
3
3
  "description": "something like dictionary, wiki, or information card",
4
- "version": "0.0.6",
4
+ "version": "0.0.7",
5
5
  "main": "lib/carte.coffee",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carte-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - tily