Sha256: 583f7920dadcd85c97f666a4fcca556629f6f86a9a19109ccf77bd687313a99b

Contents?: true

Size: 1017 Bytes

Versions: 6

Compression:

Stored size: 1017 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'bible_gateway/version'

Gem::Specification.new do |spec|
  spec.name          = "bible_gateway"
  spec.version       = BibleGateway::VERSION
  spec.authors       = ["Geoffrey Dagley"]
  spec.email         = ["gdagley@gmail.com"]
  spec.description   = %q{An unofficial 'API' for BibleGateway.com.}
  spec.summary       = %q{An unofficial 'API' for BibleGateway.com.}
  spec.homepage      = "https://github.com/gdagley/bible_gateway"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency "nokogiri"
  spec.add_dependency "typhoeus"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bible_gateway-0.0.10 bible_gateway.gemspec
bible_gateway-0.0.9 bible_gateway.gemspec
bible_gateway-0.0.8 bible_gateway.gemspec
bible_gateway-0.0.7 bible_gateway.gemspec
bible_gateway-0.0.6 bible_gateway.gemspec
bible_gateway-0.0.5 bible_gateway.gemspec