Sha256: a7c4f1380b7df4835f60281fa9000b67d465e4d3fba3a0c057ba4118b09056b7

Contents?: true

Size: 929 Bytes

Versions: 3

Compression:

Stored size: 929 Bytes

Contents

lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

require "bullet/version"

Gem::Specification.new do |s|
  s.name        = "bullet_instructure"
  s.version     = Bullet::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Richard Huang"]
  s.email       = ["flyerhzm@gmail.com"]
  s.homepage    = "http://github.com/flyerhzm/bullet"
  s.summary     = "help to kill N+1 queries and unused eager loading, pretty formatter for Instructure."
  s.description = "help to kill N+1 queries and unused eager loading, pretty formatter for Instructure."

  s.license     = 'MIT'

  s.required_rubygems_version = ">= 1.3.6"

  s.add_runtime_dependency "activesupport", ">= 3.0.0"
  s.add_runtime_dependency "uniform_notifier", ">= 1.6.0"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ["lib"]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bullet_instructure-4.0.5 bullet_instructure.gemspec
bullet_instructure-4.0.3 bullet_instructure.gemspec
bullet_instructure-4.0.2 bullet_instructure.gemspec