-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dot_sdk_release workflow] release DOT iOS SDK 8.1.0
- Loading branch information
Jakub Vallo
committed
Jul 9, 2024
1 parent
db5fcb6
commit b89e4f5
Showing
20 changed files
with
478 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-camera' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Camera' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotCamera/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-camera/#{s.version}/DotCamera.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = "DotCamera/DotCamera.xcframework" | ||
|
||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-capture' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Capture' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotCapture/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-capture/#{s.version}/DotCapture.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = "DotCapture/DotCapture.xcframework" | ||
|
||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-core' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Core' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotCore/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-core/#{s.version}/DotCore.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = "DotCore/DotCore.xcframework" | ||
|
||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-document-commons' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Document Commons' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotDocumentCommons/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-document-commons/#{s.version}/DotDocumentCommons.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = "DotDocumentCommons/DotDocumentCommons.xcframework" | ||
|
||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-document' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Document' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotDocument/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-document/#{s.version}/DotDocument.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = 'DotDocument/DotDocument.xcframework' | ||
|
||
s.ios.dependency 'sam', '2.39.2' | ||
s.ios.dependency 'dot-protobuf', '1.7.0' | ||
s.ios.dependency 'dot-core', '8.1.0' | ||
s.ios.dependency 'dot-capture', '8.1.0' | ||
s.ios.dependency 'dot-camera', '8.1.0' | ||
s.ios.dependency 'dot-document-commons', '8.1.0' | ||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
dot-face-background-uniformity/8.1.0/dot-face-background-uniformity.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-face-background-uniformity' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Face Background Uniformity' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceBackgroundUniformity/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-background-uniformity/#{s.version}/DotFaceBackgroundUniformity.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = "DotFaceBackgroundUniformity/DotFaceBackgroundUniformity.xcframework" | ||
|
||
s.ios.dependency 'dot-face-core', '8.1.0' | ||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-face-commons' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Face Commons' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceCommons/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-commons/#{s.version}/DotFaceCommons.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = "DotFaceCommons/DotFaceCommons.xcframework" | ||
|
||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-face-core' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Face Core' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceCore/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-core/#{s.version}/DotFaceCore.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = "DotFaceCore/DotFaceCore.xcframework" | ||
|
||
s.ios.dependency 'iface', '5.1.2' | ||
s.ios.dependency 'dot-protobuf', '1.7.0' | ||
s.ios.dependency 'dot-core', '8.1.0' | ||
s.ios.dependency 'dot-capture', '8.1.0' | ||
s.ios.dependency 'dot-camera', '8.1.0' | ||
s.ios.dependency 'dot-face-commons', '8.1.0' | ||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
26 changes: 26 additions & 0 deletions
26
dot-face-detection-balanced/8.1.0/dot-face-detection-balanced.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-face-detection-balanced' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Face Detection Balanced' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceDetectionBalanced/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-detection-balanced/#{s.version}/DotFaceDetectionBalanced.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = "DotFaceDetectionBalanced/DotFaceDetectionBalanced.xcframework" | ||
|
||
s.ios.dependency 'dot-face-core', '8.1.0' | ||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
26 changes: 26 additions & 0 deletions
26
dot-face-detection-fast/8.1.0/dot-face-detection-fast.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-face-detection-fast' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Face Detection Fast' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceDetectionFast/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-detection-fast/#{s.version}/DotFaceDetectionFast.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = "DotFaceDetectionFast/DotFaceDetectionFast.xcframework" | ||
|
||
s.ios.dependency 'dot-face-core', '8.1.0' | ||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
26 changes: 26 additions & 0 deletions
26
dot-face-expression-neutral/8.1.0/dot-face-expression-neutral.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-face-expression-neutral' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Face Expression Neutral' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceExpressionNeutral/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-expression-neutral/#{s.version}/DotFaceExpressionNeutral.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = "DotFaceExpressionNeutral/DotFaceExpressionNeutral.xcframework" | ||
|
||
s.ios.dependency 'dot-face-core', '8.1.0' | ||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
26 changes: 26 additions & 0 deletions
26
dot-face-eye-gaze-liveness/8.1.0/dot-face-eye-gaze-liveness.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-face-eye-gaze-liveness' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Face Eye Gaze Liveness' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceEyeGazeLiveness/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-eye-gaze-liveness/#{s.version}/DotFaceEyeGazeLiveness.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = "DotFaceEyeGazeLiveness/DotFaceEyeGazeLiveness.xcframework" | ||
|
||
s.ios.dependency 'dot-face-core', '8.1.0' | ||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'dot-face-lite' | ||
s.version = '8.1.0' | ||
s.summary = 'DOT iOS Face Lite' | ||
s.homepage = 'https://www.innovatrics.com' | ||
|
||
s.author = { 'Jakub Vallo' => '[email protected]' } | ||
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceLite/LICENSE' } | ||
|
||
|
||
s.platform = :ios | ||
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-lite/#{s.version}/DotFaceLite.zip" } | ||
s.ios.deployment_target = '12.0' | ||
s.ios.vendored_frameworks = "DotFaceLite/DotFaceLite.xcframework" | ||
|
||
s.ios.dependency 'sam-face', '1.39.2' | ||
s.ios.dependency 'dot-protobuf', '1.7.0' | ||
s.ios.dependency 'dot-core', '8.1.0' | ||
s.ios.dependency 'dot-capture', '8.1.0' | ||
s.ios.dependency 'dot-camera', '8.1.0' | ||
s.ios.dependency 'dot-face-commons', '8.1.0' | ||
end | ||
|
||
# '0.1' exact version 0.1 | ||
# '> 0.1' Any version higher than 0.1 | ||
# '>= 0.1' Version 0.1 and any higher version | ||
# '< 0.1' Any version lower than 0.1 | ||
# '<= 0.1' Version 0.1 and any lower version | ||
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher | ||
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher | ||
# '~> 0' Version 0 and higher, this is basically the same as not having it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.