Sha256: b9715e5f8230529153179aa64f96f7f1546c49ccd4d9c9ef55dff55e4a174688

Contents?: true

Size: 276 Bytes

Versions: 17

Compression:

Stored size: 276 Bytes

Contents

class StructuredChangelog
  module ReleaseFilters
    class Base
      def self.appropriate_for_query?(query)
        !query.match(pattern).nil?
      end

      def initialize(query)
        @query = query
      end

      private

      attr_reader :query
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
structured_changelog-0.11.2 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.11.1 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.11.0 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.10.2 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.10.1 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.10.0 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.8.3 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.8.2 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.8.1 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.8.0 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.7.2 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.7.1 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.7.0 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.6.2 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.6.1 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.6.0 lib/structured_changelog/release_filters/base.rb
structured_changelog-0.5.0 lib/structured_changelog/release_filters/base.rb