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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ded6c683dd14aefe7dc636093bb7d9d7c99f118c22f999cdb602287978cecac
4
- data.tar.gz: 36a77c0c070eb4708d3da5cfebe4a2ceee40d913255afa3040fe93b2a89fa75f
3
+ metadata.gz: a63aa8c9ed572a51022f52b0c298076880ad566de741de347ce53ca0ae4cef2e
4
+ data.tar.gz: bdefff9611b15a8533cb0c0dbc410a4794eabc1ad706e32b163535ca06514b30
5
5
  SHA512:
6
- metadata.gz: 85674635b384bd39a002466e46205fb2a057f70abaf34ed52ce537d6e353be2ef86cd58e4e4baf1ef9b82a4c68e75cb2e41ee3dde370c608a131d70dd36a87b1
7
- data.tar.gz: d6786eeac0c17672d4ee839699a7dc8afe0b7360b5c7aa7d93f746153d051173aa27f3c0754ee8a1ba6d61762fefe99d27855491a86e147c681ce58a10231341
6
+ metadata.gz: 00d74b8f60f19bed3f0f4f85fe827598af3b961f1f87822e13f4e7a8bf5c476f45a240b455e38a875f88e2d6660477487b275aa456ef1b130f3cfa9119225fa8
7
+ data.tar.gz: bbc74bca99b78779f318ba658cf1409140084e08e51f4c24e7c6a9728a4033f6977be770067fda52cfd17c9cc3349062e71cf80def560f85e05e2a3afc566c9f
data/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2025-06-13 Hiroshi SHIBATA <hsbt@ruby-lang.org>
2
+ * support Ruby 3.4.
3
+ * drop to support Ruby 3.0.
4
+ * support Rack 3.1
5
+ * release 5.4.0
6
+
1
7
  2024-02-29 Hiroshi SHIBATA <hsbt@ruby-lang.org>
2
8
  * support Ruby 3.2 and 3.3.
3
9
  * drop to support Ruby 2.7.
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.6)
5
- public_suffix (>= 2.0.2, < 6.0)
6
- base64 (0.2.0)
7
- bigdecimal (3.1.6)
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
- coveralls (0.8.23)
18
- json (>= 1.8, < 3)
19
- simplecov (~> 0.16.1)
20
- term-ansicolor (~> 1.3)
21
- thor (>= 0.19.4, < 2.0)
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.9.0)
29
- faraday-net_http (>= 2.0, < 3.2)
30
- faraday-net_http (3.1.0)
31
- net-http
32
- fastimage (2.3.0)
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
- jasmine (2.99.0)
35
- jasmine-core (>= 2.99.0, < 3.0.0)
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.5.2)
50
- mime-types-data (~> 3.2015)
51
- mime-types-data (3.2024.0206)
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
- net-http (0.4.1)
49
+ mini_portile2 (2.8.9)
50
+ net-http (0.6.0)
54
51
  uri
55
- net-imap (0.4.10)
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.4.0.1)
59
+ net-smtp (0.5.1)
63
60
  net-protocol
64
- nokogiri (1.16.2-arm64-darwin)
61
+ nokogiri (1.18.8)
62
+ mini_portile2 (~> 2.8.2)
65
63
  racc (~> 1.4)
66
- nokogiri (1.16.2-x86_64-linux)
64
+ nokogiri (1.18.8-aarch64-linux-gnu)
67
65
  racc (~> 1.4)
68
- octokit (8.1.0)
69
- base64
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.3)
75
- public_suffix (5.0.4)
76
- racc (1.7.3)
77
- rack (3.0.9.1)
78
- rack-test (2.1.0)
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.0)
96
+ rackup (2.2.1)
84
97
  rack (>= 3)
85
- webrick (~> 1.8)
86
- rake (13.1.0)
87
- redcarpet (3.6.0)
88
- regexp_parser (2.9.0)
89
- rexml (3.2.6)
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.0)
106
+ rspec-core (3.13.4)
95
107
  rspec-support (~> 3.13.0)
96
- rspec-expectations (3.13.0)
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.0)
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.1)
103
- rubyzip (2.3.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.18.1)
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.77.0)
125
+ sequel (5.93.0)
113
126
  bigdecimal
114
- simplecov (0.16.1)
127
+ simplecov (0.22.0)
115
128
  docile (~> 1.1)
116
- json (>= 1.8, < 3)
117
- simplecov-html (~> 0.10.0)
118
- simplecov-html (0.10.2)
119
- sqlite3 (1.7.2-arm64-darwin)
120
- sqlite3 (1.7.2-x86_64-linux)
121
- sync (0.5.0)
122
- term-ansicolor (1.7.1)
123
- tins (~> 1.0)
124
- test-unit (3.6.2)
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.1)
127
- timeout (0.4.1)
128
- tins (1.32.1)
129
- sync
130
- uri (0.13.0)
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
- arm64-darwin-23
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.4.22
199
+ 2.6.2
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # tDiary
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/tdiary.png)](https://rubygems.org/gems/tdiary) [![Build Status](https://github.com/tdiary/tdiary-core/actions/workflows/ci.yml/badge.svg)](https://github.com/tdiary/tdiary-core/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/tdiary/tdiary-core/badge.png?branch=master)](https://coveralls.io/r/tdiary/tdiary-core) [![Code Climate](https://codeclimate.com/github/tdiary/tdiary-core.png)](https://codeclimate.com/github/tdiary/tdiary-core)
3
+ [![Gem Version](https://badge.fury.io/rb/tdiary.png)](https://rubygems.org/gems/tdiary) [![Build Status](https://github.com/tdiary/tdiary-core/actions/workflows/ci.yml/badge.svg)](https://github.com/tdiary/tdiary-core/actions/workflows/ci.yml) [![Code Climate](https://codeclimate.com/github/tdiary/tdiary-core.png)](https://codeclimate.com/github/tdiary/tdiary-core)
4
4
 
5
5
  ## tDiary, The TSUKKOMI-able Weblog.
6
6
 
@@ -0,0 +1,4 @@
1
+ require 'rackup/server'
2
+ module Rack
3
+ Server = ::Rackup::Server
4
+ end
@@ -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
- head['cookie'] = tdiary.cookies if tdiary.cookies.size > 0
49
- TDiary::Response.new( body, ::TDiary::Dispatcher.extract_status_for_legacy_tdiary( head ), head )
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
 
@@ -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
- # Rack 3.x has been removed rack.input rewinding
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
- stdin_spy = StringIO.new
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
@@ -1,11 +1,15 @@
1
- require 'rack/file'
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::File.new(dir) }
12
+ @file = base_dir.map{|dir| ::Rack::Files.new(dir) }
9
13
  end
10
14
 
11
15
  def call( env )
@@ -50,7 +50,7 @@ begin
50
50
  end
51
51
 
52
52
  Dir.chdir '.bundle/ruby' do
53
- versions = %w(3.0.0 3.1.0 3.2.0 3.3.0)
53
+ versions = %w(3.1.0 3.2.0 3.3.0 3.4.0)
54
54
  current = `ls`.chomp
55
55
  versions.each {|version|
56
56
  FileUtils.cp_r current, version unless current == version
@@ -1,3 +1,3 @@
1
1
  module TDiary
2
- VERSION = '5.3.0'
2
+ VERSION = "5.4.0"
3
3
  end
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 2024 , copyright of comments by respective authors</dc:rights>
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=20240110#p01"/>
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=20240110#p01">
14
- <link>http://www.example.com/?date=20240110#p01</link>
15
- <dc:date>2024-01-10T14:37:18+09:00</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=20240110#c">ツッコミを入れる</a></p>]]></content:encoded>
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 %><%=h( RUBY_PATCHLEVEL >= 0 ? "-p#{RUBY_PATCHLEVEL}" : "dev-#{RUBY_RELEASE_DATE}" ) rescue ''%>
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.3.0
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: 2024-02-29 00:00:00.000000000 Z
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: '1.3'
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: '1.3'
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: '2.6'
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.4.19
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