Skip to content

Commit

Permalink
CANDI-1033: Release version 1.1.0-jora (#1)
Browse files Browse the repository at this point in the history
CANDI-1033: Release version 1.1.0-jora
  • Loading branch information
rstacruz authored Jan 22, 2020
2 parents 4680cd4 + dcdb38d commit 39ef6a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ install_manifest.txt
*.bundle
*.so
*.dll
*.gem
1 change: 1 addition & 0 deletions cld2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ Gem::Specification.new do |gem|
gem.add_dependency "ffi", "~> 1.9.3"

gem.add_development_dependency "rspec", "~> 2.14.1"
gem.license = 'Nonstandard'
end
5 changes: 4 additions & 1 deletion ext/cld/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"internal/cld_generated_score_quad_octa_0122_2.o",
"thunk.o"]

# Prevents issues compiling with newer GCC versions
$defs.push("-std=c++98")

if have_library('stdc++')
create_makefile('libcld2')
end
Expand All @@ -37,4 +40,4 @@
CLEANOBJS := $(CLEANOBJS) internal/*.#{CONFIG["OBJEXT"]}
EOS
end
end
2 changes: 1 addition & 1 deletion lib/cld/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CLD
VERSION = "1.0.3"
VERSION = "1.1.0.jora".freeze
end

0 comments on commit 39ef6a0

Please sign in to comment.