vizzuality-sequel-rails 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
data/History.md CHANGED
@@ -1,5 +1,7 @@
1
- 0.3.5 - dev
2
- ===========
1
+ 0.3.7
2
+ =====
3
+
4
+ * Make `rake db:schema:dump` load important extension
3
5
 
4
6
  0.3.4
5
7
  =====
@@ -22,6 +22,8 @@ namespace :db do
22
22
 
23
23
  database.gsub!(/(create_table\(:schema_migrations\) do.+?end)/m, '\1'+"\n\n#{inserts}\n")
24
24
 
25
+ database.gsub!(/\s*change do/, "\n change do\n run 'CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\"'")
26
+
25
27
  # 1. Fuck arbitrary whitespaces.
26
28
  database.gsub!(/\s+$/,"\n")
27
29
 
@@ -1,5 +1,5 @@
1
1
  module Rails
2
2
  module Sequel
3
- VERSION = "0.3.6"
3
+ VERSION = "0.3.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vizzuality-sequel-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-12-12 00:00:00.000000000 Z
13
+ date: 2013-12-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sequel
@@ -205,4 +205,3 @@ test_files:
205
205
  - spec/rcov.opts
206
206
  - spec/spec.opts
207
207
  - spec/spec_helper.rb
208
- has_rdoc: