Remove pre from version, add extra suffix variable (#11407)
This commit is contained in:
		
							parent
							
								
									d0c25584b8
								
							
						
					
					
						commit
						a6b4440115
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		|  | @ -16,20 +16,20 @@ module Mastodon | ||||||
|       2 |       2 | ||||||
|     end |     end | ||||||
| 
 | 
 | ||||||
|     def pre |  | ||||||
|       nil |  | ||||||
|     end |  | ||||||
| 
 |  | ||||||
|     def flags |     def flags | ||||||
|       '' |       '' | ||||||
|     end |     end | ||||||
| 
 | 
 | ||||||
|  |     def suffix | ||||||
|  |       '' | ||||||
|  |     end | ||||||
|  | 
 | ||||||
|     def to_a |     def to_a | ||||||
|       [major, minor, patch, pre].compact |       [major, minor, patch].compact | ||||||
|     end |     end | ||||||
| 
 | 
 | ||||||
|     def to_s |     def to_s | ||||||
|       [to_a.join('.'), flags].join |       [to_a.join('.'), flags, suffix].join | ||||||
|     end |     end | ||||||
| 
 | 
 | ||||||
|     def repository |     def repository | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue