Skip to content

Commit

Permalink
Update nitro_config version (#12)
Browse files Browse the repository at this point in the history
* Update nitro_config version

0.0.1 doesn't make much of a semantical sense

* Ignore Gemfile.lock

* Setup MFA on nitro_config
  • Loading branch information
xjunior authored Jul 28, 2022
1 parent 876f0a1 commit ec7c38c
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 137 deletions.
2 changes: 1 addition & 1 deletion packages/audit_tracker/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [Unreleased]

## [0.1.0] - 2022-07-15
## [0.1.0] - 2022-07-28

- Initial release
17 changes: 11 additions & 6 deletions packages/nitro_config/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.yardoc
coverage
**/tmp/*
!**/tmp/.gitkeep
vendor/bundle
*.log
/.bundle/
/.yardoc
/_yardoc/
/coverage/
/pkg/
/spec/reports/
/tmp/

# rspec failure tracking
.rspec_status
Gemfile.lock
129 changes: 0 additions & 129 deletions packages/nitro_config/Gemfile.lock

This file was deleted.

5 changes: 5 additions & 0 deletions packages/nitro_config/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## [Unreleased]

## [0.1.0] - 2022-07-28

- Initial release
2 changes: 1 addition & 1 deletion packages/nitro_config/lib/nitro_config/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NitroConfig
VERSION = "0.0.1"
VERSION = "0.1.0"
end
1 change: 1 addition & 0 deletions packages/nitro_config/nitro_config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rubocop-powerhome", "0.4.1"
s.add_development_dependency "simplecov", "0.15.1"
s.add_development_dependency "yard", "0.9.21"
s.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit ec7c38c

Please sign in to comment.