Sha256: ea06be3f62b156a33368958fe580c652ebee6ad9ab7b1d2e0a1cff2d7c3f3f19

Contents?: true

Size: 1.45 KB

Versions: 1

Compression:

Stored size: 1.45 KB

Contents

# -*- encoding: utf-8 -*-

require File.expand_path('../lib/funk_hands/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name          = 'funk_hands'
  gem.version       = FunkHands::VERSION
  gem.author        = 'Gopal Patel'
  gem.email         = 'nixme@stillhope.com'
  gem.license       = 'MIT'
  gem.homepage      = 'https://github.com/Jack12816/funk_hands'
  gem.summary       = 'Exercise those fingers. Pry-based enhancements for the default Rails console.'
  gem.description   = "Spending hours in the rails console? Spruce it up and show off those hard-working hands! funk_hands replaces IRB with Pry, improves output through awesome_print, and has some other goodies up its sleeves."

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.require_paths = ['lib']

  # Dependencies
  gem.required_ruby_version = '>= 1.9.2'
  gem.add_runtime_dependency 'pry', '>= 0.9.12'
  gem.add_runtime_dependency 'pry-rails', '~> 0.3.6'
  gem.add_runtime_dependency 'pry-doc', '~> 0.11.1'
  gem.add_runtime_dependency 'pry-remote-reloaded', '~> 1.0'
  gem.add_runtime_dependency 'pry-byebug', '~> 1.3'
  gem.add_runtime_dependency 'hirb', '~> 0.7.3'
  gem.add_runtime_dependency 'coolline', '>= 0.4.2'
  gem.add_runtime_dependency 'awesome_print', '~> 1.8'
  gem.add_runtime_dependency 'railties', '>= 3.0', '< 6.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
funk_hands-1.1.0 funk_hands.gemspec