meteor 0.9.11 → 0.9.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
  SHA256:
3
- metadata.gz: 746d2cf123fdfe0e16e35b98d0db6d93a589c6969e368deb3c1fa5d1f6e6f531
4
- data.tar.gz: 650b5091644a51df83332dbaf7f12f3566a831d31eb782dabd251e5b605ed7e2
3
+ metadata.gz: 3102e1f48f286368f2a764f81d5d32c0d7599891e46d6404a15ec615f84df774
4
+ data.tar.gz: 9511b466cef335dbfaba6522c466c6196283f00483a3877a188f322ecefdbce5
5
5
  SHA512:
6
- metadata.gz: a0ee75c46b58f1d369b7accbd40bbc3019d93946cf27baf9b5d6df4dc16e721db0c028720b57dec879d73eed009233c80108b5e2744d56f5bd9eca56b94b93a5
7
- data.tar.gz: d7be7688ccdf930853534596d04e0a8617d703f17a1b1fd4ea7910eab73d080b07f3ca40dca2b1433a42317a03bbdd41435b3903ef6ac8e3b812738ee94da4a5
6
+ metadata.gz: 57dc690b280ec1b278663e95452b537f1aea884f53c754bbeba667456a0075a3c8652f437f49392ea7e4b6ac16ed46ac06dc2f9b77c7510e86f7dbf20dd33841
7
+ data.tar.gz: cc326eb562f22d73882351d8769f7015ff37994a1bcc98c2273e86f38de2d07ff29fe28027b74f4f0459c092e9ce655f1fe26218f27c3d15c0983804e2015871
data/.gitignore CHANGED
@@ -1,5 +1,5 @@
1
1
  .DS_Store
2
- #.gitignore
2
+ # .gitignore
3
3
  .idea
4
4
  .ruby-version
5
5
  .bundle
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.9.12 / 2026-01-20 Yasumasa Ashida <ys.ashida@gmail.com>
2
+
3
+ * enable frozen_string_literal
4
+
1
5
  == 0.9.8 / 2014-01-07 Yasumasa Ashida <ys.ashida@gmail.com>
2
6
 
