momomoto 0.1.17 → 0.1.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/momomoto/database.rb +1 -1
  2. metadata +96 -89
@@ -161,7 +161,7 @@ module Momomoto
161
161
  self.begin
162
162
  begin
163
163
  yield
164
- rescue => e
164
+ rescue Exception => e
165
165
  rollback
166
166
  raise e
167
167
  end
metadata CHANGED
@@ -1,124 +1,131 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.4
3
- specification_version: 1
4
2
  name: momomoto
5
3
  version: !ruby/object:Gem::Version
6
- version: 0.1.17
7
- date: 2008-03-09 00:00:00 +01:00
8
- summary: Momomoto is an object relational mapper for PostgreSQL.
9
- require_paths:
10
- - lib
11
- email: sven@c3d2.de
12
- homepage: http://pentabarf.org/Momomoto
13
- rubyforge_project:
14
- description: Momomoto is an object relational mapper for PostgreSQL.
15
- autorequire: momomoto
16
- default_executable:
17
- bindir: bin
18
- has_rdoc: true
19
- required_ruby_version: !ruby/object:Gem::Version::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: 1.8.2
24
- version:
4
+ version: 0.1.18
25
5
  platform: ruby
26
- signing_key:
27
- cert_chain:
28
- post_install_message:
29
6
  authors:
30
7
  - Sven Klemm
8
+ autorequire: momomoto
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-02-19 00:00:00 +01:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: postgres
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.7.9.2008.01.09
23
+ version:
24
+ description: Momomoto is an object relational mapper for PostgreSQL.
25
+ email: sven@c3d2.de
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
31
32
  files:
32
- - lib/timeinterval.rb
33
33
  - lib/momomoto.rb
34
- - lib/momomoto/database.rb
35
34
  - lib/momomoto/momomoto.rb
36
- - lib/momomoto/row.rb
37
- - lib/momomoto/table.rb
38
- - lib/momomoto/procedure.rb
39
- - lib/momomoto/datatype.rb
40
- - lib/momomoto/base.rb
41
- - lib/momomoto/order.rb
42
- - lib/momomoto/information_schema/table_constraints.rb
43
- - lib/momomoto/information_schema/columns.rb
44
- - lib/momomoto/information_schema/fetch_procedure_parameters.rb
45
- - lib/momomoto/information_schema/fetch_procedure_columns.rb
46
- - lib/momomoto/information_schema/routines.rb
47
- - lib/momomoto/information_schema/key_column_usage.rb
48
- - lib/momomoto/datatype/boolean.rb
49
- - lib/momomoto/datatype/date.rb
35
+ - lib/momomoto/datatype/character.rb
36
+ - lib/momomoto/datatype/bytea.rb
37
+ - lib/momomoto/datatype/array/text.rb
38
+ - lib/momomoto/datatype/array/base.rb
39
+ - lib/momomoto/datatype/array/integer.rb
40
+ - lib/momomoto/datatype/interval.rb
50
41
  - lib/momomoto/datatype/array.rb
51
- - lib/momomoto/datatype/smallint.rb
52
42
  - lib/momomoto/datatype/real.rb
53
43
  - lib/momomoto/datatype/text.rb
54
- - lib/momomoto/datatype/interval.rb
55
- - lib/momomoto/datatype/character.rb
56
- - lib/momomoto/datatype/integer.rb
57
- - lib/momomoto/datatype/time_without_time_zone.rb
58
- - lib/momomoto/datatype/character_varying.rb
44
+ - lib/momomoto/datatype/time_with_time_zone.rb
59
45
  - lib/momomoto/datatype/inet.rb
46
+ - lib/momomoto/datatype/character_varying.rb
47
+ - lib/momomoto/datatype/time_without_time_zone.rb
60
48
  - lib/momomoto/datatype/numeric.rb
61
- - lib/momomoto/datatype/bytea.rb
49
+ - lib/momomoto/datatype/smallint.rb
62
50
  - lib/momomoto/datatype/timestamp_without_time_zone.rb
63
- - lib/momomoto/datatype/timestamp_with_time_zone.rb
64
- - lib/momomoto/datatype/time_with_time_zone.rb
65
51
  - lib/momomoto/datatype/base.rb
52
+ - lib/momomoto/datatype/timestamp_with_time_zone.rb
53
+ - lib/momomoto/datatype/date.rb
54
+ - lib/momomoto/datatype/integer.rb
55
+ - lib/momomoto/datatype/boolean.rb
66
56
  - lib/momomoto/datatype/bigint.rb
