mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
textproc/rubygem-gitlab-linguist: update to 3.0.1
PR: 199730 Differential Revision: https://reviews.freebsd.org/D2627 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: swills (mentor)
This commit is contained in:
parent
e5229cb59e
commit
e153d0c990
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387498
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitlab-linguist
|
||||
PORTVERSION= 3.0.0
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rubygem/gitlab-linguist-3.0.0.gem) = 6652604cdf0168832ba5fe6662251f792730fbcb9253869625658cb1e8d9563c
|
||||
SIZE (rubygem/gitlab-linguist-3.0.0.gem) = 260096
|
||||
SHA256 (rubygem/gitlab-linguist-3.0.1.gem) = 2b16d5f6825ad21fae28aa45e8561dedb05b11888a3846b935459eda6aafcd93
|
||||
SIZE (rubygem/gitlab-linguist-3.0.1.gem) = 260608
|
||||
|
@ -0,0 +1,13 @@
|
||||
--- gitlab-linguist.gemspec.orig 2015-05-22 21:29:46 UTC
|
||||
+++ gitlab-linguist.gemspec
|
||||
@@ -20,8 +20,8 @@ Gem::Specification.new do |s|
|
||||
s.specification_version = 4
|
||||
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
- s.add_runtime_dependency(%q<charlock_holmes>, ["~> 0.6.6"])
|
||||
- s.add_runtime_dependency(%q<escape_utils>, ["~> 0.2.4"])
|
||||
+ s.add_runtime_dependency(%q<charlock_holmes>, [">= 0.6.6"])
|
||||
+ s.add_runtime_dependency(%q<escape_utils>, [">= 0.2.4"])
|
||||
s.add_runtime_dependency(%q<mime-types>, ["~> 1.19"])
|
||||
s.add_development_dependency(%q<mocha>, [">= 0"])
|
||||
s.add_development_dependency(%q<json>, [">= 0"])
|
Loading…
Reference in New Issue
Block a user