dopstick 0.0.8 → 0.0.9

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: 88e28fc1753aaa4198ed8021100c401d532d1574daaa5017953ea00b8794ac74
4
- data.tar.gz: d5fd3840b247b6bb1d8b4e2a1780a71e9fda02a887433290e0f50100902fc594
3
+ metadata.gz: 42446a66e285e1f148cf24c355d855dca254c32086ede5c12dea2101715fa4ed
4
+ data.tar.gz: f4f9358edf3b97602abb0584f0b09aa7877f1e62df7c17be0f1f6d6080f4aeb6
5
5
  SHA512:
6
- metadata.gz: 13785048ac2360a3237879f43c723b1a7663f826fe4ec3448aa1af36be3c7265debbd23a0fee5401a2b7032eda383e6fda118c39a49e9ea6f9288104cdaa2220
7
- data.tar.gz: 5e5db46af35eabcea97fadae738235ec38a155e372066ee3deb0eaa7ce0c9fbeaf5e71fdb787141ff989c256f6eac00f59617517884f23af461f958c2334ee5f
6
+ metadata.gz: 28cbbe929c06a4c5a691016f5755ec4ed0c58bc5b6750d36940d084c54600dfa1d54744b9c53ae813269224db38ef1208997ebbdfc9a3e9d77cbf947c8061151
7
+ data.tar.gz: 9de528b5dbb5d9515c8668e62234641bfe49bb0ec5f401fc0d5135673f4d0fc4632985298f566e35e175269212afa65967f3731b2d6fedb3fac35bb40d2550fc
@@ -1,4 +1,4 @@
1
1
  # These are supported funding model platforms
2
-
2
+ ---
3
3
  github: [<%= options.github_user %>]
4
4
  custom: ["https://paypal.me/<%= options.paypal_user %>/🍕"]
@@ -1,7 +1,6 @@
1
1
  # <%= options.package_name %>
2
2
 
3
3
  [![Tests](<%= options.github_url %>/workflows/ruby-tests/badge.svg)](https://github.com/fnando/<%= options.package_name %>)
4
- [![Code Climate](https://codeclimate.com/github/<%= options.github_user %>/<%= options.package_name %>/badges/gpa.svg)](https://codeclimate.com/github/<%= options.github_user %>/<%= options.package_name %>)
5
4
  [![Gem](https://img.shields.io/gem/v/<%= options.package_name %>.svg)](https://rubygems.org/gems/<%= options.package_name %>)
6
5
  [![Gem](https://img.shields.io/gem/dt/<%= options.package_name %>.svg)](https://rubygems.org/gems/<%= options.package_name %>)
7
6
 
@@ -5,6 +5,9 @@ inherit_gem:
5
5
  AllCops:
6
6
  TargetRubyVersion: <%= options.oldest_ruby_version.split(".").take(2).join(".") %>
7
7
  NewCops: enable
8
+ Exclude:
9
+ - vendor/**/*
10
+ - gemfiles/**/*
8
11
  <%- if options.package_name.include?("-") -%>
9
12
  Naming/FileName:
10
13
  Exclude:
@@ -67,8 +67,10 @@ jobs:
67
67
 
68
68
  - name: Run Tests
69
69
  env:
70
+ BUNDLE_GEMFILE: ${{ matrix.gemfile }}
71
+ <%- if options.active_record? -%>
70
72
  PGHOST: localhost
71
73
  PGUSER: postgres
72
- BUNDLE_GEMFILE: ${{ matrix.gemfile }}
74
+ <%- end -%>
73
75
  run: |
74
76
  bundle exec rake
@@ -1,9 +1,8 @@
1
1
  # <%= options.package_name %>
2
2
 
3
3
  [![Tests](<%= options.github_url %>/workflows/node-tests/badge.svg)](https://github.com/fnando/<%= options.package_name %>)
4
- [![Code Climate](https://codeclimate.com/github/<%= options.github_user %>/<%= options.package_name %>/badges/gpa.svg)](https://codeclimate.com/github/<%= options.github_user %>/<%= options.package_name %>)
5
- [![NPM](https://img.shields.io/npm/v/<%= options.package_name %>.svg)](https://npmjs.org/packages/<%= options.package_name %>)
6
- [![NPM](https://img.shields.io/npm/dt/<%= options.package_name %>.svg)](https://npmjs.org/packages/<%= options.package_name %>)
4
+ [![NPM](https://img.shields.io/npm/v/<%= options.package_name %>.svg)](https://npmjs.org/package/<%= options.package_name %>)
5
+ [![NPM](https://img.shields.io/npm/dt/<%= options.package_name %>.svg)](https://npmjs.org/package/<%= options.package_name %>)
7
6
 
8
7
  <%= options.description %>
9
8
 
@@ -23,7 +22,7 @@ yarn add <%= options.package_name %>
23
22
 
24
23
  ## Usage
25
24
 
26
- TODO: Write gem usage
25
+ TODO: Write package usage
27
26
 
28
27
  ## Maintainer
29
28
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dopstick
4
- VERSION = "0.0.8"
4
+ VERSION = "0.0.9"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dopstick
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nando Vieira
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-01 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -210,10 +210,10 @@ metadata:
210
210
  rubygems_mfa_required: 'true'
211
211
  homepage_uri: https://github.com/fnando/dopstick
212
212
  bug_tracker_uri: https://github.com/fnando/dopstick/issues
213
- source_code_uri: https://github.com/fnando/dopstick/tree/v0.0.8
214
- changelog_uri: https://github.com/fnando/dopstick/tree/v0.0.8/CHANGELOG.md
215
- documentation_uri: https://github.com/fnando/dopstick/tree/v0.0.8/README.md
216
- license_uri: https://github.com/fnando/dopstick/tree/v0.0.8/LICENSE.md
213
+ source_code_uri: https://github.com/fnando/dopstick/tree/v0.0.9
214
+ changelog_uri: https://github.com/fnando/dopstick/tree/v0.0.9/CHANGELOG.md
215
+ documentation_uri: https://github.com/fnando/dopstick/tree/v0.0.9/README.md
216
+ license_uri: https://github.com/fnando/dopstick/tree/v0.0.9/LICENSE.md
217
217
  post_install_message:
218
218
  rdoc_options: []
219
219
  require_paths: