Sha256: b62863f23984c7fbb120b6de7e72764a07eeee4ecf0c4d02d4a09c3fd716fa1b

Contents?: true

Size: 336 Bytes

Versions: 1

Compression:

Stored size: 336 Bytes

Contents

RAILS_VERSIONS = ["3.2", "4.0.0", "4.1.0", "4.2.0", "4.2.6", "5.0.1"]
PROTOBUF_SPECS = [
  ["protobuf", "~> 3.0"],
  ["ruby_protobuf", "~> 0.4"]
]

RAILS_VERSIONS.each do |rails|
  PROTOBUF_SPECS.each do |protobuf|
    appraise "rails#{rails}_#{protobuf.first}" do
      gem "rails", "~> #{rails}"
      gem *protobuf
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ar_protobuf_store-1.0.1 Appraisals