sora 24.02.25 → 24.8.4

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sora
3
3
  version: !ruby/object:Gem::Version
4
- version: 24.02.25
4
+ version: 24.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - MURATA Mitsuharu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-25 00:00:00.000000000 Z
12
- dependencies: []
11
+ date: 2024-08-03 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: webrick
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.8'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.8'
13
27
  description: sora (Server Of Ruby for Access) can send and receive files, and transmit
14
28
  text strings to communicate information.
15
29
  email:
@@ -23,17 +37,28 @@ files:
23
37
  - CHANGELOG.md
24
38
  - CODE_OF_CONDUCT.md
25
39
  - LICENSE.txt
40
+ - README.ja.md
26
41
  - README.md
27
42
  - Rakefile
43
+ - cgi-bin/get.rb
28
44
  - cgi-bin/main.rb
29
45
  - data/.gitignore
46
+ - docs/get-ipaddr.png
47
+ - docs/screenshot.png
30
48
  - exe/sora
31
49
  - lib/sora.rb
32
50
  - lib/sora/version.rb
51
+ - package.json
33
52
  - sig/sora.rbs
53
+ - src/index.ts
54
+ - src/style.css
55
+ - tsconfig.json
56
+ - webpack.config.js
57
+ - www/bundle.js
34
58
  - www/index.html
35
59
  - www/main.js
36
60
  - www/style.css
61
+ - yarn.lock
37
62
  homepage: https://github.com/Himeyama/sora
38
63
  licenses:
39
64
  - MIT