tdiary 5.3.0 → 5.4.0
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/ChangeLog +6 -0
- data/Gemfile +1 -2
- data/Gemfile.lock +108 -77
- data/README.md +1 -1
- data/lib/rack/server.rb +4 -0
- data/lib/tdiary/dispatcher/index_main.rb +6 -4
- data/lib/tdiary/dispatcher/update_main.rb +3 -2
- data/lib/tdiary/dispatcher.rb +5 -14
- data/lib/tdiary/rack/static.rb +6 -2
- data/lib/tdiary/tasks/release.rake +1 -1
- data/lib/tdiary/version.rb +1 -1
- data/public/index.rdf +6 -6
- data/views/footer.rhtml +1 -1
- metadata +21 -10
- data/lib/tdiary/tasks/jasmine.rake +0 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a63aa8c9ed572a51022f52b0c298076880ad566de741de347ce53ca0ae4cef2e
|
4
|
+
data.tar.gz: bdefff9611b15a8533cb0c0dbc410a4794eabc1ad706e32b163535ca06514b30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00d74b8f60f19bed3f0f4f85fe827598af3b961f1f87822e13f4e7a8bf5c476f45a240b455e38a875f88e2d6660477487b275aa456ef1b130f3cfa9119225fa8
|
7
|
+
data.tar.gz: bbc74bca99b78779f318ba658cf1409140084e08e51f4c24e7c6a9728a4033f6977be770067fda52cfd17c9cc3349062e71cf80def560f85e05e2a3afc566c9f
|
data/ChangeLog
CHANGED
data/Gemfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
2
|
|
3
3
|
gem 'rack'
|
4
|
+
gem 'rack-session'
|
4
5
|
gem 'rackup'
|
5
6
|
gem 'hikidoc'
|
6
7
|
gem 'fastimage'
|
@@ -24,9 +25,7 @@ group :development do
|
|
24
25
|
gem 'launchy'
|
25
26
|
gem 'sequel'
|
26
27
|
gem 'sqlite3'
|
27
|
-
gem 'jasmine', '< 3'
|
28
28
|
gem 'simplecov', require: false
|
29
|
-
gem 'coveralls', '~> 0.8', require: false
|
30
29
|
gem "rexml"
|
31
30
|
gem "webrick"
|
32
31
|
end
|
data/Gemfile.lock
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
addressable (2.8.
|
5
|
-
public_suffix (>= 2.0.2, <
|
6
|
-
base64 (0.
|
7
|
-
bigdecimal (3.
|
4
|
+
addressable (2.8.7)
|
5
|
+
public_suffix (>= 2.0.2, < 7.0)
|
6
|
+
base64 (0.3.0)
|
7
|
+
bigdecimal (3.2.2)
|
8
8
|
capybara (3.40.0)
|
9
9
|
addressable
|
10
10
|
matrix
|
@@ -14,143 +14,174 @@ GEM
|
|
14
14
|
rack-test (>= 0.6.3)
|
15
15
|
regexp_parser (>= 1.5, < 3.0)
|
16
16
|
xpath (~> 3.2)
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
tins (~> 1.6)
|
23
|
-
date (3.3.4)
|
24
|
-
diff-lcs (1.5.1)
|
25
|
-
docile (1.4.0)
|
17
|
+
childprocess (5.1.0)
|
18
|
+
logger (~> 1.5)
|
19
|
+
date (3.4.1)
|
20
|
+
diff-lcs (1.6.2)
|
21
|
+
docile (1.4.1)
|
26
22
|
emot (0.0.4)
|
27
23
|
thor
|
28
|
-
faraday (2.
|
29
|
-
faraday-net_http (>= 2.0, < 3.
|
30
|
-
|
31
|
-
|
32
|
-
|
24
|
+
faraday (2.13.1)
|
25
|
+
faraday-net_http (>= 2.0, < 3.5)
|
26
|
+
json
|
27
|
+
logger
|
28
|
+
faraday-net_http (3.4.0)
|
29
|
+
net-http (>= 0.5.0)
|
30
|
+
fastimage (2.4.0)
|
33
31
|
hikidoc (0.1.0)
|
34
|
-
|
35
|
-
|
36
|
-
phantomjs
|
37
|
-
rack (>= 1.2.1)
|
38
|
-
rake
|
39
|
-
jasmine-core (2.99.2)
|
40
|
-
json (2.7.1)
|
41
|
-
launchy (2.5.2)
|
32
|
+
json (2.12.2)
|
33
|
+
launchy (3.1.1)
|
42
34
|
addressable (~> 2.8)
|
35
|
+
childprocess (~> 5.0)
|
36
|
+
logger (~> 1.6)
|
37
|
+
logger (1.7.0)
|
43
38
|
mail (2.8.1)
|
44
39
|
mini_mime (>= 0.1.1)
|
45
40
|
net-imap
|
46
41
|
net-pop
|
47
42
|
net-smtp
|
48
43
|
matrix (0.4.2)
|
49
|
-
mime-types (3.
|
50
|
-
|
51
|
-
|
44
|
+
mime-types (3.7.0)
|
45
|
+
logger
|
46
|
+
mime-types-data (~> 3.2025, >= 3.2025.0507)
|
47
|
+
mime-types-data (3.2025.0603)
|
52
48
|
mini_mime (1.1.5)
|
53
|
-
|
49
|
+
mini_portile2 (2.8.9)
|
50
|
+
net-http (0.6.0)
|
54
51
|
uri
|
55
|
-
net-imap (0.
|
52
|
+
net-imap (0.5.8)
|
56
53
|
date
|
57
54
|
net-protocol
|
58
55
|
net-pop (0.1.2)
|
59
56
|
net-protocol
|
60
57
|
net-protocol (0.2.2)
|
61
58
|
timeout
|
62
|
-
net-smtp (0.
|
59
|
+
net-smtp (0.5.1)
|
63
60
|
net-protocol
|
64
|
-
nokogiri (1.
|
61
|
+
nokogiri (1.18.8)
|
62
|
+
mini_portile2 (~> 2.8.2)
|
65
63
|
racc (~> 1.4)
|
66
|
-
nokogiri (1.
|
64
|
+
nokogiri (1.18.8-aarch64-linux-gnu)
|
67
65
|
racc (~> 1.4)
|
68
|
-
|
69
|
-
|
66
|
+
nokogiri (1.18.8-aarch64-linux-musl)
|
67
|
+
racc (~> 1.4)
|
68
|
+
nokogiri (1.18.8-arm-linux-gnu)
|
69
|
+
racc (~> 1.4)
|
70
|
+
nokogiri (1.18.8-arm-linux-musl)
|
71
|
+
racc (~> 1.4)
|
72
|
+
nokogiri (1.18.8-arm64-darwin)
|
73
|
+
racc (~> 1.4)
|
74
|
+
nokogiri (1.18.8-x86_64-darwin)
|
75
|
+
racc (~> 1.4)
|
76
|
+
nokogiri (1.18.8-x86_64-linux-gnu)
|
77
|
+
racc (~> 1.4)
|
78
|
+
nokogiri (1.18.8-x86_64-linux-musl)
|
79
|
+
racc (~> 1.4)
|
80
|
+
octokit (10.0.0)
|
70
81
|
faraday (>= 1, < 3)
|
71
82
|
sawyer (~> 0.9)
|
72
|
-
phantomjs (2.1.1.0)
|
73
83
|
pit (0.0.7)
|
74
|
-
power_assert (2.0.
|
75
|
-
public_suffix (
|
76
|
-
racc (1.
|
77
|
-
rack (3.
|
78
|
-
rack-
|
84
|
+
power_assert (2.0.5)
|
85
|
+
public_suffix (6.0.2)
|
86
|
+
racc (1.8.1)
|
87
|
+
rack (3.1.16)
|
88
|
+
rack-session (2.1.1)
|
89
|
+
base64 (>= 0.1.0)
|
90
|
+
rack (>= 3.0.0)
|
91
|
+
rack-test (2.2.0)
|
79
92
|
rack (>= 1.3)
|
80
93
|
racksh (1.0.1)
|
81
94
|
rack (>= 1.0)
|
82
95
|
rack-test (>= 0.5)
|
83
|
-
rackup (2.1
|
96
|
+
rackup (2.2.1)
|
84
97
|
rack (>= 3)
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
rspec (3.13.0)
|
98
|
+
rake (13.3.0)
|
99
|
+
redcarpet (3.6.1)
|
100
|
+
regexp_parser (2.10.0)
|
101
|
+
rexml (3.4.1)
|
102
|
+
rspec (3.13.1)
|
91
103
|
rspec-core (~> 3.13.0)
|
92
104
|
rspec-expectations (~> 3.13.0)
|
93
105
|
rspec-mocks (~> 3.13.0)
|
94
|
-
rspec-core (3.13.
|
106
|
+
rspec-core (3.13.4)
|
95
107
|
rspec-support (~> 3.13.0)
|
96
|
-
rspec-expectations (3.13.
|
108
|
+
rspec-expectations (3.13.5)
|
97
109
|
diff-lcs (>= 1.2.0, < 2.0)
|
98
110
|
rspec-support (~> 3.13.0)
|
99
|
-
rspec-mocks (3.13.
|
111
|
+
rspec-mocks (3.13.5)
|
100
112
|
diff-lcs (>= 1.2.0, < 2.0)
|
101
113
|
rspec-support (~> 3.13.0)
|
102
|
-
rspec-support (3.13.
|
103
|
-
rubyzip (2.
|
114
|
+
rspec-support (3.13.4)
|
115
|
+
rubyzip (2.4.1)
|
104
116
|
sawyer (0.9.2)
|
105
117
|
addressable (>= 2.3.5)
|
106
118
|
faraday (>= 0.17.3, < 3)
|
107
|
-
selenium-webdriver (4.
|
119
|
+
selenium-webdriver (4.33.0)
|
108
120
|
base64 (~> 0.2)
|
121
|
+
logger (~> 1.4)
|
109
122
|
rexml (~> 3.2, >= 3.2.5)
|
110
123
|
rubyzip (>= 1.2.2, < 3.0)
|
111
124
|
websocket (~> 1.0)
|
112
|
-
sequel (5.
|
125
|
+
sequel (5.93.0)
|
113
126
|
bigdecimal
|
114
|
-
simplecov (0.
|
127
|
+
simplecov (0.22.0)
|
115
128
|
docile (~> 1.1)
|
116
|
-
|
117
|
-
|
118
|
-
simplecov-html (0.
|
119
|
-
|
120
|
-
sqlite3 (
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
129
|
+
simplecov-html (~> 0.11)
|
130
|
+
simplecov_json_formatter (~> 0.1)
|
131
|
+
simplecov-html (0.13.1)
|
132
|
+
simplecov_json_formatter (0.1.4)
|
133
|
+
sqlite3 (2.6.0)
|
134
|
+
mini_portile2 (~> 2.8.0)
|
135
|
+
sqlite3 (2.6.0-aarch64-linux-gnu)
|
136
|
+
sqlite3 (2.6.0-aarch64-linux-musl)
|
137
|
+
sqlite3 (2.6.0-arm-linux-gnu)
|
138
|
+
sqlite3 (2.6.0-arm-linux-musl)
|
139
|
+
sqlite3 (2.6.0-arm64-darwin)
|
140
|
+
sqlite3 (2.6.0-x86-linux-gnu)
|
141
|
+
sqlite3 (2.6.0-x86-linux-musl)
|
142
|
+
sqlite3 (2.6.0-x86_64-darwin)
|
143
|
+
sqlite3 (2.6.0-x86_64-linux-gnu)
|
144
|
+
sqlite3 (2.6.0-x86_64-linux-musl)
|
145
|
+
test-unit (3.6.8)
|
125
146
|
power_assert
|
126
|
-
thor (1.3.
|
127
|
-
timeout (0.4.
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
webrick (1.8.1)
|
132
|
-
websocket (1.2.10)
|
147
|
+
thor (1.3.2)
|
148
|
+
timeout (0.4.3)
|
149
|
+
uri (1.0.3)
|
150
|
+
webrick (1.9.1)
|
151
|
+
websocket (1.2.11)
|
133
152
|
xpath (3.2.0)
|
134
153
|
nokogiri (~> 1.8)
|
135
154
|
|
136
155
|
PLATFORMS
|
137
|
-
|
156
|
+
aarch64-linux
|
157
|
+
aarch64-linux-gnu
|
158
|
+
aarch64-linux-musl
|
159
|
+
arm-linux
|
160
|
+
arm-linux-gnu
|
161
|
+
arm-linux-musl
|
162
|
+
arm64-darwin
|
163
|
+
ruby
|
164
|
+
x86-linux
|
165
|
+
x86-linux-gnu
|
166
|
+
x86-linux-musl
|
167
|
+
x86_64-darwin
|
138
168
|
x86_64-linux
|
169
|
+
x86_64-linux-gnu
|
170
|
+
x86_64-linux-musl
|
139
171
|
|
140
172
|
DEPENDENCIES
|
141
173
|
capybara
|
142
|
-
coveralls (~> 0.8)
|
143
174
|
date (>= 3.1.1)
|
144
175
|
emot
|
145
176
|
fastimage
|
146
177
|
hikidoc
|
147
|
-
jasmine (< 3)
|
148
178
|
launchy
|
149
179
|
mail
|
150
180
|
mime-types
|
151
181
|
octokit
|
152
182
|
pit
|
153
183
|
rack
|
184
|
+
rack-session
|
154
185
|
racksh
|
155
186
|
rackup
|
156
187
|
rake
|
@@ -165,4 +196,4 @@ DEPENDENCIES
|
|
165
196
|
webrick
|
166
197
|
|
167
198
|
BUNDLED WITH
|
168
|
-
2.
|
199
|
+
2.6.2
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# tDiary
|
2
2
|
|
3
|
-
[](https://rubygems.org/gems/tdiary) [](https://github.com/tdiary/tdiary-core/actions/workflows/ci.yml) [](https://rubygems.org/gems/tdiary) [](https://github.com/tdiary/tdiary-core/actions/workflows/ci.yml) [](https://codeclimate.com/github/tdiary/tdiary-core)
|
4
4
|
|
5
5
|
## tDiary, The TSUKKOMI-able Weblog.
|
6
6
|
|
data/lib/rack/server.rb
ADDED
@@ -45,8 +45,9 @@ module TDiary
|
|
45
45
|
head['pragma'] = 'no-cache'
|
46
46
|
head['cache-control'] = 'no-cache'
|
47
47
|
head['x-frame-options'] = conf.x_frame_options if conf.x_frame_options
|
48
|
-
|
49
|
-
|
48
|
+
res = TDiary::Response.new( body, ::TDiary::Dispatcher.extract_status_for_legacy_tdiary( head ), head )
|
49
|
+
res.set_header('Set-Cookie', tdiary.cookies.map(&:to_s)) if tdiary && tdiary.cookies.size > 0
|
50
|
+
res
|
50
51
|
end
|
51
52
|
rescue TDiary::NotFound
|
52
53
|
body = %Q[
|
@@ -67,9 +68,10 @@ module TDiary
|
|
67
68
|
</head>
|
68
69
|
<body>Wait or <a href="#{$!.path}">Click here!</a></body>
|
69
70
|
</html>]
|
70
|
-
head['cookie'] = tdiary.cookies if tdiary && tdiary.cookies.size > 0
|
71
71
|
# TODO return code should be 302? (current behaviour returns 200)
|
72
|
-
TDiary::Response.new( body, 200, head )
|
72
|
+
res = TDiary::Response.new( body, 200, head )
|
73
|
+
res.set_header('Set-Cookie', tdiary.cookies.map(&:to_s)) if tdiary && tdiary.cookies.size > 0
|
74
|
+
res
|
73
75
|
end
|
74
76
|
end
|
75
77
|
|
@@ -41,9 +41,10 @@ module TDiary
|
|
41
41
|
</head>
|
42
42
|
<body>Wait or <a href="#{$!.path}">Click here!</a></body>
|
43
43
|
</html>]
|
44
|
-
head['cookie'] = tdiary.cookies if tdiary.cookies.size > 0
|
45
44
|
# TODO return code should be 302? (current behaviour returns 200)
|
46
|
-
TDiary::Response.new( body, 200, head )
|
45
|
+
res = TDiary::Response.new( body, 200, head )
|
46
|
+
res.set_header('Set-Cookie', tdiary.cookies.map(&:to_s)) if tdiary && tdiary.cookies.size > 0
|
47
|
+
res
|
47
48
|
end
|
48
49
|
end
|
49
50
|
|
data/lib/tdiary/dispatcher.rb
CHANGED
@@ -68,27 +68,18 @@ module TDiary
|
|
68
68
|
private
|
69
69
|
|
70
70
|
def adopt_rack_request_to_plain_old_tdiary_style( env )
|
71
|
+
body = env["rack.input"]&.read || ""
|
72
|
+
env["rack.input"] = StringIO.new(body)
|
71
73
|
req = TDiary::Request.new( env )
|
72
74
|
req.params # fill params to tdiary_request
|
73
75
|
$RACK_ENV = req.env
|
74
|
-
|
75
|
-
begin
|
76
|
-
env["rack.input"].instance_variable_get(:@input).rewind
|
77
|
-
rescue
|
78
|
-
env["rack.input"].rewind
|
79
|
-
end
|
80
|
-
fake_stdin_as_params
|
76
|
+
fake_stdin_as_params(body)
|
81
77
|
req
|
82
78
|
end
|
83
79
|
|
84
80
|
# FIXME dirty hack
|
85
|
-
def fake_stdin_as_params
|
86
|
-
|
87
|
-
if $RACK_ENV && $RACK_ENV['rack.input']
|
88
|
-
stdin_spy.print($RACK_ENV['rack.input'].read)
|
89
|
-
stdin_spy.rewind
|
90
|
-
end
|
91
|
-
$stdin = stdin_spy
|
81
|
+
def fake_stdin_as_params(body)
|
82
|
+
$stdin = StringIO.new(body)
|
92
83
|
end
|
93
84
|
end
|
94
85
|
end
|
data/lib/tdiary/rack/static.rb
CHANGED
@@ -1,11 +1,15 @@
|
|
1
|
-
|
1
|
+
begin
|
2
|
+
require 'rack/files'
|
3
|
+
rescue LoadError
|
4
|
+
require 'rack/file'
|
5
|
+
end
|
2
6
|
|
3
7
|
module TDiary
|
4
8
|
module Rack
|
5
9
|
class Static
|
6
10
|
def initialize( app, base_dir )
|
7
11
|
@app = app
|
8
|
-
@file = base_dir.map{|dir| ::Rack::
|
12
|
+
@file = base_dir.map{|dir| ::Rack::Files.new(dir) }
|
9
13
|
end
|
10
14
|
|
11
15
|
def call( env )
|
data/lib/tdiary/version.rb
CHANGED
data/public/index.rdf
CHANGED
@@ -5,18 +5,18 @@
|
|
5
5
|
<link>http://www.example.com/</link>
|
6
6
|
<description></description>
|
7
7
|
<dc:creator></dc:creator>
|
8
|
-
<dc:rights>Copyright
|
8
|
+
<dc:rights>Copyright 2025 , copyright of comments by respective authors</dc:rights>
|
9
9
|
<items><rdf:Seq>
|
10
|
-
<rdf:li rdf:resource="http://www.example.com/?date=
|
10
|
+
<rdf:li rdf:resource="http://www.example.com/?date=20250116#p01"/>
|
11
11
|
</rdf:Seq></items>
|
12
12
|
</channel>
|
13
|
-
<item rdf:about="http://www.example.com/?date=
|
14
|
-
<link>http://www.example.com/?date=
|
15
|
-
<dc:date>
|
13
|
+
<item rdf:about="http://www.example.com/?date=20250116#p01">
|
14
|
+
<link>http://www.example.com/?date=20250116#p01</link>
|
15
|
+
<dc:date>2025-01-16T12:47:59+09:00</dc:date>
|
16
16
|
<title>さて、テストである。</title>
|
17
17
|
<dc:creator></dc:creator>
|
18
18
|
<description>とりあえず自前の環境ではちゃんと動いているが、きっと穴がいっぱいあるに違いない:-P</description>
|
19
19
|
<content:encoded><![CDATA[<h3>さて、テストである。</h3><p>とりあえず自前の環境ではちゃんと動いているが、きっと穴がいっぱいあるに違いない:-P</p>
|
20
|
-
<p><a href="http://www.example.com/?date=
|
20
|
+
<p><a href="http://www.example.com/?date=20250116#c">ツッコミを入れる</a></p>]]></content:encoded>
|
21
21
|
</item>
|
22
22
|
</rdf:RDF>
|
data/views/footer.rhtml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<%%=footer_proc%>
|
2
2
|
<div class="footer">
|
3
3
|
Generated by <a href="https://www.tdiary.org/">tDiary</a> version <%=h TDIARY_VERSION %><br>
|
4
|
-
Powered by <a href="https://www.ruby-lang.org/">Ruby</a> version <%=h RUBY_VERSION
|
4
|
+
Powered by <a href="https://www.ruby-lang.org/">Ruby</a> version <%=h RUBY_VERSION %>
|
5
5
|
<% if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled? || defined?(RubyVM::JIT) && RubyVM::JIT.enabled? %> +JIT<% end %>
|
6
6
|
<% if /ruby/i =~ @cgi.gateway_interface %> with <a href="https://github.com/shugo/mod_ruby">mod_ruby</a>
|
7
7
|
<% elsif defined?(FCGI) %> with <a href="https://github.com/alphallc/ruby-fcgi-ng">ruby-fcgi-ng</a>
|
metadata
CHANGED
@@ -1,16 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tdiary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TADA Tadashi
|
8
8
|
- SHIBATA Hiroshi
|
9
9
|
- MATSUOKA Kohei
|
10
|
-
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date:
|
12
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: emot
|
@@ -82,6 +81,20 @@ dependencies:
|
|
82
81
|
- - ">="
|
83
82
|
- !ruby/object:Gem::Version
|
84
83
|
version: '0'
|
84
|
+
- !ruby/object:Gem::Dependency
|
85
|
+
name: nkf
|
86
|
+
requirement: !ruby/object:Gem::Requirement
|
87
|
+
requirements:
|
88
|
+
- - ">="
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: '0'
|
91
|
+
type: :runtime
|
92
|
+
prerelease: false
|
93
|
+
version_requirements: !ruby/object:Gem::Requirement
|
94
|
+
requirements:
|
95
|
+
- - ">="
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
version: '0'
|
85
98
|
- !ruby/object:Gem::Dependency
|
86
99
|
name: rake
|
87
100
|
requirement: !ruby/object:Gem::Requirement
|
@@ -144,7 +157,7 @@ dependencies:
|
|
144
157
|
requirements:
|
145
158
|
- - ">="
|
146
159
|
- !ruby/object:Gem::Version
|
147
|
-
version: '
|
160
|
+
version: '2.6'
|
148
161
|
- - "<"
|
149
162
|
- !ruby/object:Gem::Version
|
150
163
|
version: '3.0'
|
@@ -154,7 +167,7 @@ dependencies:
|
|
154
167
|
requirements:
|
155
168
|
- - ">="
|
156
169
|
- !ruby/object:Gem::Version
|
157
|
-
version: '
|
170
|
+
version: '2.6'
|
158
171
|
- - "<"
|
159
172
|
- !ruby/object:Gem::Version
|
160
173
|
version: '3.0'
|
@@ -206,6 +219,7 @@ files:
|
|
206
219
|
- js/preview.js
|
207
220
|
- lib/aws/pa_api.rb
|
208
221
|
- lib/aws/sig_v4.rb
|
222
|
+
- lib/rack/server.rb
|
209
223
|
- lib/tdiary.rb
|
210
224
|
- lib/tdiary/admin.rb
|
211
225
|
- lib/tdiary/application.rb
|
@@ -274,7 +288,6 @@ files:
|
|
274
288
|
- lib/tdiary/tasks/db.rake
|
275
289
|
- lib/tdiary/tasks/doc.rake
|
276
290
|
- lib/tdiary/tasks/heroku.rake
|
277
|
-
- lib/tdiary/tasks/jasmine.rake
|
278
291
|
- lib/tdiary/tasks/mongodb.rake
|
279
292
|
- lib/tdiary/tasks/rdoc.rake
|
280
293
|
- lib/tdiary/tasks/release.rake
|
@@ -468,7 +481,6 @@ homepage: http://www.tdiary.org/
|
|
468
481
|
licenses:
|
469
482
|
- GPL2
|
470
483
|
metadata: {}
|
471
|
-
post_install_message:
|
472
484
|
rdoc_options: []
|
473
485
|
require_paths:
|
474
486
|
- lib
|
@@ -476,15 +488,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
476
488
|
requirements:
|
477
489
|
- - ">="
|
478
490
|
- !ruby/object:Gem::Version
|
479
|
-
version: '
|
491
|
+
version: '3.1'
|
480
492
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
481
493
|
requirements:
|
482
494
|
- - ">="
|
483
495
|
- !ruby/object:Gem::Version
|
484
496
|
version: '0'
|
485
497
|
requirements: []
|
486
|
-
rubygems_version: 3.
|
487
|
-
signing_key:
|
498
|
+
rubygems_version: 3.6.9
|
488
499
|
specification_version: 4
|
489
500
|
summary: a TSUKKOMI-able Web-log
|
490
501
|
test_files: []
|
@@ -1,16 +0,0 @@
|
|
1
|
-
begin
|
2
|
-
require 'jasmine'
|
3
|
-
load 'jasmine/tasks/jasmine.rake'
|
4
|
-
rescue LoadError
|
5
|
-
task :jasmine do
|
6
|
-
abort "Jasmine is not available. In order to run jasmine, you must: (sudo) gem install jasmine"
|
7
|
-
end
|
8
|
-
end
|
9
|
-
|
10
|
-
# Local Variables:
|
11
|
-
# mode: ruby
|
12
|
-
# indent-tabs-mode: t
|
13
|
-
# tab-width: 3
|
14
|
-
# ruby-indent-level: 3
|
15
|
-
# End:
|
16
|
-
# vim: ts=3
|