dumpcar 0.1.0 → 0.1.0.2

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: 48c8f08a9992e1aea5e4bb4e03a472556f74e017c698e6109e114491d90d5ee9
4
- data.tar.gz: 5c96a599ef5437cb37990588e3905511c38777944464ff1652f3dcb93842d359
3
+ metadata.gz: 10d345ae8e6b891eb9706770254feecac90a4440ddb94a38afe43863a381e6db
4
+ data.tar.gz: 1785b183972b7b3441647b3fc272a09168ee023f49de87b8befdd2c671807def
5
5
  SHA512:
6
- metadata.gz: 125d4adf53b7e082595a923562e6b71c9df9df07111d35fa1802bf1002f9083078c5f4690dd7f458d8184fd35918d07b7ccf65151c3829bc2e373fc30330ed70
7
- data.tar.gz: 9988faa278ee9d9eb039611f44a64865c8ba79e35d351232fd3db457891285ecc826649a23cb22e6f08da100b853597e01ba6ba0efd333aa917f100d9d90de6d
6
+ metadata.gz: e377f5ca42759745881c2942961bd0d2963f5c1ab0fa34b137598416143f989f286b1e3a8abd221a79bd3340e197ae969cd52fec85b07db4a36cf6794ddd42fd
7
+ data.tar.gz: '08a48d141f71ab6a4b01b964a6456a6a58d34a3c16966beb32aaf48dd50ad1cafb8caed661e2393b6ddd2608f62dbe40dee02c037dddc7eddb5695a9aaa4ed40'
data/Appraisals ADDED
@@ -0,0 +1,16 @@
1
+ [6.0, 6.1, 7.0].each do |ver|
2
+ appraise "rails-#{ver}" do
3
+ gem "rails", "~> #{ver}.0"
4
+ gem "concurrent-ruby", "1.3.4" # concurrent-ruby 1.3.5 has an issue fixed on Rails 7.1+
5
+ end
6
+ end
7
+
8
+ [7.1, 7.2, 8.0].each do |ver|
9
+ appraise "rails-#{ver}" do
10
+ gem "rails", "~> #{ver}.0"
11
+ end
12
+ end
13
+
14
+ appraise "rails-edge" do
15
+ gem "rails", github: "rails/rails", branch: "main"
16
+ end
data/CODE_OF_CONDUCT.md CHANGED
@@ -1,132 +1,36 @@
1
- # Contributor Covenant Code of Conduct
1
+ Code of Conduct
2
+ ===============
2
3
 
3
- ## Our Pledge
4
+ Preface
5
+ -------
4
6
 
5
- We as members, contributors, and leaders pledge to make participation in our
6
- community a harassment-free experience for everyone, regardless of age, body
7
- size, visible or invisible disability, ethnicity, sex characteristics, gender
8
- identity and expression, level of experience, education, socio-economic status,
9
- nationality, personal appearance, race, caste, color, religion, or sexual
10
- identity and orientation.
7
+ The Dumpcar project intends to be collaborative project that aims to unify the efforts of many individual contributors, whether they are contributing glue work, documentation, process, code, or other kinds of labor not explicitly included, into a coherent *instrument* that is accessible to the public and experts alike and remains such for as long as it is feasible. The continued existence of such an instrument is indelibly tied to the existence of a community caring for and maintaining it; this community achieving it by the individuals accepting shared values and goals to become more than the sum of the parts.
11
8
 
12
- We pledge to act and interact in ways that contribute to an open, welcoming,
13
- diverse, inclusive, and healthy community.
9
+ Argument
10
+ --------
14
11
 
15
- ## Our Standards
12
+ 1. The Dumpcar project was started by a queer person; queer people existing perpetually on the fringes of what is acceptable. Aspirationally, this is _a space for queer people_. If you are not, please be our guest; it will be built in the open for your benefit, no matter who you are, and share our knowledge, expertise, and skill freely. Do treat us like the agents we are; we will tell you in private if you seem not to, and we will ask you to leave if that fails.
16
13
 
17
- Examples of behavior that contributes to a positive environment for our
18
- community include:
14
+ 2. The project is built in the open and distributed because we want society as a whole to benefit from this work. This does not mean, however, that we willfully turn a blind eye to the outcomes of our work. You will always have what the law says you do, but you may end up with not much more than that. For example, both ordinary contributors and project leaders may give you no quarter if you work to spill the blood of the innocent. We will explain our reasoning.
19
15
 
