triggerhappy 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ module Triggerhappy
35
35
  end
36
36
 
37
37
  create_sql = "CREATE PROCEDURE "
38
- create_sql << "#{name}"
38
+ create_sql << "#{name} "
39
39
  create_sql << proc_definition.sql
40
40
  execute create_sql
41
41
  end
@@ -2,7 +2,7 @@ module TriggerHappy
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: triggerhappy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Stuart Wade