summaryrefslogtreecommitdiff
path: root/omnibus/config/software/unf_ext.rb
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/config/software/unf_ext.rb')
-rw-r--r--omnibus/config/software/unf_ext.rb23
1 files changed, 0 insertions, 23 deletions
diff --git a/omnibus/config/software/unf_ext.rb b/omnibus/config/software/unf_ext.rb
deleted file mode 100644
index 269fa933b7..0000000000
--- a/omnibus/config/software/unf_ext.rb
+++ /dev/null
@@ -1,23 +0,0 @@
-# encoding: utf-8
-# override for unf_ext until
-# https://github.com/knu/ruby-unf_ext/pull/39
-# is merged and released
-
-name "unf_ext"
-
-dependency "ruby"
-dependency "rubygems"
-dependency "bundler"
-dependency "appbundler"
-
-license :project_license
-default_version "c0b3bd922214a172976f6f368c0b4e4fbf91ed78"
-source git: "https://github.com/jquick/ruby-unf_ext.git"
-skip_transitive_dependency_licensing true
-
-build do
- env = with_standard_compiler_flags(with_embedded_path)
- delete "#{name}-*.gem"
- gem "build #{name}.gemspec", env: env
- gem "install #{name}-*.gem --no-document", env: env
-end