Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jpheos committed Jun 12, 2024
1 parent bcb2a37 commit 5e4d55a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 1.0.0 (2024-06-12)

- Initiale release
- Can see logs on http://localhost:3000/buddy
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:
rails-buddy (0.1.0)
rails-buddy (1.0.0)
rails (~> 7)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/rails/buddy/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rails
module Buddy
VERSION = '0.1.0'
VERSION = '1.0.0'
end
end
3 changes: 2 additions & 1 deletion rails-buddy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Gem::Specification.new do |spec|
spec.description = 'A development gem to monitor your rails application.'
spec.license = 'MIT'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['changelog_uri'] = "#{spec.homepage}/CHANGELOG.md"

spec.files = Dir.chdir(File.expand_path(__dir__)) do
Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md'].reject do |file|
Expand Down

0 comments on commit 5e4d55a

Please sign in to comment.