Update to 2.8.2
Changes: https://github.com/gitlabhq/grit/blob/master/History.txt
This commit is contained in:
parent
0e98c935f4
commit
a62ab1402d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450680
3 changed files with 4 additions and 15 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitlab-grit
|
||||
PORTVERSION= 2.8.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.8.2
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (rubygem/gitlab-grit-2.8.1.gem) = d6180a4702374488a654d6b790628351a8b0c8c1a67a1e63b72be37f4d66c151
|
||||
SIZE (rubygem/gitlab-grit-2.8.1.gem) = 46592
|
||||
TIMESTAMP = 1506437733
|
||||
SHA256 (rubygem/gitlab-grit-2.8.2.gem) = 84d5b28595d60e44d8113e16ec98be704826d6f917d872aa2d8cc217101dfa75
|
||||
SIZE (rubygem/gitlab-grit-2.8.2.gem) = 46592
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- gitlab-grit.gemspec.orig 2016-06-20 14:45:29 UTC
|
||||
+++ gitlab-grit.gemspec
|
||||
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
s.add_runtime_dependency(%q<charlock_holmes>.freeze, ["~> 0.6"])
|
||||
s.add_runtime_dependency(%q<posix-spawn>.freeze, ["~> 0.3"])
|
||||
- s.add_runtime_dependency(%q<mime-types>.freeze, ["< 3", ">= 1.16"])
|
||||
+ s.add_runtime_dependency(%q<mime-types>.freeze, [">= 1.16"])
|
||||
s.add_runtime_dependency(%q<diff-lcs>.freeze, ["~> 1.1"])
|
||||
s.add_development_dependency(%q<mocha>.freeze, [">= 0"])
|
||||
else
|
Loading…
Reference in a new issue