mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix gemspec for rubygem-websocket-driver 0.7.0 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
b16aa7e6cb
commit
78bcaaea4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449736
2 changed files with 12 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= actioncable
|
PORTNAME= actioncable
|
||||||
PORTVERSION= 5.0.6
|
PORTVERSION= 5.0.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www rubygems
|
CATEGORIES= www rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
PKGNAMESUFFIX= 50
|
PKGNAMESUFFIX= 50
|
||||||
|
|
11
www/rubygem-actioncable50/files/patch-gemspec
Normal file
11
www/rubygem-actioncable50/files/patch-gemspec
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- actioncable.gemspec.orig 2017-09-12 19:42:51 UTC
|
||||||
|
+++ actioncable.gemspec
|
||||||
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
||||||
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||||
|
s.add_runtime_dependency(%q<actionpack>.freeze, ["= 5.0.6"])
|
||||||
|
s.add_runtime_dependency(%q<nio4r>.freeze, ["< 3.0", ">= 1.2"])
|
||||||
|
- s.add_runtime_dependency(%q<websocket-driver>.freeze, ["~> 0.6.1"])
|
||||||
|
+ s.add_runtime_dependency(%q<websocket-driver>.freeze, ["~> 0.6", ">= 0.6.1"])
|
||||||
|
s.add_development_dependency(%q<blade>.freeze, ["~> 0.5.1"])
|
||||||
|
else
|
||||||
|
s.add_dependency(%q<actionpack>.freeze, ["= 5.0.6"])
|
Loading…
Add table
Reference in a new issue