Sha256: f75ee9fa7a1d0057b8a89a5d53a0cb4c93e257e8f3a2040222171ee0d88617b7
Contents?: true
Size: 777 Bytes
Versions: 2
Compression:
Stored size: 777 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "multilang-hstore/version" Gem::Specification.new do |s| s.name = 'multilang-hstore' s.version = Multilang::VERSION s.authors = ["Arthur Meinart", "bithavoc"] s.description = 'Model translations for Rails 3 backed by PostgreSQL and Hstore' s.licenses = ['MIT'] s.email = 'im@bithavoc.io' s.files = `git ls-files`.split($/) s.homepage = "http://bithavoc.io/multilang-hstore/" s.require_paths = ["lib"] s.summary = %q{Model translations for Rails 3 and Rails 4 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' s.add_dependency 'activerecord', '~> 4.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
multilang-hstore-1.0.2 | multilang-hstore.gemspec |
multilang-hstore-1.0.1 | multilang-hstore.gemspec |