Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace MomentJS 2.29.4 assets with actual files #68

Merged
merged 1 commit into from
Jul 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you want to include a localization file, also add the following directive:

## Versioning

momentjs-rails 2.29.4 == Moment.js 2.29.4
momentjs-rails 2.29.4.1 == Moment.js 2.29.4

Every attempt is made to mirror the currently shipping Moment.js version number
wherever possible. The major, minor, and patch version numbers will always
Expand Down
2 changes: 1 addition & 1 deletion momentjs-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "momentjs-rails"
s.version = "2.29.4"
s.version = "2.29.4.1"
s.authors = ["Derek Prior"]
s.homepage = "https://github.com/derekprior/momentjs-rails"
s.summary = "The Moment.js JavaScript library ready to play with Rails."
Expand Down
3 changes: 3 additions & 0 deletions news.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### Version 2.29.4.1 (2022-07-25)
- Fixed version of assets included with 2.29.4

### Version 2.29.4 (2022-07-13)
- Updated Moment.js to 2.29.4

Expand Down
Loading