cfcosta/generic_view_mapper

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    generic_view_mapper (0.1.2)
      activesupport (~> 5)
      descendants_tracker (~> 0.0.4)
      dry-container (~> 0.6)
      multi_json (~> 1)
      virtus (~> 1)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (5.1.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
    byebug (9.1.0)
    coderay (1.1.2)
    coercible (1.0.0)
      descendants_tracker (~> 0.0.1)
    concurrent-ruby (1.0.5)
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
    diff-lcs (1.3)
    dry-configurable (0.7.0)
      concurrent-ruby (~> 1.0)
    dry-container (0.6.0)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
    equalizer (0.0.11)
    given_core (3.8.0)
      sorcerer (>= 0.3.7)
    i18n (0.8.6)
    ice_nine (0.11.2)
    method_source (0.8.2)
    minitest (5.10.3)
    multi_json (1.12.2)
    pry (0.11.0)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
    pry-byebug (3.5.0)
      byebug (~> 9.1)
      pry (~> 0.10)
    rake (10.5.0)
    rspec (3.6.0)
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
    rspec-core (3.6.0)
      rspec-support (~> 3.6.0)
    rspec-expectations (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-given (3.8.0)
      given_core (= 3.8.0)
      rspec (>= 2.14.0)
    rspec-mocks (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-support (3.6.0)
    sorcerer (1.0.2)
    thread_safe (0.3.6)
    tzinfo (1.2.3)
      thread_safe (~> 0.1)
    virtus (1.0.5)
      axiom-types (~> 0.1)
      coercible (~> 1.0)
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.16.a)
  generic_view_mapper!
  pry-byebug (~> 3.5)
  rake (~> 10.0)
  rspec (~> 3.0)
  rspec-given (~> 3.8)

BUNDLED WITH
   1.16.0.pre.2