disco_app 0.14.3 → 0.14.4

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: 8061db5ad61ffe4081ab3ef7bd34f74c59638598e189e5d07a50ff33ea4d0d9f
4
- data.tar.gz: ff77b159f594e2a840fda477085f5c4500669d4628a9d39b5d642fc7aeb5fce6
3
+ metadata.gz: 201255aa9e92f2967fb8583ad43e2d13b4aea475d0222337d8956bf14df70841
4
+ data.tar.gz: ab97fc9e8f149f70baaaa35addb08ea96f3dea8f203789fd04bd585b0f4f8557
5
5
  SHA512:
6
- metadata.gz: 68a0031fc00e57c365802bbb9a76c5779e592e3491d39ea82d964ac6fa86fae7c6a92dcab16e5c59b2e235c92669c732034d2e3f76fc7ac8530a9e249cbc7f75
7
- data.tar.gz: cb70cd788355ac7a21a68d215588cb03fc69030b17e1d67fe6d58c87aa57999850d7c9df136b92fbf8ebe160706b03b8dd6f0641a885fb30a17a11649296f09b
6
+ metadata.gz: 6d7ccecfce96e4bac63df8153c9ef0931c34a8d6387fa77bc3a734669a44639ef76634527f0d74d8f0ae2ffd516aeb7b6a84e59fdf98c14eaaae1a86145baaa8
7
+ data.tar.gz: 98a2e1d47d2fc19bb798a5579eac1f98b75ecdfcf645039dafe8cc5bb3dd39ee1845b780215fca0855d66fc9dbf429dede6f87ad962d3006c293941f3fec3562
@@ -14,7 +14,7 @@ module DiscoApp::Concerns::Taggable
14
14
  end
15
15
 
16
16
  def has_tag?(tag_to_check)
17
- tags.any? { |tag| tag.casecmp(tag_to_check) }
17
+ tags.any? { |tag| tag.casecmp?(tag_to_check) }
18
18
  end
19
19
 
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module DiscoApp
2
- VERSION = '0.14.3'
2
+ VERSION = '0.14.4'
3
3
  end
@@ -8,12 +8,13 @@ class DiscoAppGenerator < Rails::Generators::Base
8
8
  # - Slightly customised version of the default Rails .gitignore;
9
9
  # - Default simple Procfile for Heroku;
10
10
  # - .editorconfig to help enforce 2-space tabs, newlines and truncated whitespace for editors that support it.
11
- # - README template
11
+ # - README/PULL REQUEST template
12
12
  #
13
13
  def copy_root_files
14
14
  %w(.editorconfig .env .env.local .gitignore .rubocop.yml .codeclimate.yml Procfile CHECKS README.md).each do |file|
15
15
  copy_file "root/#{file}", file
16
16
  end
17
+ directory 'root/.github'
17
18
  end
18
19
 
19
20
  # Remove a number of root files.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: disco_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.3
4
+ version: 0.14.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin Ballard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-22 00:00:00.000000000 Z
11
+ date: 2022-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails