mamemose 0.1.3 → 0.1.4

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.
data/README.md CHANGED
@@ -26,6 +26,12 @@ mamemose: Markdown memo server
26
26
  インストール方法
27
27
  ----
28
28
 
29
+ RubyGems で公開されています。
30
+
31
+ - <https://rubygems.org/gems/mamemose>
32
+
33
+ インストールは
34
+
29
35
  ```bash
30
36
  $ gem install mamemose
31
37
  ```
@@ -1,3 +1,3 @@
1
1
  module Mamemose
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/lib/mamemose.rb CHANGED
@@ -259,6 +259,12 @@ footer {
259
259
  text-align: right;
260
260
  margin: 5em 0 1em;
261
261
  }
262
+ blockquote {
263
+ margin: 1em 3em;
264
+ border: 2px solid #999;
265
+ padding: 0.3em 0;
266
+ background-color: #f3fff3;
267
+ }
262
268
  --></style>
263
269
  <script>
264
270
  function copy(text) {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mamemose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-09 00:00:00.000000000 Z
12
+ date: 2012-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: redcarpet