mirror of
https://github.com/mistergibson/gxg-framework.git
synced 2026-08-15 03:46:00 -07:00
Updated info
This commit is contained in:
parent
8ea44fe781
commit
e02441577b
1 changed files with 14 additions and 11 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'gxg-framework'
|
s.name = 'gxg-framework'
|
||||||
s.version = '0.0.56'
|
s.version = '0.0.57'
|
||||||
s.licenses = ['UNLICENSED']
|
s.licenses = ['HIPPOCRATIC', 'https://firstdonoharm.dev/version/2/1/license.html']
|
||||||
s.summary = "GxG Framework"
|
s.summary = "GxG Framework"
|
||||||
s.description = "GxG Framework"
|
s.description = "GxG Framework"
|
||||||
s.authors = ["G. Gibson"]
|
s.authors = ["G. Gibson"]
|
||||||
s.email = 'mistergibson@disroot.org'
|
s.email = 'c0decafe@gmx.com'
|
||||||
s.files = ['gxg-framework.gemspec'] + ['lib/gxg-framework.rb'] + Dir['lib/gxg/*']
|
s.files = ['gxg-framework.gemspec'] + ['lib/gxg-framework.rb'] + Dir['lib/gxg/*']
|
||||||
s.homepage = 'https://cdc.csproject.org/c0de'
|
s.homepage = 'https://github.com/mistergibson/gxg-framework'
|
||||||
s.metadata = { "source_code_uri" => "https://cdc.csproject.org/c0de" }
|
s.metadata = { "source_code_uri" => "https://github.com/mistergibson/gxg-framework" }
|
||||||
s.require_path = "lib"
|
s.require_path = "lib"
|
||||||
# ### Requirements:
|
# ### Requirements:
|
||||||
s.add_runtime_dependency 'sys-cpu'
|
s.add_runtime_dependency 'sys-cpu'
|
||||||
|
|
@ -20,10 +20,13 @@ Gem::Specification.new do |s|
|
||||||
s.add_runtime_dependency 'ffi'
|
s.add_runtime_dependency 'ffi'
|
||||||
s.add_runtime_dependency 'chronic'
|
s.add_runtime_dependency 'chronic'
|
||||||
s.add_runtime_dependency 'rufus-scheduler', '~> 3.0'
|
s.add_runtime_dependency 'rufus-scheduler', '~> 3.0'
|
||||||
# FIX : big hassle with windows - exclude for now
|
if ::RUBY_ENGINE == "jruby"
|
||||||
# s.add_runtime_dependency 'ffi-rzmq'
|
s.add_runtime_dependency 'jrzmq'
|
||||||
# s.add_runtime_dependency 'ezmq'
|
else
|
||||||
s.add_runtime_dependency 'jrzmq'
|
# FIX : big hassle with windows - exclude for now
|
||||||
|
s.add_runtime_dependency 'ffi-rzmq'
|
||||||
|
s.add_runtime_dependency 'ezmq'
|
||||||
|
end
|
||||||
s.add_runtime_dependency 'nokogiri'
|
s.add_runtime_dependency 'nokogiri'
|
||||||
s.add_runtime_dependency 'mimemagic'
|
s.add_runtime_dependency 'mimemagic'
|
||||||
s.add_runtime_dependency 'rubysl-securerandom'
|
s.add_runtime_dependency 'rubysl-securerandom'
|
||||||
|
|
@ -58,11 +61,11 @@ Gem::Specification.new do |s|
|
||||||
s.add_runtime_dependency 'jdbc-mssql'
|
s.add_runtime_dependency 'jdbc-mssql'
|
||||||
s.add_runtime_dependency 'jdbc-nuodb'
|
s.add_runtime_dependency 'jdbc-nuodb'
|
||||||
### FIX : openedge requires external .jars in classpath -- exclude for now.
|
### FIX : openedge requires external .jars in classpath -- exclude for now.
|
||||||
s.add_runtime_dependency 'jdbc-openedge'
|
# s.add_runtime_dependency 'jdbc-openedge'
|
||||||
s.add_runtime_dependency 'jdbc-orientdb'
|
s.add_runtime_dependency 'jdbc-orientdb'
|
||||||
s.add_runtime_dependency 'jdbc-phoenix'
|
s.add_runtime_dependency 'jdbc-phoenix'
|
||||||
### FIX : redshift is missing the RedshiftJDBC4.jar file -- exclude for now.
|
### FIX : redshift is missing the RedshiftJDBC4.jar file -- exclude for now.
|
||||||
s.add_runtime_dependency 'jdbc-redshift'
|
# s.add_runtime_dependency 'jdbc-redshift'
|
||||||
s.add_runtime_dependency 'jdbc-splice'
|
s.add_runtime_dependency 'jdbc-splice'
|
||||||
s.add_runtime_dependency 'jdbc-vertica'
|
s.add_runtime_dependency 'jdbc-vertica'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue