Sha256: 3b95ce8ecccba6a27365dc16b0e1c02d3e978dac8377f52169cbb97110666ad0

Contents?: true

Size: 199 Bytes

Versions: 15

Compression:

Stored size: 199 Bytes

Contents

module AppleNews
  module Style
    module GradientFill
      extend ActiveSupport::Concern

      included do
        include Fill
        required_property :color_stops
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
apple-news-0.5.1 lib/apple-news/styles/gradient_fill.rb
apple-news-0.5.0 lib/apple-news/styles/gradient_fill.rb
apple-news-0.4.2 lib/apple-news/styles/gradient_fill.rb
apple-news-0.4.1 lib/apple-news/styles/gradient_fill.rb
apple-news-0.4.0 lib/apple-news/styles/gradient_fill.rb
apple-news-0.3.1 lib/apple-news/styles/gradient_fill.rb
apple-news-0.3.0 lib/apple-news/styles/gradient_fill.rb
apple-news-0.2.5 lib/apple-news/styles/gradient_fill.rb
apple-news-0.2.4 lib/apple-news/styles/gradient_fill.rb
apple-news-0.2.3 lib/apple-news/styles/gradient_fill.rb
apple-news-0.2.2 lib/apple-news/styles/gradient_fill.rb
apple-news-0.2.1 lib/apple-news/styles/gradient_fill.rb
apple-news-0.2.0 lib/apple-news/styles/gradient_fill.rb
apple-news-0.1.1 lib/apple-news/styles/gradient_fill.rb
apple-news-0.1.0 lib/apple-news/styles/gradient_fill.rb