67
- - lib/momomoto/datatype/array/integer.rb
68
- - lib/momomoto/datatype/array/text.rb
69
- - lib/momomoto/datatype/array/base.rb
57
+ - lib/momomoto/information_schema/routines.rb
58
+ - lib/momomoto/information_schema/key_column_usage.rb
59
+ - lib/momomoto/information_schema/table_constraints.rb
60
+ - lib/momomoto/information_schema/fetch_procedure_columns.rb
61
+ - lib/momomoto/information_schema/fetch_procedure_parameters.rb
62
+ - lib/momomoto/information_schema/columns.rb
63
+ - lib/momomoto/database.rb
64
+ - lib/momomoto/datatype.rb
65
+ - lib/momomoto/row.rb
66
+ - lib/momomoto/table.rb
67
+ - lib/momomoto/base.rb
68
+ - lib/momomoto/order.rb
69
+ - lib/momomoto/procedure.rb
70
+ - lib/timeinterval.rb
70
71
  - sql/procedures.sql
71
- - sql/types.sql
72
72
  - sql/install.sql
73
- - test/test_procedure.rb
74
- - test/test_array.rb
75
- - test/test_boolean.rb
73
+ - sql/types.sql
76
74
  - test/test_real.rb
77
- - test/test_smallint.rb
78
- - test/test_interval.rb
79
- - test/test_text.rb
80
- - test/test_table.rb
81
- - test/test_numeric.rb
75
+ - test/test_time_with_time_zone.rb
82
76
  - test/test_inet.rb
83
- - test/test_time_without_time_zone.rb
84
- - test/test_character_varying.rb
85
- - test/test_character.rb
77
+ - test/test_table.rb
86
78
  - test/test_integer.rb
79
+ - test/test_information_schema.rb
80
+ - test/test_timeinterval.rb
81
+ - test/test_text.rb
87
82
  - test/test_datatype.rb
83
+ - test/test_character.rb
84
+ - test/test_boolean.rb
88
85
  - test/test_row.rb
86
+ - test/test_date.rb
87
+ - test/test_array.rb
88
+ - test/test_bigint.rb
89
+ - test/test_base.rb
89
90
  - test/test_timestamp_without_time_zone.rb
90
- - test/test_time_with_time_zone.rb
91
- - test/test_timeinterval.rb
91
+ - test/test_interval.rb
92
92
  - test/test_database.rb
93
+ - test/test_smallint.rb
94
+ - test/test_procedure.rb
93
95
  - test/test_bytea.rb
94
- - test/test_information_schema.rb
95
- - test/test_base.rb
96
- - test/test_bigint.rb
96
+ - test/test_character_varying.rb
97
97
  - test/test_timestamp_with_time_zone.rb
98
- - test/test_date.rb
98
+ - test/test_time_without_time_zone.rb
99
+ - test/test_numeric.rb
99
100
  - test/test_functions.sql
100
101
  - test/test.sql
101
- - LICENSE
102
102
  - Rakefile
103
- test_files: []
104
-
103
+ - LICENSE
104
+ has_rdoc: true
105
+ homepage: http://pentabarf.org/Momomoto
106
+ post_install_message:
105
107
  rdoc_options: []
106
108
 
107
- extra_rdoc_files: []
108
-
109
- executables: []
110
-
111
- extensions: []
112
-
109
+ require_paths:
110
+ - lib
111
+ required_ruby_version: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - ">="
114
+ - !ruby/object:Gem::Version
115
+ version: 1.8.2
116
+ version:
117
+ required_rubygems_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: "0"
122
+ version:
113
123
  requirements:
114
124
  - PostgreSQL 8.1.x or greater
115
- dependencies:
116
- - !ruby/object:Gem::Dependency
117
- name: postgres
118
- version_requirement:
119
- version_requirements: !ruby/object:Gem::Version::Requirement
120
- requirements:
121
- - - ">="
122
- - !ruby/object:Gem::Version
123
- version: 0.7.9.2008.01.09
124
- version:
125
+ rubyforge_project:
126
+ rubygems_version: 1.1.1
127
+ signing_key:
128
+ specification_version: 2
129
+ summary: Momomoto is an object relational mapper for PostgreSQL.
130
+ test_files: []
131
+