Sha256: fb72f234a257715498e952aa2820e8c9299d53f489ebfea3ace7479aced52234
Contents?: true
Size: 1.38 KB
Versions: 0
Compression: gzip
Compressed size: 601 Bytes
Stored size: 601 Bytes
Contents
--- !ruby/object:Gem::Specification name: arrangement version: !ruby/object:Gem::Version version: 0.0.1 platform: ruby authors: - Tad Thorley autorequire: bindir: bin cert_chain: [] date: 2020-09-19 00:00:00.000000000 Z dependencies: [] description: An easy way to follow the "Arrange, Act, Assert" pattern in your Ruby on Rails tests email: - phaedryx@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - arrangement.gemspec - bin/console - bin/setup - lib/arrangement.rb - lib/arrangement/version.rb homepage: https://github.com/phaedryx/arrangement licenses: - MIT metadata: allowed_push_host: https://rubygems.org homepage_uri: https://github.com/phaedryx/arrangement source_code_uri: https://github.com/phaedryx/arrangement changelog_uri: https://github.com/phaedryx/arrangement post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: An easy way to follow the "Arrange, Act, Assert" pattern in your Ruby on Rails tests test_files: []