Skip to content

Commit

Permalink
replace MomentJS 2.29.4 assets with actual files (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz authored Jul 26, 2022
1 parent dd60c11 commit de473b8
Show file tree
Hide file tree
Showing 139 changed files with 18,369 additions and 16,875 deletions.
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

0 comments on commit de473b8

Please sign in to comment.