narabikae 0.1.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 64ba8405e3f4412d5c417fb13a499653d883308f93aa704350eedfc3e70dc1f9
4
+ data.tar.gz: cc4217ce041d2db2e41af69182427fc6865dffed4329f23f5b70f0a1e8a26860
5
+ SHA512:
6
+ metadata.gz: bd0676a4413917e858801f4ec5a99c210ba82a92a77fb7153b5b20e2bff2a40f8ce1c13ebc34b067c863d2d5fe56a5806a521553850295a2a62a363b1e3543bf
7
+ data.tar.gz: af54f6713a9f547a46c99393d6ede9198ced3ce47fdf3eb48e776482b3aa66d2b02f0bcdf218b9dbb8d478db4bee0332e9b56f6a5cb296372d0c70b203384e7f
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright kazu
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.
data/README.md ADDED
@@ -0,0 +1,28 @@
1
+ # Narabikae
2
+ Short description and motivation.
3
+
4
+ ## Usage
5
+ How to use my plugin.
6
+
7
+ ## Installation
8
+ Add this line to your application's Gemfile:
9
+
10
+ ```ruby
11
+ gem "narabikae"
12
+ ```
13
+
14
+ And then execute:
15
+ ```bash
16
+ $ bundle
17
+ ```
18
+
19
+ Or install it yourself as:
20
+ ```bash
21
+ $ gem install narabikae
22
+ ```
23
+
24
+ ## Contributing
25
+ Contribution directions go here.
26
+
27
+ ## License
28
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -0,0 +1,4 @@
1
+ module Narabikae
2
+ class Railtie < ::Rails::Railtie
3
+ end
4
+ end
@@ -0,0 +1,3 @@
1
+ module Narabikae
2
+ VERSION = "0.1.0"
3
+ end
data/lib/narabikae.rb ADDED
@@ -0,0 +1,6 @@
1
+ require "narabikae/version"
2
+ require "narabikae/railtie"
3
+
4
+ module Narabikae
5
+ # Your code goes here...
6
+ end
@@ -0,0 +1,4 @@
1
+ # desc "Explaining what the task does"
2
+ # task :narabikae do
3
+ # # Task goes here
4
+ # end
metadata ADDED
@@ -0,0 +1,80 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: narabikae
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - matazou
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-10-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '7.1'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 7.1.3.2
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '7.1'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 7.1.3.2
33
+ description: 'provides functionality similar to acts_as_list. However, by managing
34
+ position using a fractional indexing system, it allows database record updates during
35
+ reordering to be completed with only a single update (N = 1)!
36
+
37
+ '
38
+ email:
39
+ - 64774307+kazu-2020@users.noreply.github.com
40
+ executables: []
41
+ extensions: []
42
+ extra_rdoc_files: []
43
+ files:
44
+ - MIT-LICENSE
45
+ - README.md
46
+ - lib/narabikae.rb
47
+ - lib/narabikae/railtie.rb
48
+ - lib/narabikae/version.rb
49
+ - lib/tasks/narabikae_tasks.rake
50
+ homepage: https://github.com/kazu-2020/narabikae
51
+ licenses:
52
+ - MIT
53
+ metadata:
54
+ homepage_uri: https://github.com/kazu-2020/narabikae
55
+ changelog_uri: https://github.com/kazu-2020/narabikae/releases
56
+ bug_tracker_uri: https://github.com/kazu-2020/narabikae/issues
57
+ source_code_uri: https://github.com/kazu-2020/narabikae
58
+ allowed_push_host: https://rubygems.org/
59
+ rubygems_mfa_required: 'true'
60
+ post_install_message:
61
+ rdoc_options: []
62
+ require_paths:
63
+ - lib
64
+ required_ruby_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: '0'
74
+ requirements: []
75
+ rubygems_version: 3.5.3
76
+ signing_key:
77
+ specification_version: 4
78
+ summary: provides simple position management and sorting functionality for Active
79
+ Record in Rails.
80
+ test_files: []