tofu 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -0
  3. data/lib/tofu.rb +1 -1
  4. data/lib/tofu/version.rb +1 -1
  5. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aeb533afe458445971016b36a5d81d68bcb8233e0cf30cc9c08539aa0eea9f66
4
- data.tar.gz: 664c8ce77375e04937c74afda7baf47675ff00e26770e67027113faa639fbf56
3
+ metadata.gz: a58ef90ce6bdb5f0b2fa65cefa302d1764fa044d4a975726664c90a69e987e9a
4
+ data.tar.gz: 77d4c1b383ae8f61a289bdcfd19227e7cbb6d8b6b8a029cbfcdd714e7bc56529
5
5
  SHA512:
6
- metadata.gz: eb73d65918f4c2877a0ce0e9a0856269502869abaccfc28a5978fa7f38056527b48ce0e16d7cead9b45f7398c16b431fa06b578291b466b409e166bad85b7764
7
- data.tar.gz: 15ece067c1c4db9aff8f28e546f41ef557aa2bdade137400b8557bc5c190c1f5d07fafbc36a93e2f85566accf0b63bad96610b0250fbe0885e88a40edb897345
6
+ metadata.gz: bda45b10e07d87c40547fabfbe52f60ce689314a68bbc1d5d7a1608dbff1227edb9f46761266f14a0254f2f2d2a3bfb709e7307c8970c5e7fda9681152ed41c5
7
+ data.tar.gz: 49ef52efa724a3a4dac6da31bfcb10d78030a6c43e7c284bb2b54dc5f505f7603e4f279ff0d1b0d1eac5abe2f4c94435daf3ebd06e6ee79022c568bd46d492db
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2009 Masatoshi SEKI
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -336,7 +336,7 @@ module Tofu
336
336
  end
337
337
  param = make_param(method_name, add_param)
338
338
  hidden = input_hidden(param)
339
- %Q!<form action="#{action(context)}" method="post">\n! + hidden
339
+ %Q!<form action="#{action(context)}" method="post" enctype="multipart/form-data">\n! + hidden
340
340
  end
341
341
 
342
342
  def href(method_name, add_param, context)
@@ -1,3 +1,3 @@
1
1
  module Tofu
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tofu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masatoshi SEKI
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-01 00:00:00.000000000 Z
11
+ date: 2020-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -47,6 +47,7 @@ extra_rdoc_files: []
47
47
  files:
48
48
  - ".gitignore"
49
49
  - Gemfile
50
+ - LICENSE
50
51
  - README.md
51
52
  - Rakefile
52
53
  - doc/Div.rd