martinet-rails 0.0.2 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +1 -0
- data/.milestonerrc +12 -0
- data/.travis.yml +2 -0
- data/Appraisals +1 -1
- data/CHANGELOG.md +3 -0
- data/CODE_OF_CONDUCT.md +53 -41
- data/CONTRIBUTING.md +35 -0
- data/Gemfile +4 -0
- data/{LICENSE.txt → LICENSE.md} +0 -0
- data/README.md +58 -21
- data/Rakefile +6 -0
- data/certs/tangrufus.pem +21 -0
- data/lib/martinet/rails/version.rb +1 -1
- data/martinet-rails.gemspec +12 -12
- metadata +37 -10
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c37f250bc55eb6b83ed24c9032e8779831ea8dd
|
4
|
+
data.tar.gz: e818acb1ac3234db2eec3d573385f9d634861753
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d1bae4ba334dc563be289195b02fb5c3d2b93083a629becf6a406f6190d6bd7273270b71d425e22a2c81856c38505efc293bba2d51fa19157a204075a112599
|
7
|
+
data.tar.gz: c6551af604a4260538859f92c76f77c1f164c943206f61c7856962eecdaeb6d116ff1506a7e8aa8c05aa4eb3af7b2ea709bb219deba5d87eb1be88698d150cda
|
checksums.yaml.gz.sig
ADDED
Binary file
|
data.tar.gz.sig
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
GP�@��+�{�BƋr�{Fy�i�����A��`ʅ�z��,�\_������c�L.��F�־�u��[4V����ĉ���j`��R��T�{��8�����a��%���zd6]qh��x'��jq��-dO� �_����j�&�9���u��DgAc���Ӽ�i)�:���� ,�$�D�?���<I�cw�9찾_�S%]���
|
data/.milestonerrc
ADDED
data/.travis.yml
CHANGED
data/Appraisals
CHANGED
data/CHANGELOG.md
ADDED
data/CODE_OF_CONDUCT.md
CHANGED
@@ -1,49 +1,61 @@
|
|
1
|
-
# Contributor Code of Conduct
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
2
|
|
3
|
-
|
4
|
-
fostering an open and welcoming community, we pledge to respect all people who
|
5
|
-
contribute through reporting issues, posting feature requests, updating
|
6
|
-
documentation, submitting pull requests or patches, and other activities.
|
3
|
+
## Our Pledge
|
7
4
|
|
8
|
-
|
9
|
-
experience for everyone, regardless of
|
10
|
-
identity and expression,
|
11
|
-
|
5
|
+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making
|
6
|
+
participation in our project and our community a harassment-free experience for everyone, regardless of age, body size,
|
7
|
+
disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race,
|
8
|
+
religion, or sexual identity and orientation.
|
9
|
+
|
10
|
+
## Our Standards
|
11
|
+
|
12
|
+
Examples of behavior that contributes to creating a positive environment include:
|
13
|
+
|
14
|
+
* Using welcoming and inclusive language
|
15
|
+
* Being respectful of differing viewpoints and experiences
|
16
|
+
* Gracefully accepting constructive criticism
|
17
|
+
* Focusing on what is best for the community
|
18
|
+
* Showing empathy towards other community members
|
12
19
|
|
13
20
|
Examples of unacceptable behavior by participants include:
|
14
21
|
|
15
|
-
* The use of sexualized language or imagery
|
16
|
-
*
|
17
|
-
* Trolling or insulting/derogatory comments
|
22
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
|
23
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
18
24
|
* Public or private harassment
|
19
|
-
* Publishing
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
25
|
+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
|
26
|
+
* Other conduct which could reasonably be considered inappropriate in a professional setting
|
27
|
+
|
28
|
+
## Our Responsibilities
|
29
|
+
|
30
|
+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take
|
31
|
+
appropriate and fair corrective action in response to any instances of unacceptable behavior.
|
32
|
+
|
33
|
+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits,
|
34
|
+
issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any
|
35
|
+
contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
|
36
|
+
|
37
|
+
## Scope
|
38
|
+
|
39
|
+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the
|
40
|
+
project or its community. Examples of representing a project or community include using an official project e-mail
|
41
|
+
address, posting via an official social media account, or acting as an appointed representative at an online or offline
|
42
|
+
event. Representation of a project may be further defined and clarified by project maintainers.
|
43
|
+
|
44
|
+
## Enforcement
|
45
|
+
|
46
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at
|
47
|
+
[tangrufus@gmail.com](mailto:tangrufus@gmail.com). All complaints will be reviewed and
|
48
|
+
investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project
|
49
|
+
team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific
|
50
|
+
enforcement policies may be posted separately.
|
51
|
+
|
52
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent
|
53
|
+
repercussions as determined by other members of the project's leadership.
|
54
|
+
|
55
|
+
## Attribution
|
56
|
+
|
57
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
58
|
+
available at [http://contributor-covenant.org/version/1/4][version]
|
47
59
|
|
48
60
|
[homepage]: http://contributor-covenant.org
|
49
|
-
[version]: http://contributor-covenant.org/version/1/
|
61
|
+
[version]: http://contributor-covenant.org/version/1/4/
|
data/CONTRIBUTING.md
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
# Overview
|
2
|
+
|
3
|
+
Thanks for taking an interest in this open source project. Your support and involvement is greatly appreciated. The
|
4
|
+
following details what you need to know in order to contribute.
|
5
|
+
|
6
|
+
# Requirements
|
7
|
+
|
8
|
+
- Follow these [Basic Programming Styles](https://github.com/bkuhlmann/style_guides/blob/master/programming/basic.md).
|
9
|
+
- Follow these [Code Review Styles](https://github.com/bkuhlmann/style_guides/blob/master/programming/code_reviews.md).
|
10
|
+
- Follow these [Git Styles](https://github.com/bkuhlmann/style_guides/blob/master/programming/git.md).
|
11
|
+
- Follow these [Bash Styles](https://github.com/bkuhlmann/style_guides/blob/master/programming/languages/bash.md).
|
12
|
+
- Follow these [CSS Styles](https://github.com/bkuhlmann/style_guides/blob/master/programming/languages/css.md).
|
13
|
+
- Follow these [Ruby Styles](https://github.com/bkuhlmann/style_guides/blob/master/programming/languages/ruby/ruby.md).
|
14
|
+
|
15
|
+
# Contributing Code
|
16
|
+
|
17
|
+
0. Read the project README thoroughly before starting.
|
18
|
+
0. Fork the master branch of the repository.
|
19
|
+
0. Ensure there are no setup, usage, and/or test issues (again, follow the README).
|
20
|
+
0. Add tests for new functionality (refactoring and documentation changes can be excluded).
|
21
|
+
0. Ensure all tests pass.
|
22
|
+
0. Push your feature branch and submit a pull request.
|
23
|
+
|
24
|
+
# Submitting Issues
|
25
|
+
|
26
|
+
0. Submit an issue via the GitHub Issues tab (assuming one does not already exist).
|
27
|
+
0. Clearly describe the issue (including steps to reproduce).
|
28
|
+
0. Specify your enviroment setup (OS, browser, language, etc. with version info).
|
29
|
+
0. Provide a stack dump (if possible).
|
30
|
+
0. Explain any additional details that might help diagnose the problem quickly.
|
31
|
+
|
32
|
+
# Feedback
|
33
|
+
|
34
|
+
Expect a response within one to three business days.
|
35
|
+
Changes, alternatives, and/or improvements might be suggested upon review.
|
data/Gemfile
CHANGED
data/{LICENSE.txt → LICENSE.md}
RENAMED
File without changes
|
data/README.md
CHANGED
@@ -1,41 +1,78 @@
|
|
1
|
-
#
|
1
|
+
# MartinetRails
|
2
2
|
|
3
|
-
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/martinet_rails.svg)](http://badge.fury.io/rb/martinet_rails)
|
4
|
+
[![Code Climate GPA](https://codeclimate.com/github//martinet_rails.svg)](https://codeclimate.com/github//martinet_rails)
|
5
|
+
[![Code Climate Coverage](https://codeclimate.com/github//martinet_rails/coverage.svg)](https://codeclimate.com/github//martinet_rails)
|
6
|
+
[![Gemnasium Status](https://gemnasium.com//martinet_rails.svg)](https://gemnasium.com//martinet_rails)
|
7
|
+
[![Travis CI Status](https://secure.travis-ci.org//martinet_rails.svg)](https://travis-ci.org//martinet_rails)
|
8
|
+
[![Patreon](https://img.shields.io/badge/patreon-donate-brightgreen.svg)](https://www.patreon.com/)
|
4
9
|
|
5
|
-
|
10
|
+
<!-- Tocer[start]: Auto-generated, don't remove. -->
|
6
11
|
|
7
|
-
|
12
|
+
# Table of Contents
|
8
13
|
|
9
|
-
|
14
|
+
- [Features](#features)
|
15
|
+
- [Screencasts](#screencasts)
|
16
|
+
- [Requirements](#requirements)
|
17
|
+
- [Setup](#setup)
|
18
|
+
- [Usage](#usage)
|
19
|
+
- [Versioning](#versioning)
|
20
|
+
- [Code of Conduct](#code-of-conduct)
|
21
|
+
- [Contributions](#contributions)
|
22
|
+
- [License](#license)
|
23
|
+
- [History](#history)
|
24
|
+
- [Credits](#credits)
|
10
25
|
|
11
|
-
|
12
|
-
gem 'martinet-rails'
|
13
|
-
```
|
26
|
+
<!-- Tocer[finish]: Auto-generated, don't remove. -->
|
14
27
|
|
15
|
-
|
28
|
+
# Features
|
16
29
|
|
17
|
-
|
30
|
+
# Screencasts
|
18
31
|
|
19
|
-
|
32
|
+
# Requirements
|
20
33
|
|
21
|
-
|
34
|
+
0. [MRI 2.3.0](https://www.ruby-lang.org)
|
22
35
|
|
23
|
-
|
36
|
+
# Setup
|
24
37
|
|
25
|
-
|
38
|
+
To install, type the following:
|
26
39
|
|
27
|
-
|
40
|
+
gem install martinet_rails
|
28
41
|
|
29
|
-
|
42
|
+
Add the following to your Gemfile:
|
30
43
|
|
31
|
-
|
44
|
+
gem "martinet_rails"
|
32
45
|
|
33
|
-
|
46
|
+
# Usage
|
34
47
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/martinet-rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
36
48
|
|
49
|
+
# Versioning
|
37
50
|
|
38
|
-
|
51
|
+
Read [Semantic Versioning](http://semver.org) for details. Briefly, it means:
|
39
52
|
|
40
|
-
|
53
|
+
- Patch (x.y.Z) - Incremented for small, backwards compatible bug fixes.
|
54
|
+
- Minor (x.Y.z) - Incremented for new, backwards compatible public API enhancements and/or bug fixes.
|
55
|
+
- Major (X.y.z) - Incremented for any backwards incompatible public API changes.
|
41
56
|
|
57
|
+
# Code of Conduct
|
58
|
+
|
59
|
+
Please note that this project is released with a [CODE OF CONDUCT](CODE_OF_CONDUCT.md). By participating in this project
|
60
|
+
you agree to abide by its terms.
|
61
|
+
|
62
|
+
# Contributions
|
63
|
+
|
64
|
+
Read [CONTRIBUTING](CONTRIBUTING.md) for details.
|
65
|
+
|
66
|
+
# License
|
67
|
+
|
68
|
+
Copyright (c) 2016 []().
|
69
|
+
Read the [LICENSE](LICENSE.md) for details.
|
70
|
+
|
71
|
+
# History
|
72
|
+
|
73
|
+
Read the [CHANGELOG](CHANGELOG.md) for details.
|
74
|
+
Built with [Gemsmith](https://github.com/bkuhlmann/gemsmith).
|
75
|
+
|
76
|
+
# Credits
|
77
|
+
|
78
|
+
Developed by [Tang Rufus](https://www.github.com/tangrufus) at []().
|
data/Rakefile
CHANGED
data/certs/tangrufus.pem
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
2
|
+
MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMRIwEAYDVQQDDAl0YW5n
|
3
|
+
cnVmdXMxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv
|
4
|
+
bTAeFw0xNjA0MjUyMzQ1MTFaFw0xNzA0MjUyMzQ1MTFaMEAxEjAQBgNVBAMMCXRh
|
5
|
+
bmdydWZ1czEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYD
|
6
|
+
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0kBsRts01lfulepT
|
7
|
+
HLzn8KjP0BrMVUv52HaGSaQH/+vohogIcQ+KHDbdJLW5lRaUHGJ8KvOtLogemaGn
|
8
|
+
0A7ZQ0WUYVWO6l3GiyqT2ki/dM1SIJv+B1yn1S16F+p2XAPnC8Ugs0TnqnEF4ICp
|
9
|
+
5vKoP8kZcIlESIqvYpLTxQZlZm6X7/hJhgqeKE3tMbbl2jsTzx5t934Y2GSZ2O6y
|
10
|
+
lHFqzNE9IgaMEZ2oopICrENB2n14soMQLB1xIfBzWnWmeROhLJT5j9nCzSMhNRPQ
|
11
|
+
/ijkWSnHHTXMYuek/IJyKpEYU3DgeQ7cW1RIZ3q36QWa1eGUx7llOBra6UMU67zz
|
12
|
+
Or5B/wIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU
|
13
|
+
5WDa4Wcg+ZdZ0UYBJrA8ZRKsz20wHgYDVR0RBBcwFYETdGFuZ3J1ZnVzQGdtYWls
|
14
|
+
LmNvbTAeBgNVHRIEFzAVgRN0YW5ncnVmdXNAZ21haWwuY29tMA0GCSqGSIb3DQEB
|
15
|
+
BQUAA4IBAQCwu3zU1M5H//Vw8xVvcSyxqXEtiAwqAg1EXMZHSGELeRlyNsWQ0UyJ
|
16
|
+
VeeTRoroigq8oBZi/NaGW53XSlaCiL8gZIQJ3MPjIkLidGbDQO/c5e7nPvj3obK9
|
17
|
+
rq6lix4TxY2hAA9/1xtMe3X2EfPAlJYJUeU8hjUOsIfB4LkraLFPOqOCj7HOZugP
|
18
|
+
qX8KMqOv6qbnR06vthm470eo6F/zDabEPFoSHD2va3BVlwxCGyJKVeT90OPppbyy
|
19
|
+
DVxnVfAOCAf0EB5NYjdPLfQMjzcQ/3NnCnz6bojdioEweja0cAe/N7KVT/53//5P
|
20
|
+
gbYkHKhrKfuyt6qFGj4ucKISu8bYg3rh
|
21
|
+
-----END CERTIFICATE-----
|
data/martinet-rails.gemspec
CHANGED
@@ -4,25 +4,25 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
require 'martinet/rails/version'
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
|
-
spec.name
|
8
|
-
spec.version
|
9
|
-
spec.
|
10
|
-
spec.
|
11
|
-
|
12
|
-
spec.
|
13
|
-
spec.
|
14
|
-
spec.
|
15
|
-
spec.license
|
7
|
+
spec.name = 'martinet-rails'
|
8
|
+
spec.version = Martinet::Rails::VERSION
|
9
|
+
spec.platform = Gem::Platform::RUBY
|
10
|
+
spec.authors = ['Tang Rufus']
|
11
|
+
spec.email = ['tangrufus@gmail.com']
|
12
|
+
spec.homepage = 'https://github.com/TangRufus/martinet-rails'
|
13
|
+
spec.summary = 'Automatically load and include all common Martinet features for a standard Rails environment'
|
14
|
+
spec.description = 'Automatically load and include all common Martinet features for a standard Rails environment'
|
15
|
+
spec.license = 'MIT'
|
16
16
|
|
17
17
|
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
|
18
18
|
|
19
19
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
20
20
|
spec.require_paths = 'lib'
|
21
21
|
|
22
|
-
spec.
|
23
|
-
|
24
|
-
spec.add_dependency 'martinet', '>= 0.0.4'
|
22
|
+
spec.cert_chain = ['certs/tangrufus.pem']
|
23
|
+
spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem')
|
25
24
|
|
25
|
+
spec.add_dependency 'martinet', '~> 0.1.1'
|
26
26
|
spec.add_development_dependency 'bundler', '~> 1.11', '>= 1.11.2'
|
27
27
|
spec.add_development_dependency 'rake', '~> 11.1', '>= 11.1.2'
|
28
28
|
spec.add_development_dependency 'appraisal', '~> 2.1.0'
|
metadata
CHANGED
@@ -1,29 +1,51 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: martinet-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tang Rufus
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
|
-
cert_chain:
|
11
|
-
|
10
|
+
cert_chain:
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMRIwEAYDVQQDDAl0YW5n
|
14
|
+
cnVmdXMxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv
|
15
|
+
bTAeFw0xNjA0MjUyMzQ1MTFaFw0xNzA0MjUyMzQ1MTFaMEAxEjAQBgNVBAMMCXRh
|
16
|
+
bmdydWZ1czEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYD
|
17
|
+
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0kBsRts01lfulepT
|
18
|
+
HLzn8KjP0BrMVUv52HaGSaQH/+vohogIcQ+KHDbdJLW5lRaUHGJ8KvOtLogemaGn
|
19
|
+
0A7ZQ0WUYVWO6l3GiyqT2ki/dM1SIJv+B1yn1S16F+p2XAPnC8Ugs0TnqnEF4ICp
|
20
|
+
5vKoP8kZcIlESIqvYpLTxQZlZm6X7/hJhgqeKE3tMbbl2jsTzx5t934Y2GSZ2O6y
|
21
|
+
lHFqzNE9IgaMEZ2oopICrENB2n14soMQLB1xIfBzWnWmeROhLJT5j9nCzSMhNRPQ
|
22
|
+
/ijkWSnHHTXMYuek/IJyKpEYU3DgeQ7cW1RIZ3q36QWa1eGUx7llOBra6UMU67zz
|
23
|
+
Or5B/wIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU
|
24
|
+
5WDa4Wcg+ZdZ0UYBJrA8ZRKsz20wHgYDVR0RBBcwFYETdGFuZ3J1ZnVzQGdtYWls
|
25
|
+
LmNvbTAeBgNVHRIEFzAVgRN0YW5ncnVmdXNAZ21haWwuY29tMA0GCSqGSIb3DQEB
|
26
|
+
BQUAA4IBAQCwu3zU1M5H//Vw8xVvcSyxqXEtiAwqAg1EXMZHSGELeRlyNsWQ0UyJ
|
27
|
+
VeeTRoroigq8oBZi/NaGW53XSlaCiL8gZIQJ3MPjIkLidGbDQO/c5e7nPvj3obK9
|
28
|
+
rq6lix4TxY2hAA9/1xtMe3X2EfPAlJYJUeU8hjUOsIfB4LkraLFPOqOCj7HOZugP
|
29
|
+
qX8KMqOv6qbnR06vthm470eo6F/zDabEPFoSHD2va3BVlwxCGyJKVeT90OPppbyy
|
30
|
+
DVxnVfAOCAf0EB5NYjdPLfQMjzcQ/3NnCnz6bojdioEweja0cAe/N7KVT/53//5P
|
31
|
+
gbYkHKhrKfuyt6qFGj4ucKISu8bYg3rh
|
32
|
+
-----END CERTIFICATE-----
|
33
|
+
date: 2016-04-28 00:00:00.000000000 Z
|
12
34
|
dependencies:
|
13
35
|
- !ruby/object:Gem::Dependency
|
14
36
|
name: martinet
|
15
37
|
requirement: !ruby/object:Gem::Requirement
|
16
38
|
requirements:
|
17
|
-
- - "
|
39
|
+
- - "~>"
|
18
40
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
41
|
+
version: 0.1.1
|
20
42
|
type: :runtime
|
21
43
|
prerelease: false
|
22
44
|
version_requirements: !ruby/object:Gem::Requirement
|
23
45
|
requirements:
|
24
|
-
- - "
|
46
|
+
- - "~>"
|
25
47
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
48
|
+
version: 0.1.1
|
27
49
|
- !ruby/object:Gem::Dependency
|
28
50
|
name: bundler
|
29
51
|
requirement: !ruby/object:Gem::Requirement
|
@@ -157,14 +179,19 @@ files:
|
|
157
179
|
- ".codeclimate.yml"
|
158
180
|
- ".gitignore"
|
159
181
|
- ".hound.yml"
|
182
|
+
- ".milestonerrc"
|
160
183
|
- ".rubocop.yml"
|
184
|
+
- ".ruby-version"
|
161
185
|
- ".travis.yml"
|
162
186
|
- Appraisals
|
187
|
+
- CHANGELOG.md
|
163
188
|
- CODE_OF_CONDUCT.md
|
189
|
+
- CONTRIBUTING.md
|
164
190
|
- Gemfile
|
165
|
-
- LICENSE.
|
191
|
+
- LICENSE.md
|
166
192
|
- README.md
|
167
193
|
- Rakefile
|
194
|
+
- certs/tangrufus.pem
|
168
195
|
- gemfiles/activerecord_4_1.gemfile
|
169
196
|
- gemfiles/activerecord_4_2.gemfile
|
170
197
|
- gemfiles/activerecord_5_0.gemfile
|
@@ -187,7 +214,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
187
214
|
requirements:
|
188
215
|
- - ">="
|
189
216
|
- !ruby/object:Gem::Version
|
190
|
-
version:
|
217
|
+
version: '0'
|
191
218
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
192
219
|
requirements:
|
193
220
|
- - ">="
|
@@ -195,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
222
|
version: '0'
|
196
223
|
requirements: []
|
197
224
|
rubyforge_project:
|
198
|
-
rubygems_version: 2.6.
|
225
|
+
rubygems_version: 2.6.4
|
199
226
|
signing_key:
|
200
227
|
specification_version: 4
|
201
228
|
summary: Automatically load and include all common Martinet features for a standard
|
metadata.gz.sig
ADDED
Binary file
|