Sha256: e66b08ed2cd699bdd110452f6818ffb4a6e1d9ffde32a4ca3672f7dedc9b3d52

Contents?: true

Size: 370 Bytes

Versions: 5

Compression:

Stored size: 370 Bytes

Contents

module SimpleCov
  module Formatter
    class HTMLFormatter
      VERSION = "0.10.1"

      def VERSION.to_a
        split(".").map(&:to_i)
      end

      def VERSION.major
        to_a[0]
      end

      def VERSION.minor
        to_a[1]
      end

      def VERSION.patch
        to_a[2]
      end

      def VERSION.pre
        to_a[3]
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
logstash-filter-cache-redis-0.3.1 vendor/bundle/jruby/1.9/gems/simplecov-html-0.10.1/lib/simplecov-html/version.rb
logstash-filter-cache-redis-0.3.0 vendor/bundle/jruby/1.9/gems/simplecov-html-0.10.1/lib/simplecov-html/version.rb
logstash-filter-cache-redis-0.2.0 vendor/bundle/jruby/1.9/gems/simplecov-html-0.10.1/lib/simplecov-html/version.rb
logstash-filter-cache-redis-0.1.0 vendor/bundle/jruby/1.9/gems/simplecov-html-0.10.1/lib/simplecov-html/version.rb
simplecov-html-0.10.1 lib/simplecov-html/version.rb