jcmuller/clock_indicator

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    clock_indicator (0.0.2)
      activesupport
      gir_ffi-gtk

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.0.4.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    byebug (8.2.5)
    codeclimate-test-reporter (0.5.0)
      simplecov (>= 0.7.1, < 1.0.0)
    coderay (1.1.1)
    concurrent-ruby (1.2.2)
    debug_inspector (0.0.2)
    diff-lcs (1.2.5)
    docile (1.4.0)
    ffi (1.15.5)
    ffi-bit_masks (0.1.1)
      ffi (~> 1.0)
    formatador (0.2.5)
    gir_ffi (0.10.2)
      ffi (~> 1.8)
      ffi-bit_masks (~> 0.1.1)
      indentation (~> 0.1.1)
    gir_ffi-gtk (0.10.0)
      gir_ffi (~> 0.10.0)
    guard (2.13.0)
      formatador (>= 0.2.4)
      listen (>= 2.7, <= 4.0)
      lumberjack (~> 1.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-compat (1.2.1)
    guard-rspec (4.6.5)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    indentation (0.1.1)
    json (2.6.3)
    libnotify (0.9.1)
      ffi (>= 1.0.11)
    listen (3.1.3)
      rb-fsevent (~> 0.9, >= 0.9.7)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    lumberjack (1.0.10)
    method_source (0.8.2)
    minitest (5.18.0)
    nenv (0.3.0)
    notiffany (0.0.8)
      nenv (~> 0.1)
      shellany (~> 0.0)
    pry (0.10.3)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    pry-byebug (3.3.0)
      byebug (~> 8.0)
      pry (~> 0.10)
    rake (13.0.6)
    rb-fsevent (0.9.7)
    rb-inotify (0.9.7)
      ffi (>= 0.5.0)
    rspec (3.2.0)
      rspec-core (~> 3.2.0)
      rspec-expectations (~> 3.2.0)
      rspec-mocks (~> 3.2.0)
    rspec-core (3.2.3)
      rspec-support (~> 3.2.0)
    rspec-expectations (3.2.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.2.0)
    rspec-its (1.2.0)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
    rspec-mocks (3.2.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.2.0)
    rspec-support (3.2.2)
    ruby_dep (1.3.1)
    shellany (0.0.1)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    slop (3.6.0)
    thor (0.19.1)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)

PLATFORMS
  ruby

DEPENDENCIES
  binding_of_caller
  bundler (~> 1.7)
  clock_indicator!
  codeclimate-test-reporter
  guard-rspec
  json (>= 1.7.7)
  libnotify
  pry-byebug
  rake
  rspec (~> 3.2.0)
  rspec-its

BUNDLED WITH
   1.11.2