Sha256: 44e0a7e1a7f89166c03a9d15e56c53a83d61fa9b79998c49b7bf504fe937b5b1

Contents?: true

Size: 236 Bytes

Versions: 4

Compression:

Stored size: 236 Bytes

Contents

module JrJackson
  module BuildInfo
    def self.version
      '0.2.9'
    end

    def self.release_date
      '2015-06-24'
    end

    def self.files
      `git ls-files`.split($/).select{|f| f !~ /\Abenchmarking/}
    end
  end
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
able-neo4j-1.0.0 vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/lib/jrjackson/build_info.rb
logstash-input-beats-0.9.2 vendor/jruby/1.9/gems/jrjackson-0.2.9/lib/jrjackson/build_info.rb
logstash-input-beats-0.9.1 vendor/jruby/1.9/gems/jrjackson-0.2.9/lib/jrjackson/build_info.rb
jrjackson-0.2.9 lib/jrjackson/build_info.rb