rmake-notation 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 +4 -4
- data/.gitignore +0 -0
- data/Gemfile +0 -0
- data/MIT-LICENSE +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/lib/rmake-notation.rb +0 -13
- data/lib/rmake-notation/version.rb +1 -1
- data/lib/rmake-util.rb +0 -0
- data/rmake-notation.gemspec +0 -0
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 738978e4f2d07a3f54a51b63789de75ff401c87b
|
|
4
|
+
data.tar.gz: 68094add46fd8ee4b4c8d1b16cc0bf9dd633c7aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7412e7039d31b14dcfeaf7ab70f131c07857db551ace7d8609001b2cab37a3217128a488f2aa9a0bbfd4cf90ffc16cc41b7bf581401a99659ac6c62d280cef3a
|
|
7
|
+
data.tar.gz: 346da38bc9620c6ee9b90d8e4885484ec80f78af822bb6dd68f2569412a900d157beb4572f5c346ee8e6a072ed78813039feae0ed2cbaf86e6c2d0cb17820f03
|
data/.gitignore
CHANGED
|
File without changes
|
data/Gemfile
CHANGED
|
File without changes
|
data/MIT-LICENSE
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
File without changes
|
data/Rakefile
CHANGED
|
File without changes
|
data/lib/rmake-notation.rb
CHANGED
|
@@ -313,19 +313,6 @@ module Rmake::Notation
|
|
|
313
313
|
frameborder="0" allowfullscreen></iframe>
|
|
314
314
|
EOS
|
|
315
315
|
|
|
316
|
-
when "game_player"
|
|
317
|
-
id = parsed_block[1]
|
|
318
|
-
@wiki_module_game_embed ||= false
|
|
319
|
-
unless @wiki_module_game_embed
|
|
320
|
-
result = "<script charset=\"utf-8\" src=\"http://rmake.jp/gadget/#{id.to_i}/js\"></script>"
|
|
321
|
-
@wiki_module_game_embed = true
|
|
322
|
-
else
|
|
323
|
-
text = parsed_block[2] ? parsed_block[2..parsed_block.length-1] : nil
|
|
324
|
-
text = text ? text.join(" ") : "ゲーム[ID:#{id}]"
|
|
325
|
-
url = "http://#{DOMAIN}/games/#{id}/play"
|
|
326
|
-
result = "<a href=\"#{url}\" title=\"#{text}\">#{text}</a>"
|
|
327
|
-
end
|
|
328
|
-
|
|
329
316
|
else
|
|
330
317
|
|
|
331
318
|
result = execute_plugins(command, parsed_block)
|
data/lib/rmake-util.rb
CHANGED
|
File without changes
|
data/rmake-notation.gemspec
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rmake-notation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rmake Developers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -59,9 +59,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
59
59
|
version: '0'
|
|
60
60
|
requirements: []
|
|
61
61
|
rubyforge_project:
|
|
62
|
-
rubygems_version: 2.
|
|
62
|
+
rubygems_version: 2.6.8
|
|
63
63
|
signing_key:
|
|
64
64
|
specification_version: 4
|
|
65
65
|
summary: A simple wiki engine
|
|
66
66
|
test_files: []
|
|
67
|
-
has_rdoc:
|