Sha256: bb1d809c2c2a97c37efa8c885ca33b1735b5ab498b552b8191e0687a3d129169

Contents?: true

Size: 904 Bytes

Versions: 4

Compression:

Stored size: 904 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path('../lib', __FILE__)
require 'google/book/version'

Gem::Specification.new do |s|
  s.name        = 'google-book'
  s.version     = Google::Book::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Paper Cavalier']
  s.email       = ['code@papercavalier.com']
  s.homepage    = 'http://rubygems.org/gems/google-book'
  s.summary     = %q{A Ruby wrapper to the Google Book Search Data API}
  s.description = %q{Google Book is a Ruby wrapper to the Google Book Search Data API.}

  s.rubyforge_project = 'google-book'

  s.add_dependency('bookland', '~> 1.0.0')
  s.add_dependency('httparty', '~> 0.7.4')

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
google-book-0.3.3 google.gemspec
google-book-0.3.2 google.gemspec
google-book-0.3.1 google.gemspec
google-book-0.3.0 google.gemspec