Sha256: 2e1d3c91adbe35f6b412fdd7864aa7cf4b98868a4571e59aa37e66ae2545a518

Contents?: true

Size: 797 Bytes

Versions: 2

Compression:

Stored size: 797 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "multilang-hstore/version"

Gem::Specification.new do |s|
  s.name = %q{multilang-hstore}
  s.version = Multilang::VERSION

  s.authors = ["Arthur Meinart", "Heapsource"]
  s.date = %q{2013-07-25}
  s.description = %q{Model translations for Rails 3 backed by PostgreSQL and Hstore}
  s.email = %q{hello@heapsource.com}
  s.files = `git ls-files`.split($/)
  s.homepage = %q{http://github.com/heapsource/multilang-hstore}
  s.require_paths = ["lib"]
  s.summary = %q{Model translations for Rails 3 backed by PostgreSQL and Hstore}
  s.test_files = [
    "spec/multilang_spec.rb",
    "spec/schema.rb",
    "spec/spec_helper.rb"
  ]
  s.add_dependency 'pg', '>= 0.0.1'
  s.add_dependency 'activerecord', '>= 4.0.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
multilang-hstore-1.0.0 multilang-hstore.gemspec
multilang-hstore-1.0.0.rc2 multilang-hstore.gemspec