Skip to content

Commit

Permalink
Include templates in gem
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Jun 22, 2024
1 parent a2c6de4 commit 010e327
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [0.0.0] - 2024-06-17
## [0.0.2] - 2024-06-21

- Include templates in gem

## [0.0.1] - 2024-06-17

- Add Apache-2.0 license

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
foobara-empty-typescript-react-project-generator (0.0.1)
foobara-empty-typescript-react-project-generator (0.0.2)
foobara
foobara-files-generator

Expand Down
1 change: 1 addition & 0 deletions foobara-empty-typescript-react-project-generator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
spec.files = Dir[
"lib/**/*",
"src/**/*",
"templates/**/*",
"LICENSE*.txt",
"README.md",
"CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Foobara
module Generators
module EmptyTypescriptReactProjectGenerator
VERSION = "0.0.1".freeze
VERSION = "0.0.2".freeze
end
end
end

0 comments on commit 010e327

Please sign in to comment.