Sha256: 0fbb926a5a0fe48b524275f90b21688e18902ada0c4dcb653d47f90187cb1652

Contents?: true

Size: 312 Bytes

Versions: 1

Compression:

Stored size: 312 Bytes

Contents

RAILS_VERSIONS = ["3.2", "4.0", "4.1", "4.2"]
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-0.2.2 Appraisals