Use correct updated_at timestamp for files in Git submodule
This commit is contained in:
		
							parent
							
								
									becf9f381c
								
							
						
					
					
						commit
						da22a80e6e
					
				
							
								
								
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							| @ -5,4 +5,4 @@ source "https://rubygems.org" | ||||
| git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } | ||||
| 
 | ||||
| gem "jekyll", "~> 4.0" | ||||
| gem "jekyll-last-modified-at" | ||||
| gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules" | ||||
|  | ||||
							
								
								
									
										16
									
								
								Gemfile.lock
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								Gemfile.lock
									
									
									
									
									
								
							| @ -1,3 +1,12 @@ | ||||
| GIT | ||||
|   remote: https://github.com/maximevaillancourt/jekyll-last-modified-at | ||||
|   revision: e0c918691db625401ef5850a030da59d0124d356 | ||||
|   branch: add-support-for-files-in-git-submodules | ||||
|   specs: | ||||
|     jekyll-last-modified-at (1.3.0) | ||||
|       jekyll (>= 3.7, < 5.0) | ||||
|       posix-spawn (~> 0.3.9) | ||||
| 
 | ||||
| GEM | ||||
|   remote: https://rubygems.org/ | ||||
|   specs: | ||||
| @ -29,9 +38,6 @@ GEM | ||||
|       rouge (~> 3.0) | ||||
|       safe_yaml (~> 1.0) | ||||
|       terminal-table (~> 1.8) | ||||
|     jekyll-last-modified-at (1.2.1) | ||||
|       jekyll (>= 3.7, < 5.0) | ||||
|       posix-spawn (~> 0.3.9) | ||||
|     jekyll-sass-converter (2.1.0) | ||||
|       sassc (> 2.0.1, < 3.0) | ||||
|     jekyll-watch (2.2.1) | ||||
| @ -47,7 +53,7 @@ GEM | ||||
|     mercenary (0.3.6) | ||||
|     pathutil (0.16.2) | ||||
|       forwardable-extended (~> 2.6) | ||||
|     posix-spawn (0.3.13) | ||||
|     posix-spawn (0.3.15) | ||||
|     public_suffix (4.0.4) | ||||
|     rb-fsevent (0.10.3) | ||||
|     rb-inotify (0.10.1) | ||||
| @ -66,7 +72,7 @@ PLATFORMS | ||||
| 
 | ||||
| DEPENDENCIES | ||||
|   jekyll (~> 4.0) | ||||
|   jekyll-last-modified-at | ||||
|   jekyll-last-modified-at! | ||||
| 
 | ||||
| BUNDLED WITH | ||||
|    2.1.4 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Maxime Vaillancourt
						Maxime Vaillancourt