nova-cli 0.2.6 → 0.2.7

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: 151c2a58346e1260b2c7a2248e84e4fa89a72a9226ebcf2773b7b9e79f0a01f2
4
- data.tar.gz: 9a43f7115da40d8be57576b01b733e747f2af8bac40cabc96875caca863220fc
3
+ metadata.gz: 3369c06e4e1eb282de30f034c0e2f398238d7f40265bdf4d858a8d5fbecf8865
4
+ data.tar.gz: c566c64cb770d1234ca2b355577372f92426c2ff9a2854ee0909c77a53483f71
5
5
  SHA512:
6
- metadata.gz: abc1c15c0e9ed2ab91e03febdf970a7fa5897adf4d85fd5e31eb1efba08fc911291cd349ff4e1de295cc5f2707bd791fa671367eed8073800f9567b49e003618
7
- data.tar.gz: e41105ee6c2a22717f8f0c1196266304ec904e4363491bc842c0f903b3c0f1531e8d9fc9e45b8fb39377a04f682cdeade4ffcf99474554989f200f414ad8178c
6
+ metadata.gz: 50590d35273831fc52d2916fa9e743ab7e0cef95bc9f6a6b498311f9d82f09ba037c3d30ac11de652452675af116fa52b4a86f8b9559ad07d60593a75291f7f1
7
+ data.tar.gz: c35f124a8a7f87c189e083013d2c943ecdfa23aff34052681fb101fce3cc2be621302781f491e3d2859618ca5c89308ace50fc2485e9e410b23328f8279175f6
@@ -47,7 +47,9 @@ You are working in a Nova project that follows a structured product development
47
47
  - Review shape/ documentation first
48
48
  - Follow tasks in shape/4_tasks/
49
49
  - When any task or subtask is completed, check it off in the appropriate task file
50
- - After completing a subtask, commit your work to the new branch
50
+ - After completing a subtask, commit your work to the new branch. Before committing your work, please look for opportunities to refactor/improve the code you wrote for better readability and/or performance (e.g. small methods, squash n+1 queries, etc.)
51
+ - Use the `gh` CLI tool to open a new PR and in the body/description of the PR include the content from the task
52
+
51
53
 
52
54
  ### Code Quality Standards
53
55
  - Rails conventions with RSpec tests
data/lib/nova.rb CHANGED
@@ -2,5 +2,5 @@ require_relative 'nova/cli'
2
2
  require_relative 'nova/generator'
3
3
 
4
4
  module Nova
5
- VERSION = '0.2.6'
5
+ VERSION = '0.2.7'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nova-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Francis