Skip to content

Commit

Permalink
Merge pull request #36 from dkniffin/update-included-files
Browse files Browse the repository at this point in the history
Update included files in gem
  • Loading branch information
dkniffin committed Jul 16, 2024
2 parents fa97368 + d39b54f commit eda837a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.3

- Update included files in gemspec

## 0.3.2

- Change backend update from dragover to dragend
Expand Down
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ First, you must be authorized on both rubygems.org and npmjs.com. Then:

3. Update the changelog.

4. Tag the version in git:
4. Commit and push changes

5. Tag the version in git:
- `git tag -a X.Y.Z`
- Add the same text as the changelog to the tag description
- `git push origin X.Y.Z`
2 changes: 1 addition & 1 deletion activeadmin_reorderable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.description = "Add drag and drop reordering to ActiveAdmin tables."
s.license = "MIT"

s.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "package.json", "README.md"]
s.files = Dir["{app,lib,config}/**/*", "MIT-LICENSE", "package.json", "README.md"]

s.add_development_dependency "activeadmin", "~> 3.0"
s.add_development_dependency "acts_as_list"
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin_reorderable/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveadminReorderable
VERSION = "0.3.2"
VERSION = "0.3.3"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activeadmin_reorderable",
"version": "0.3.2",
"version": "0.3.3",
"description": "Drag and drop to reorder your ActiveAdmin tables.",
"main": "app/assets/javascripts/activeadmin_reorderable.js",
"files": [
Expand Down

0 comments on commit eda837a

Please sign in to comment.