record_view_helper 1.3.3 → 1.3.4

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: b0a473d88acc736e80f00ebd8626c352adcb9bf5000d5235598b6a20a3c76f5b
4
- data.tar.gz: ccd6b08885774020968a02c675713d943bb25754c872b260e07b63e3342dc997
3
+ metadata.gz: 38bdf196e076d0fd86fff125fbf9eba18d131f687bae54422aa7113a74f8863c
4
+ data.tar.gz: 06c9921060799ad650705a5a18291cde6a3634ebecb9dce9e8baa6436e863846
5
5
  SHA512:
6
- metadata.gz: bc17f2bc02def13840fa465210ea008d8f5269847a3df118f0cfcdcf0f4bad496d39b327b6263d767f65fefb0174f1136b3cb1364bd34b715e5c3c694ce590b6
7
- data.tar.gz: 42eca523e5cd11613532050f4b0afc18c4187309027ebe04aaa35754f1732f5eb6f2a4ee32d997498acfc1078e68dce5d527dca9d61ce395e5781eff2315195b
6
+ metadata.gz: 4eaa0d6b2792f6d5a42b53f0cd0a21d8a2ee6b2abb8b6de790daf11de22a9bdc8e3264d048cb23202a91bbd7d537210eb281ca0caa85da837ae8473ffbfdcca8
7
+ data.tar.gz: cfcd06a3de83ed113e6a9d4407403d3364a4898c561154c662d9a51a4f5f2639e4c00d45a4d0742dda374d20f5fbd3d3931243cfc0be540458e8bdb3de3c95f3
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2017 Narazaka
2
+
3
+ This software is provided 'as-is', without any express or implied
4
+ warranty. In no event will the authors be held liable for any damages
5
+ arising from the use of this software.
6
+
7
+ Permission is granted to anyone to use this software for any purpose,
8
+ including commercial applications, and to alter it and redistribute it
9
+ freely, subject to the following restrictions:
10
+
11
+ 1. The origin of this software must not be misrepresented; you must not
12
+ claim that you wrote the original software. If you use this software
13
+ in a product, an acknowledgment in the product documentation would be
14
+ appreciated but is not required.
15
+
16
+ 2. Altered source versions must be plainly marked as such, and must not be
17
+ misrepresented as being the original software.
18
+
19
+ 3. This notice may not be removed or altered from any source
20
+ distribution.
data/README.md CHANGED
@@ -48,4 +48,4 @@ $ gem install record_view_helper
48
48
  - [table-for](https://github.com/hunterae/table-for)
49
49
 
50
50
  ## License
51
- The gem is available as open source under the terms of the [MIT License](https://narazaka.net/license/MIT?2017).
51
+ The gem is available as open source under the terms of the [Zlib License](LICENSE).
@@ -1,4 +1,4 @@
1
1
  module RecordViewHelper
2
2
  # version
3
- VERSION = "1.3.3".freeze
3
+ VERSION = "1.3.4".freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: record_view_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Narazaka
@@ -45,7 +45,7 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - MIT-LICENSE
48
+ - LICENSE
49
49
  - README.md
50
50
  - Rakefile
51
51
  - lib/record_view_helper.rb
@@ -58,7 +58,7 @@ files:
58
58
  - lib/record_view_helper/version.rb
59
59
  homepage: https://github.com/Narazaka/record_view_helper
60
60
  licenses:
61
- - MIT
61
+ - Zlib
62
62
  metadata:
63
63
  yard.run: yri
64
64
  post_install_message:
@@ -1,20 +0,0 @@
1
- Copyright 2017 Narazaka
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.