gast 0.0.11 → 0.0.12

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: 6d28db257ac5b3ca94999e73923159eb1103d44f
4
- data.tar.gz: b333fa902740c3fedc0f690f2f4d27d3aa560fb1
3
+ metadata.gz: 96a43bded5c5453b3581a85498523ff53fc2c138
4
+ data.tar.gz: ad311c3571f66151c0f9c51b7f5de9e4d7b53203
5
5
  SHA512:
6
- metadata.gz: fd83c840284896c541cd0ead58e0ab41b35a7ac517ea1fa4f8c814216187fe5e49a35ab067f593489a5392f284e1a5069b35d6f27ddb475e1710ed675d4fe139
7
- data.tar.gz: d45e7f45e793873742db3ef4ac255aebea6abbc619ac14a7dbad0cf3d8e7eda401e190b78cc8c759d20d4f3813b4327e2649cb14b060bc801ebe261b43cb8760
6
+ metadata.gz: 5e888950ef74e1ed405705d7853e890216f98f5f81c4d1dced9a00694efc24bc9110aa8c0707621e73b16e00f3f6fcaaa37bd236fc9c3a2b96358fe15576fc6a
7
+ data.tar.gz: 084a9a17996df05d62c77c174596196ef7888a234b8ca4ef9c1d7328a6858e53eadbb648a4518ae6e0ae708b73019cba23630e6cbe13180755e2af1be30a5ec8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gast (0.0.10)
4
+ gast (0.0.11)
5
5
  bundler (~> 1.6)
6
6
  git
7
7
  haml
@@ -16,6 +16,9 @@
16
16
  %a{ href: url("/posts/view/#{list[:content_id]}") }
17
17
  = list[:content_id]
18
18
  %td
19
- = CGI.escapeHTML(list[:title])
19
+ - if list[:title]
20
+ = CGI.escapeHTML(list[:title])
21
+ - else
22
+ No Title
20
23
  %td
21
24
  = list[:updated_at]
data/lib/gast/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Gast
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - futoase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-11 00:00:00.000000000 Z
11
+ date: 2015-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler