Sha256: 72ba7ef71f7588c6eb4d5f29a7fbca8b81ae917546d8b2dd4dee026b99882fd1

Contents?: true

Size: 639 Bytes

Versions: 4

Compression:

Stored size: 639 Bytes

Contents

require File.join(File.dirname(__FILE__), 'gemspec.rb')
require File.join(File.dirname(__FILE__), 'lib', 'gollum-lib', 'version.rb')
# This file needs to conditionally define the default adapter for MRI and Java, because this is the file that is included from the Gemfile.
# In addition, the default Java adapter needs to be defined in gollum-lib_java.gemspec beause that file is used to *build* the Java gem.
if RUBY_PLATFORM == 'java' then
  default_adapter = ['gollum-rjgit_adapter', '~> 1.0']
else
  default_adapter = ['gollum-rugged_adapter', '~> 2.0']
end
Gem::Specification.new &specification(Gollum::Lib::VERSION, default_adapter)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gollum-lib-5.2.4-java gollum-lib.gemspec
gollum-lib-5.2.4 gollum-lib.gemspec
gollum-lib-5.2.3-java gollum-lib.gemspec
gollum-lib-5.2.3 gollum-lib.gemspec