Sha256: f206e276051dd5920d88b027faa890e335fc678c2dd42aa9f2f8e8102c8a8239
Contents?: true
Size: 305 Bytes
Versions: 17
Compression:
Stored size: 305 Bytes
Contents
suite_condition("Ruby 1.9.2 and newer include JSON automatically") do RUBY_VERSION == "1.8.7" end gemfile <<-RB # Special non-JSON-gem-containing environment. 'json' is commented out # to prevent the multiverse runner from adding it automatically. # gem 'json' gem 'rack' gem 'rack-test' RB
Version data entries
17 entries across 17 versions & 2 rubygems