multilang-hstore 0.2 → 0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Multilang
2
- VERSION = "0.2"
2
+ VERSION = "0.3"
3
3
  end
data/spec/spec_helper.rb CHANGED
@@ -6,8 +6,6 @@ require 'active_support'
6
6
  require 'active_record'
7
7
  require 'activerecord-postgres-hstore/activerecord'
8
8
  require 'activerecord-postgres-hstore/coder'
9
- require 'activerecord-postgres-hstore/hash'
10
- require 'activerecord-postgres-hstore/string'
11
9
  require 'multilang-hstore'
12
10
  require 'logger'
13
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multilang-hstore
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: '0.3'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -48,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  version: '0'
49
49
  requirements: []
50
50
  rubyforge_project:
51
- rubygems_version: 1.8.24
51
+ rubygems_version: 1.8.25
52
52
  signing_key:
53
53
  specification_version: 3
54
54
  summary: Model translations for Rails 3 backed by PostgreSQL and Hstore
@@ -56,4 +56,3 @@ test_files:
56
56
  - spec/multilang_spec.rb
57
57
  - spec/schema.rb
58
58
  - spec/spec_helper.rb
59
- has_rdoc: