martinet-rails 0.0.2 → 0.1.1

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
  SHA1:
3
- metadata.gz: 6778b92df249914aa5d2144cdd574b94a0238480
4
- data.tar.gz: 30d9f21cad4ec94d7e06f4e95877fc24231ae3d1
3
+ metadata.gz: 1c37f250bc55eb6b83ed24c9032e8779831ea8dd
4
+ data.tar.gz: e818acb1ac3234db2eec3d573385f9d634861753
5
5
  SHA512:
6
- metadata.gz: bca5269db132b967fbd2784baf4ef21dba4da4a1cb595b2a4a0ad9cd748d7aed6f76a6173aa5e1ff287f514543fd1e26e14d2182141eded40810fc4fdd780c4b
7
- data.tar.gz: 867d648a11e6a0bb0586d63d42bfaab7dbafca74e8660b3f97c6197a8506021c9b14999517608b4f017d37409499c478a983ed4566bcc2032d2505d85e8c0d75
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
@@ -0,0 +1,12 @@
1
+ :git_commit_prefixes:
2
+ - Add
3
+ - Added
4
+ - Update
5
+ - Updated
6
+ - Fix
7
+ - Fixed
8
+ - Remove
9
+ - Removed
10
+ - Refactor
11
+ - Refactored
12
+ :git_tag_sign: true
data/.travis.yml CHANGED
@@ -27,6 +27,8 @@ before_install:
27
27
  - gem update bundler
28
28
  - gem cleanup bundler
29
29
 
30
+ bundler_args: --without tools --trust-policy=MediumSecurity --jobs=3 --retry=3
31
+
30
32
  branches:
31
33
  only:
32
34
  - master
data/Appraisals CHANGED
@@ -7,7 +7,7 @@ appraise 'activerecord_4_2' do
7
7
  end
8
8
 
9
9
  appraise 'activerecord_5_0' do
10
- gem 'activerecord', '>= 5.0.0.beta3', '< 5.1'
10
+ gem 'activerecord', '>= 5.0.0.beta4', '< 5.1'
11
11
  end
12
12
 
13
13
  appraise 'github_head' do
data/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ # v0.1.0 (2016-04-28)
2
+
3
+ - Initial version.
data/CODE_OF_CONDUCT.md CHANGED
@@ -1,49 +1,61 @@
1
- # Contributor Code of Conduct
1
+ # Contributor Covenant Code of Conduct
2
2
 
3
- As contributors and maintainers of this project, and in the interest of
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
- We are committed to making participation in this project a harassment-free
9
- experience for everyone, regardless of level of experience, gender, gender
10
- identity and expression, sexual orientation, disability, personal appearance,
11
- body size, race, ethnicity, age, religion, or nationality.
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
- * Personal attacks
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 other's private information, such as physical or electronic
20
- addresses, without explicit permission
21
- * Other unethical or unprofessional conduct
22
-
23
- Project maintainers have the right and responsibility to remove, edit, or
24
- reject comments, commits, code, wiki edits, issues, and other contributions
25
- that are not aligned to this Code of Conduct, or to ban temporarily or
26
- permanently any contributor for other behaviors that they deem inappropriate,
27
- threatening, offensive, or harmful.
28
-
29
- By adopting this Code of Conduct, project maintainers commit themselves to
30
- fairly and consistently applying these principles to every aspect of managing
31
- this project. Project maintainers who do not follow or enforce the Code of
32
- Conduct may be permanently removed from the project team.
33
-
34
- This code of conduct applies both within project spaces and in public spaces
35
- when an individual is representing the project or its community.
36
-
37
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
38
- reported by contacting a project maintainer at tangrufus@gmail.com. All
39
- complaints will be reviewed and investigated and will result in a response that
40
- is deemed necessary and appropriate to the circumstances. Maintainers are
41
- obligated to maintain confidentiality with regard to the reporter of an
42
- incident.
43
-
44
- This Code of Conduct is adapted from the [Contributor Covenant][homepage],
45
- version 1.3.0, available at
46
- [http://contributor-covenant.org/version/1/3/0/][version]
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/3/0/
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
@@ -2,3 +2,7 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in martinet-rails.gemspec
4
4
  gemspec
5
+
6
+ group :tools do
7
+ gem 'gemsmith', '~> 7.6'
8
+ end
File without changes
data/README.md CHANGED
@@ -1,41 +1,78 @@
1
- # Martinet::Rails
1
+ # MartinetRails
2
2
 
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/martinet/rails`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- TODO: Delete this and the text above, and describe your gem
10
+ <!-- Tocer[start]: Auto-generated, don't remove. -->
6
11
 
7
- ## Installation
12
+ # Table of Contents
8
13
 
9
- Add this line to your application's Gemfile:
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
- ```ruby
12
- gem 'martinet-rails'
13
- ```
26
+ <!-- Tocer[finish]: Auto-generated, don't remove. -->
14
27
 
15
- And then execute:
28
+ # Features
16
29
 
17
- $ bundle
30
+ # Screencasts
18
31
 
19
- Or install it yourself as:
32
+ # Requirements
20
33
 
21
- $ gem install martinet-rails
34
+ 0. [MRI 2.3.0](https://www.ruby-lang.org)
22
35
 
23
- ## Usage
36
+ # Setup
24
37
 
25
- TODO: Write usage instructions here
38
+ To install, type the following:
26
39
 
27
- ## Development
40
+ gem install martinet_rails
28
41
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
42
+ Add the following to your Gemfile:
30
43
 
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 tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
44
+ gem "martinet_rails"
32
45
 
33
- ## Contributing
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
- ## License
51
+ Read [Semantic Versioning](http://semver.org) for details. Briefly, it means:
39
52
 
40
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
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
@@ -1,3 +1,9 @@
1
+ begin
2
+ require 'gemsmith/rake/setup'
3
+ Dir.glob('lib/tasks/*.rake').each { |file| load file }
4
+ rescue LoadError
5
+ end
6
+
1
7
  require 'bundler/gem_tasks'
2
8
  require 'rake/testtask'
3
9
 
@@ -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-----
@@ -1,5 +1,5 @@
1
1
  module Martinet
2
2
  module Rails
3
- VERSION = '0.0.2'.freeze
3
+ VERSION = '0.1.1'.freeze
4
4
  end
5
5
  end
@@ -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 = 'martinet-rails'
8
- spec.version = Martinet::Rails::VERSION
9
- spec.authors = ['Tang Rufus']
10
- spec.email = ['tangrufus@gmail.com']
11
-
12
- spec.summary = 'Automatically load and include all common Martinet features for a standard Rails environment'
13
- spec.description = 'Automatically load and include all common Martinet features for a standard Rails environment'
14
- spec.homepage = 'https://github.com/TangRufus/martinet-rails'
15
- spec.license = 'MIT'
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.required_ruby_version = '>= 2.1.10'
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.0.2
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
- date: 2016-04-23 00:00:00.000000000 Z
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.0.4
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.0.4
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.txt
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: 2.1.10
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.3
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