activerecord-postgres-hstore 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.textile +2 -1
  2. data/VERSION +1 -1
  3. metadata +3 -3
data/README.textile CHANGED
@@ -46,7 +46,7 @@ And run your bundler:
46
46
 
47
47
  Now you need to create a migration that adds hstore support for your postgresql database:
48
48
 
49
- @rails g railtie:hstore@
49
+ @rails g hstore:setup@
50
50
 
51
51
  Run it:
52
52
 
@@ -55,6 +55,7 @@ Run it:
55
55
  Finally you can create your own tables using hstore type. It's easy:
56
56
 
57
57
  @rails g model Person name:string data:hstore@
58
+ @rake db:migrate@
58
59
 
59
60
  You're done.
60
61
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-postgres-hstore
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Juan Maiz