20
- * Demonstrating empathy and kindness toward other people
21
- * Being respectful of differing opinions, viewpoints, and experiences
22
- * Giving and gracefully accepting constructive feedback
23
- * Accepting responsibility and apologizing to those affected by our mistakes,
24
- and learning from the experience
25
- * Focusing on what is best not just for us as individuals, but for the overall
26
- community
16
+ 3. The spaces of the project exist foremost to advance its goals, which are both technical and social in nature. That does not mean that all discussion must be free of raw emotion and sensitive topics. However, if your approach to communication ends up persistently disruptive or creates a hostile environment, we will privately ask you to reconsider, and we will ask you to leave if that fails.
27
17
 
28
- Examples of unacceptable behavior include:
18
+ 4. For the avoidance of doubt, we have virtually no tolerance for: sexism, misogyny, racism, xenophobia, homophobia, transphobia, queerphobia, pluralphobia, stalking, harassment, unwelcome sexual advances of any kind, doxing, direct violation of non-consent, general bigotry. (This includes egregious off-space behavior if it appears relevant.) Do not post anything that can be reasonably anticipated to cause legal issues for the project. Avoid sexualized language and imagery to keep our spaces suitable for minors and survivors. In severe cases, these actions may result in an immediate ban.
29
19
 
30
- * The use of sexualized language or imagery, and sexual attention or advances of
31
- any kind
32
- * Trolling, insulting or derogatory comments, and personal or political attacks
33
- * Public or private harassment
34
- * Publishing others' private information, such as a physical or email address,
35
- without their explicit permission
36
- * Other conduct which could reasonably be considered inappropriate in a
37
- professional setting
20
+ 5. Project leaders have a noticeable degree of influence on the behavior of community members and as such are partially responsible for the community as a whole.
38
21
 
39
- ## Enforcement Responsibilities
22
+ Resolution
23
+ ----------
40
24
 
41
- Community leaders are responsible for clarifying and enforcing our standards of
42
- acceptable behavior and will take appropriate and fair corrective action in
43
- response to any behavior that they deem inappropriate, threatening, offensive,
44
- or harmful.
25
+ Where feasible, we encourage resolution of interpersonal conflict through private communication. Where that fails or is inapplicable due to the nature of the issue, instances of unacceptable behavior may be reported to any of the project leaders, who are currently:
45
26
 
46
- Community leaders have the right and responsibility to remove, edit, or reject
47
- comments, commits, code, wiki edits, issues, and other contributions that are
48
- not aligned to this Code of Conduct, and will communicate reasons for moderation
49
- decisions when appropriate.
27
+ * Eric [@wwahammy]
50
28
 
51
- ## Scope
29
+ Project leaders are obliged to respect the privacy and security of the reporter and promptly investigate all reports. To the best of our ability, we will address them fairly and proportionally.
52
30
 
53
- This Code of Conduct applies within all community spaces, and also applies when
54
- an individual is officially representing the community in public spaces.
55
- Examples of representing our community include using an official email address,
56
- posting via an official social media account, or acting as an appointed
57
- representative at an online or offline event.
31
+ [@wwahammy]: mailto:eric@wwahammy.com
58
32
 
59
- ## Enforcement
33
+ Credits
34
+ ----------
60
35
 
61
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
- reported to the community leaders responsible for enforcement at
63
- [INSERT CONTACT METHOD].
64
- All complaints will be reviewed and investigated promptly and fairly.
65
-
66
- All community leaders are obligated to respect the privacy and security of the
67
- reporter of any incident.
68
-
69
- ## Enforcement Guidelines
70
-
71
- Community leaders will follow these Community Impact Guidelines in determining
72
- the consequences for any action they deem in violation of this Code of Conduct:
73
-
74
- ### 1. Correction
75
-
76
- **Community Impact**: Use of inappropriate language or other behavior deemed
77
- unprofessional or unwelcome in the community.
78
-
79
- **Consequence**: A private, written warning from community leaders, providing
80
- clarity around the nature of the violation and an explanation of why the
81
- behavior was inappropriate. A public apology may be requested.
82
-
83
- ### 2. Warning
84
-
85
- **Community Impact**: A violation through a single incident or series of
86
- actions.
87
-
88
- **Consequence**: A warning with consequences for continued behavior. No
89
- interaction with the people involved, including unsolicited interaction with
90
- those enforcing the Code of Conduct, for a specified period of time. This
91
- includes avoiding interactions in community spaces as well as external channels
92
- like social media. Violating these terms may lead to a temporary or permanent
93
- ban.
94
-
95
- ### 3. Temporary Ban
96
-
97
- **Community Impact**: A serious violation of community standards, including
98
- sustained inappropriate behavior.
99
-
100
- **Consequence**: A temporary ban from any sort of interaction or public
101
- communication with the community for a specified period of time. No public or
102
- private interaction with the people involved, including unsolicited interaction
103
- with those enforcing the Code of Conduct, is allowed during this period.
104
- Violating these terms may lead to a permanent ban.
105
-
106
- ### 4. Permanent Ban
107
-
108
- **Community Impact**: Demonstrating a pattern of violation of community
109
- standards, including sustained inappropriate behavior, harassment of an
110
- individual, or aggression toward or disparagement of classes of individuals.
111
-
112
- **Consequence**: A permanent ban from any sort of public interaction within the
113
- community.
114
-
115
- ## Attribution
116
-
117
- This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118
- version 2.1, available at
119
- [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
120
-
121
- Community Impact Guidelines were inspired by
122
- [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
123
-
124
- For answers to common questions about this code of conduct, see the FAQ at
125
- [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
126
- [https://www.contributor-covenant.org/translations][translations].
127
-
128
- [homepage]: https://www.contributor-covenant.org
129
- [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
130
- [Mozilla CoC]: https://github.com/mozilla/diversity
131
- [FAQ]: https://www.contributor-covenant.org/faq
132
- [translations]: https://www.contributor-covenant.org/translations
36
+ This document is based upon the Code of Conduct from the [Glasgow Embedded Project](https://github.com/GlasgowEmbedded/glasgow) [Code of Conduct](https://github.com/GlasgowEmbedded/glasgow/blob/3c257d84c9915d48918a4d019194d329a1be34ac/CODE_OF_CONDUCT.md).
data/NOTICES CHANGED
@@ -21,4 +21,35 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
21
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22
22
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23
23
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
+
26
+ Houdini Project:
27
+
28
+ You can copy, convey, propagate, redistribute and/or modify this program
29
+ under the terms of the GNU General Public License (GPL) as published by
30
+ the Free Software Foundation (FSF), either version 3 of the License, or
31
+ (at your option) any later version of the GPL published by the FSF.
32
+
33
+ This program is distributed in the hope that it will be useful, but
34
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
35
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
36
+ License for more details.
37
+
38
+ You should have received a copy of the GNU General Public License along
39
+ with this program in a file in the toplevel directory called
40
+ "GPL-3.0.txt". If not, see <http://www.gnu.org/licenses/>.
41
+
42
+ In addition to the permission granted by the GPLv3, you also receive
43
+ permissions as written in GNU Lesser General Public License (LGPL),
44
+ Version 3.0, as published by the Free Software Foundation (FSF), either
45
+ version 3 of the License, or (at your option) any later version of the
46
+ LGPL published by the FSF.
47
+
48
+ This program is distributed in the hope that it will be useful, but
49
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
50
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
51
+ for more details.
52
+
53
+ You should have received a copy of the GNU Lesser General Public License
54
+ along with this program in a file in the toplevel directory called
55
+ "LGPL-3.0.txt". If not, see <http://www.gnu.org/licenses/>.
data/README.md CHANGED
@@ -1,23 +1,21 @@
1
1
  # Rails::Db::Dump
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
4
-
5
3
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/dumpcar`. To experiment with that code, run `bin/console` for an interactive prompt.
6
4
 
7
5
  ## Installation
8
6
 
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
7
+ TODO: Replace `Dumpcar` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
8
 
11
9
  Install the gem and add to the application's Gemfile by executing:
12
10
 
13
11
  ```bash
14
- bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
12
+ bundle add Dumpcar
15
13
  ```
16
14
 
17
15
  If bundler is not being used to manage dependencies, install the gem by executing:
18
16
 
19
17
  ```bash
20
- gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
18
+ gem install Dumpcar
21
19
  ```
22
20
 
23
21
  ## Usage
@@ -28,15 +26,13 @@ TODO: Write usage instructions here
28
26
 
29
27
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
28
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
29
  ## Contributing
34
30
 
35
31
  Bug reports and pull requests are welcome on GitHub at https://github.com/wwahammy/dumpcar. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/wwahammy/dumpcar/blob/main/CODE_OF_CONDUCT.md).
36
32
 
37
33
  ## License
38
34
 
39
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
35
+ The gem is available as open source under the terms of the [LGPL-3.0-or-later license](https://github.com/wwahammy/dumpcar/blob/LICENSE).
40
36
 
41
37
  ## Code of Conduct
42
38
 
data/config.ru CHANGED
@@ -5,5 +5,5 @@ require "bundler"
5
5
 
6
6
  Bundler.require :default, :development
7
7
 
8
- Combustion.initialize! :all
8
+ Combustion.initialize! :active_record
9
9
  run Combustion::Application
@@ -0,0 +1,17 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "irb"
6
+ gem "rake", "~> 13.0"
7
+ gem "rspec", "~> 3.0"
8
+ gem "shoulda-matchers"
9
+ gem "standard", "~> 1.3"
10
+ gem "combustion"
11
+ gem "pg"
12
+ gem "rspec-rails"
13
+ gem "appraisal", "~> 2.0"
14
+ gem "rails", "~> 6.0.0"
15
+ gem "concurrent-ruby", "1.3.4"
16
+
17
+ gemspec path: "../"
@@ -0,0 +1,17 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "irb"
6
+ gem "rake", "~> 13.0"
7
+ gem "rspec", "~> 3.0"
8
+ gem "shoulda-matchers"
9
+ gem "standard", "~> 1.3"
10
+ gem "combustion"
11
+ gem "pg"
12
+ gem "rspec-rails"
13
+ gem "appraisal", "~> 2.0"
14
+ gem "rails", "~> 6.1.0"
15
+ gem "concurrent-ruby", "1.3.4"
16
+
17
+ gemspec path: "../"
@@ -0,0 +1,17 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "irb"
6
+ gem "rake", "~> 13.0"
7
+ gem "rspec", "~> 3.0"
8
+ gem "shoulda-matchers"
9
+ gem "standard", "~> 1.3"
10
+ gem "combustion"
11
+ gem "pg"
12
+ gem "rspec-rails"
13
+ gem "appraisal", "~> 2.0"
14
+ gem "rails", "~> 7.0.0"
15
+ gem "concurrent-ruby", "1.3.4"
16
+
17
+ gemspec path: "../"
@@ -0,0 +1,16 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "irb"
6
+ gem "rake", "~> 13.0"
7
+ gem "rspec", "~> 3.0"
8
+ gem "shoulda-matchers"
9
+ gem "standard", "~> 1.3"
10
+ gem "combustion"
11
+ gem "pg"
12
+ gem "rspec-rails"
13
+ gem "appraisal", "~> 2.0"
14
+ gem "rails", "~> 7.1.0"
15
+
16
+ gemspec path: "../"
@@ -0,0 +1,16 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "irb"
6
+ gem "rake", "~> 13.0"
7
+ gem "rspec", "~> 3.0"
8
+ gem "shoulda-matchers"
9
+ gem "standard", "~> 1.3"
10
+ gem "combustion"
11
+ gem "pg"
12
+ gem "rspec-rails"
13
+ gem "appraisal", "~> 2.0"
14
+ gem "rails", "~> 7.2.0"
15
+
16
+ gemspec path: "../"
@@ -0,0 +1,16 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "irb"
6
+ gem "rake", "~> 13.0"
7
+ gem "rspec", "~> 3.0"
8
+ gem "shoulda-matchers"
9
+ gem "standard", "~> 1.3"
10
+ gem "combustion"
11
+ gem "pg"
12
+ gem "rspec-rails"
13
+ gem "appraisal", "~> 2.0"
14
+ gem "rails", "~> 8.0.0"
15
+
16
+ gemspec path: "../"
@@ -0,0 +1,16 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "irb"
6
+ gem "rake", "~> 13.0"
7
+ gem "rspec", "~> 3.0"
8
+ gem "shoulda-matchers"
9
+ gem "standard", "~> 1.3"
10
+ gem "combustion"
11
+ gem "pg"
12
+ gem "rspec-rails"
13
+ gem "appraisal", "~> 2.0"
14
+ gem "rails", github: "rails/rails", branch: "main"
15
+
16
+ gemspec path: "../"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dumpcar
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.0.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dumpcar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Schultz
@@ -36,6 +36,7 @@ files:
36
36
  - ".rspec"
37
37
  - ".ruby-version"
38
38
  - ".standard.yml"
39
+ - Appraisals
39
40
  - CHANGELOG.md
40
41
  - CODE_OF_CONDUCT.md
41
42
  - GPL-3.0.txt
@@ -45,6 +46,13 @@ files:
45
46
  - README.md
46
47
  - Rakefile
47
48
  - config.ru
49
+ - gemfiles/rails_6.0.gemfile
50
+ - gemfiles/rails_6.1.gemfile
51
+ - gemfiles/rails_7.0.gemfile
52
+ - gemfiles/rails_7.1.gemfile
53
+ - gemfiles/rails_7.2.gemfile
54
+ - gemfiles/rails_8.0.gemfile
55
+ - gemfiles/rails_edge.gemfile
48
56
  - lib/dumpcar.rb
49
57
  - lib/dumpcar/generators/dumpcar_generator.rb
50
58
  - lib/dumpcar/instance.rb