3
7
  * multi elements search support (addition of Meteor::Element#elements)
data/Rakefile CHANGED
@@ -60,7 +60,7 @@ spec = Gem::Specification.new do |s|
60
60
  s.test_files = Dir["test/*_test.rb"]
61
61
 
62
62
  #s.add_dependency('activesupport', '>=1.3.1')
63
- #s.required_ruby_version = '>= 1.8.2'
63
+ #s.required_ruby_version = '>= 3.0.0'
64
64
 
65
65
  s.files = %w(README.md ChangeLog Rakefile) +
66
66
  Dir.glob("{bin,doc,test,lib,templates,generator,extras,website,script}/**/*") +
data/demo/html.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  #!bin ruby
2
2
  # -* coding: UTF-8 -*-
3
+ # frozen_string_literal: true
3
4
 
4
5
  #require 'rubygems'
5
6
  require 'meteor'
data/demo/html4.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  #!bin ruby
2
2
  # -* coding: UTF-8 -*-
3
+ # frozen_string_literal: true
3
4
 
4
5
  #require 'rubygems'
5
6
  require 'meteor'
data/demo/ml/sample.xml CHANGED
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
 
3
3
  <!--
4
- Document : test.xml
5
- Created on : 2008/07/22, 17:32
6
- Author : asip
7
- Description:
8
- Purpose of the document follows.
4
+ Document : test.xml
5
+ Created on : 2008/07/22, 17:32
6
+ Author : asip
7
+ Description:
8
+ Purpose of the document follows.
9
9
  -->
10
10
 
11
11
  <root>
@@ -13,13 +13,13 @@
13
13
  <test1 manbo="mango" />
14
14
 
15
15
  <test manbo="manbo">
16
- <tech mono="mono">こまねち</tech>
16
+ <tech mono="mono">こまねち</tech>
17
17
  </test>
18
18
  <test manbo="mbo">
19
- <tech mono="mono">komaneti</tech>
19
+ <tech mono="mono">komaneti</tech>
20
20
  </test>
21
21
  <test manbo="mbo">
22
- <tech mono="mono2">komaneti</tech>
22
+ <tech mono="mono2">komaneti</tech>
23
23
  </test>
24
24
  <!-- @quark id="mono" --><!-- /@quark -->
25
25
  <!-- @quark id="moti" --><!-- /@quark -->
@@ -29,17 +29,17 @@
29
29
  <mink>komaneti</mink>
30
30
 
31
31
  <potato id="aa" lc="/cc">
32
- <potato id="/bb"></potato>
32
+ <potato id="/bb"></potato>
33
33
  </potato>
34
34
 
35
35
  <potato id="aa" id2="bb" lc="/cc">
36
- <potato id="/bb"><test></test></potato>
36
+ <potato id="/bb"><test></test></potato>
37
37
  </potato>
38
38
 
39
39
  <potato2 id="aa" id2="bb" lc="/cc"/>
40
40
 
41
41
  <hamachi id="aa" id2="bb" lc="/cc">
42
- test
42
+ test
43
43
  </hamachi>
44
44
 
45
45
  <hamachi id="aa" id2="bb" />
@@ -1,32 +1,32 @@
1
1
  <html lang="ja">
2
- <head>
3
- <title>HTMLテスト</title>
4
- <meta http-equiv="Content-Type" charset="utf-8" content="text/html; charset=UTF-8">
5
- </head>
2
+ <head>
3
+ <title>HTMLテスト</title>
4
+ <meta http-equiv="Content-Type" charset="utf-8" content="text/html; charset=UTF-8">
5
+ </head>
6
6
 
7
- <body>
8
- <div id="hello" class="black">Hello,World</div>
9
- <div id="hello2">Hello,World</div>
10
- <!-- @quark id="hello3" -->Hello,World<!-- /@quark -->
11
- <form>
12
- <input id="text1" name="text1" type="text">
7
+ <body>
8
+ <div id="hello" class="black">Hello,World</div>
9
+ <div id="hello2">Hello,World</div>
10
+ <!-- @quark id="hello3" -->Hello,World<!-- /@quark -->
11
+ <form>
12
+ <input id="text1" name="text1" type="text">
13
13
 
14
- <input id="radio1" type="radio">
14
+ <input id="radio1" type="radio">
15
15
 
16
- <select name="select1">
17
- <option id="option1">オプション</option>
18
- </select>
16
+ <select name="select1">
17
+ <option id="option1">オプション</option>
18
+ </select>
19
19
 
20
- <select id="select2">
21
- <option id="option2">オプション</option>
22
- </select>
23
- </form>
20
+ <select id="select2">
21
+ <option id="option2">オプション</option>
22
+ </select>
23
+ </form>
24
24
 
25
- <table>
26
- <tr id="loop">
27
- <td id="aa"></td><td id="bb"></td><td id="cc"></td>
28
- </tr>
29
- </table>
25
+ <table>
26
+ <tr id="loop">
27
+ <td id="aa"></td><td id="bb"></td><td id="cc"></td>
28
+ </tr>
29
+ </table>
30
30
 
31
- </body>
31
+ </body>
32
32
  </html>
@@ -1,40 +1,40 @@
1
1
  <html lang="ja">
2
- <head>
3
- <title>HTMLテスト</title>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- </head>
6
-
7
- <body>
8
- <div id="hello" class="black">Hello,World</div>
9
- <div id="hello2">Hello,World</div>
10
- <!-- @quark id="hello3" -->Hello,World<!-- /@quark -->
11
- <form>
12
- <input id="text1" type="text" >
13
-
14
- <input id="radio1" type="radio" class="test">
15
-
16
- <select id="select1">
17
- <option id="option1">オプション</option>
18
- </select>
19
-
20
- <select id="select2">
21
- <option id="option2">オプション</option>
22
- </select>
23
- </form>
24
-
25
- <table>
26
- <tr id="loop">
27
- <td id="aa"></td><td id="bb"></td><td id="cc"></td>
28
- </tr>
29
- </table>
30
-
31
- <div id="sample" style="background-color: aliceblue;" >
32
- <div>test</div>
33
- </div>
34
-
35
- <div id="sample2" style="background-color: aliceblue;" class="test">
36
- <div>test</div>
37
- </div>
38
-
39
- </body>
2
+ <head>
3
+ <title>HTMLテスト</title>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ </head>
6
+
7
+ <body>
8
+ <div id="hello" class="black">Hello,World</div>
9
+ <div id="hello2">Hello,World</div>
10
+ <!-- @quark id="hello3" -->Hello,World<!-- /@quark -->
11
+ <form>
12
+ <input id="text1" type="text" >
13
+
14
+ <input id="radio1" type="radio" class="test">
15
+
16
+ <select id="select1">
17
+ <option id="option1">オプション</option>
18
+ </select>
19
+
20
+ <select id="select2">
21
+ <option id="option2">オプション</option>
22
+ </select>
23
+ </form>
24
+
25
+ <table>
26
+ <tr id="loop">
27
+ <td id="aa"></td><td id="bb"></td><td id="cc"></td>
28
+ </tr>
29
+ </table>
30
+
31
+ <div id="sample" style="background-color: aliceblue;" >
32
+ <div>test</div>
33
+ </div>
34
+
35
+ <div id="sample2" style="background-color: aliceblue;" class="test">
36
+ <div>test</div>
37
+ </div>
38
+
39
+ </body>
40
40
  </html>
@@ -1,33 +1,33 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <html lang="ja">
3
- <head>
4
- <title>HTMLテスト</title>
5
- <meta http-equiv="Content-Type" charset="utf-8" content="text/html; charset=UTF-8"/>
6
- </head>
3
+ <head>
4
+ <title>HTMLテスト</title>
5
+ <meta http-equiv="Content-Type" charset="utf-8" content="text/html; charset=UTF-8"/>
6
+ </head>
7
7
 
8
- <body>
9
- <div id="hello" class="black">Hello,World</div>
10
- <div id="hello2">Hello,World</div>
11
- <!-- @quark id="hello3" -->Hello,World<!-- /@quark -->
12
- <form>
13
- <input id="text1" type="text" />
8
+ <body>
9
+ <div id="hello" class="black">Hello,World</div>
10
+ <div id="hello2">Hello,World</div>
11
+ <!-- @quark id="hello3" -->Hello,World<!-- /@quark -->
12
+ <form>
13
+ <input id="text1" type="text" />
14
14
 
15
- <input id="radio1" type="radio" />
15
+ <input id="radio1" type="radio" />
16
16
 
17
- <select>
18
- <option id="option1">オプション</option>
19
- </select>
17
+ <select>
18
+ <option id="option1">オプション</option>
19
+ </select>
20
20
 
21
- <select id="select2">
22
- <option id="option2">オプション</option>
23
- </select>
24
- </form>
21
+ <select id="select2">
22
+ <option id="option2">オプション</option>
23
+ </select>
24
+ </form>
25
25
 
26
- <table>
27
- <tr id="loop">
28
- <td id="aa"></td><td id="bb"></td><td id="cc"></td>
29
- </tr>
30
- </table>
26
+ <table>
27
+ <tr id="loop">
28
+ <td id="aa"></td><td id="bb"></td><td id="cc"></td>
29
+ </tr>
30
+ </table>
31
31
 
32
- </body>
32
+ </body>
33
33
  </html>
@@ -1,33 +1,33 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <html lang="ja">
3
- <head>
4
- <title>HTMLテスト</title>
5
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
6
- </head>
3
+ <head>
4
+ <title>HTMLテスト</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
6
+ </head>
7
7
 
8
- <body>
9
- <div id="hello" class="black">Hello,World</div>
10
- <div id="hello2">Hello,World</div>
11
- <!-- @quark id="hello3" -->Hello,World<!-- /@quark -->
12
- <form>
13
- <input id="text1" type="text" />
8
+ <body>
9
+ <div id="hello" class="black">Hello,World</div>
10
+ <div id="hello2">Hello,World</div>
11
+ <!-- @quark id="hello3" -->Hello,World<!-- /@quark -->
12
+ <form>
13
+ <input id="text1" type="text" />
14
14
 
15
- <input id="radio1" type="radio" />
15
+ <input id="radio1" type="radio" />
16
16
 
17
- <select>
18
- <option id="option1">オプション</option>
19
- </select>
17
+ <select>
18
+ <option id="option1">オプション</option>
19
+ </select>
20
20
 
21
- <select id="select2">
22
- <option id="option2">オプション</option>
23
- </select>
24
- </form>
21
+ <select id="select2">
22
+ <option id="option2">オプション</option>
23
+ </select>
24
+ </form>
25
25
 
26
- <table>
27
- <tr id="loop">
28
- <td id="aa"></td><td id="bb"></td><td id="cc"></td>
29
- </tr>
30
- </table>
26
+ <table>
27
+ <tr id="loop">
28
+ <td id="aa"></td><td id="bb"></td><td id="cc"></td>
29
+ </tr>
30
+ </table>
31
31
 
32
- </body>
32
+ </body>
33
33
  </html>
data/demo/xhtml.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  #!bin ruby
2
2
  # -* coding: UTF-8 -*-
3
+ # frozen_string_literal: true
3
4
 
4
5
  #require 'rubygems'
5
6
  require 'meteor'
data/demo/xhtml4.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  #!bin ruby
2
2
  # -* coding: UTF-8 -*-
3
+ # frozen_string_literal: true
3
4
 
4
5
  #require 'rubygems'
5
6
  require 'meteor'
data/demo/xml.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  #!bin ruby
2
2
  # -* coding: UTF-8 -*-
3
+ # frozen_string_literal: true
3
4
 
4
5
  #require 'rubygems'
5
6
  require 'meteor'