rtm-activerecord 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/DISCLAIMER CHANGED
@@ -1,3 +1,5 @@
1
+ Copyright 2006-2008 Benjamin Bock
2
+
1
3
  Copyright 2008-2010 Topic Maps Lab, University of Leipzig.
2
4
 
3
5
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -10,4 +12,4 @@ Unless required by applicable law or agreed to in writing, software
10
12
  distributed under the License is distributed on an "AS IS" BASIS,
11
13
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
14
  See the License for the specific language governing permissions and limitations
13
- under the License.
15
+ under the License.
@@ -30,7 +30,7 @@ module RTM::AR
30
30
  # the sql statements.
31
31
  def log(to=STDOUT)
32
32
  ActiveRecord::Base.logger = Logger.new(to)
33
- ActiveRecord::Base.colorize_logging = false if PLATFORM =~ /mswin/
33
+ ActiveRecord::Base.colorize_logging = false if PLATFORM =~ /mswin|mingw/
34
34
  end
35
35
 
36
36
  # This function generates the database schema using the default
metadata CHANGED
@@ -3,64 +3,64 @@ name: rtm-activerecord
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
- - 0
7
- - 3
8
- - 0
9
- version: 0.3.0
6
+ - 0
7
+ - 3
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
- - Benjamin Bock
12
+ - Benjamin Bock
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-13 00:00:00 +02:00
17
+ date: 2010-09-28 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: rtm
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- requirements:
25
- - - ">="
26
- - !ruby/object:Gem::Version
27
- segments:
28
- - 0
29
- - 3
30
- - 0
31
- version: 0.3.0
32
- type: :runtime
33
- version_requirements: *id001
34
- - !ruby/object:Gem::Dependency
35
- name: activesupport
36
- prerelease: false
37
- requirement: &id002 !ruby/object:Gem::Requirement
38
- requirements:
39
- - - ">="
40
- - !ruby/object:Gem::Version
41
- segments:
42
- - 2
43
- - 3
44
- - 5
45
- version: 2.3.5
46
- type: :runtime
47
- version_requirements: *id002
48
- - !ruby/object:Gem::Dependency
49
- name: activerecord
50
- prerelease: false
51
- requirement: &id003 !ruby/object:Gem::Requirement
52
- requirements:
53
- - - ">="
54
- - !ruby/object:Gem::Version
55
- segments:
56
- - 2
57
- - 3
58
- - 5
59
- version: 2.3.5
60
- type: :runtime
61
- version_requirements: *id003
20
+ - !ruby/object:Gem::Dependency
21
+ name: rtm
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 0
29
+ - 3
30
+ - 1
31
+ version: 0.3.1
32
+ type: :runtime
33
+ version_requirements: *id001
34
+ - !ruby/object:Gem::Dependency
35
+ name: activesupport
36
+ prerelease: false
37
+ requirement: &id002 !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ segments:
42
+ - 2
43
+ - 3
44
+ - 5
45
+ version: 2.3.5
46
+ type: :runtime
47
+ version_requirements: *id002
48
+ - !ruby/object:Gem::Dependency
49
+ name: activerecord
50
+ prerelease: false
51
+ requirement: &id003 !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ segments:
56
+ - 2
57
+ - 3
58
+ - 5
59
+ version: 2.3.5
60
+ type: :runtime
61
+ version_requirements: *id003
62
62
  description: " Ruby Topic Maps is a Topic Maps engine written in Ruby.\n This is the backend engine which holds all data in ActiveRecord objects.\n It's available on all ruby platforms but currently does not pass all specs.\n"
63
- email: rtm+rtm-activerecord-gem-20100413@topicmapslab.de
63
+ email: rtm+rtm-activerecord-gem-20100928@topicmapslab.de
64
64
  executables: []
65
65
 
66
66
  extensions: []
@@ -68,46 +68,46 @@ extensions: []
68
68
  extra_rdoc_files: []
69
69
 
70
70
  files:
71
- - lib/rtm/activerecord/001_initial_schema.rb
72
- - lib/rtm/activerecord/002_rtm01to02.rb
73
- - lib/rtm/activerecord/association_and_role.rb
74
- - lib/rtm/activerecord/base.rb
75
- - lib/rtm/activerecord/io/from_xtm2.rb
76
- - lib/rtm/activerecord/io/from_xtm2_libxml.rb
77
- - lib/rtm/activerecord/io/to_jtm.rb
78
- - lib/rtm/activerecord/io/to_string.rb
79
- - lib/rtm/activerecord/io/to_xtm1.rb
80
- - lib/rtm/activerecord/io/to_xtm2.rb
81
- - lib/rtm/activerecord/io/to_yaml.rb
82
- - lib/rtm/activerecord/literal_index.rb
83
- - lib/rtm/activerecord/locators.rb
84
- - lib/rtm/activerecord/merging.rb
85
- - lib/rtm/activerecord/name_variant_occurrence.rb
86
- - lib/rtm/activerecord/persistent_code_output.rb
87
- - lib/rtm/activerecord/quaaxtm2rtm.rb
88
- - lib/rtm/activerecord/quaaxtm2rtmviews.rb
89
- - lib/rtm/activerecord/rdbms_config.rb
90
- - lib/rtm/activerecord/set_wrapper.rb
91
- - lib/rtm/activerecord/sugar/association/hash_access.rb
92
- - lib/rtm/activerecord/sugar/role/counterparts.rb
93
- - lib/rtm/activerecord/sugar/topic/characteristics.rb
94
- - lib/rtm/activerecord/sugar/topic/counterparts.rb
95
- - lib/rtm/activerecord/sugar/topic/hash_access.rb
96
- - lib/rtm/activerecord/sugar/topic/identifier_direct.rb
97
- - lib/rtm/activerecord/sugar/topic/predefined_associations.rb
98
- - lib/rtm/activerecord/tm_construct.rb
99
- - lib/rtm/activerecord/tm_delegator.rb
100
- - lib/rtm/activerecord/tm_set_delegator.rb
101
- - lib/rtm/activerecord/tmdm.rb
102
- - lib/rtm/activerecord/topic.rb
103
- - lib/rtm/activerecord/topic_map.rb
104
- - lib/rtm/activerecord/topic_map_system.rb
105
- - lib/rtm/activerecord/traverse_associations.rb
106
- - lib/rtm/activerecord.rb
107
- - lib/rtm-activerecord.rb
108
- - LICENSE
109
- - DISCLAIMER
110
- - README
71
+ - lib/rtm-activerecord.rb
72
+ - lib/rtm/activerecord.rb
73
+ - lib/rtm/activerecord/001_initial_schema.rb
74
+ - lib/rtm/activerecord/002_rtm01to02.rb
75
+ - lib/rtm/activerecord/association_and_role.rb
76
+ - lib/rtm/activerecord/base.rb
77
+ - lib/rtm/activerecord/literal_index.rb
78
+ - lib/rtm/activerecord/locators.rb
79
+ - lib/rtm/activerecord/merging.rb
80
+ - lib/rtm/activerecord/name_variant_occurrence.rb
81
+ - lib/rtm/activerecord/persistent_code_output.rb
82
+ - lib/rtm/activerecord/quaaxtm2rtm.rb
83
+ - lib/rtm/activerecord/quaaxtm2rtmviews.rb
84
+ - lib/rtm/activerecord/rdbms_config.rb
85
+ - lib/rtm/activerecord/set_wrapper.rb
86
+ - lib/rtm/activerecord/tm_construct.rb
87
+ - lib/rtm/activerecord/tm_delegator.rb
88
+ - lib/rtm/activerecord/tm_set_delegator.rb
89
+ - lib/rtm/activerecord/tmdm.rb
90
+ - lib/rtm/activerecord/topic.rb
91
+ - lib/rtm/activerecord/topic_map.rb
92
+ - lib/rtm/activerecord/topic_map_system.rb
93
+ - lib/rtm/activerecord/traverse_associations.rb
94
+ - lib/rtm/activerecord/io/from_xtm2.rb
95
+ - lib/rtm/activerecord/io/from_xtm2_libxml.rb
96
+ - lib/rtm/activerecord/io/to_jtm.rb
97
+ - lib/rtm/activerecord/io/to_string.rb
98
+ - lib/rtm/activerecord/io/to_xtm1.rb
99
+ - lib/rtm/activerecord/io/to_xtm2.rb
100
+ - lib/rtm/activerecord/io/to_yaml.rb
101
+ - lib/rtm/activerecord/sugar/association/hash_access.rb
102
+ - lib/rtm/activerecord/sugar/role/counterparts.rb
103
+ - lib/rtm/activerecord/sugar/topic/characteristics.rb
104
+ - lib/rtm/activerecord/sugar/topic/counterparts.rb
105
+ - lib/rtm/activerecord/sugar/topic/hash_access.rb
106
+ - lib/rtm/activerecord/sugar/topic/identifier_direct.rb
107
+ - lib/rtm/activerecord/sugar/topic/predefined_associations.rb
108
+ - LICENSE
109
+ - DISCLAIMER
110
+ - README
111
111
  has_rdoc: true
112
112
  homepage: http://rtm.topicmapslab.de/
113
113
  licenses: []
@@ -116,21 +116,21 @@ post_install_message:
116
116
  rdoc_options: []
117
117
 
118
118
  require_paths:
119
- - lib
119
+ - lib
120
120
  required_ruby_version: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - ">="
123
- - !ruby/object:Gem::Version
124
- segments:
125
- - 0
126
- version: "0"
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ segments:
125
+ - 0
126
+ version: "0"
127
127
  required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - ">="
130
- - !ruby/object:Gem::Version
131
- segments:
132
- - 0
133
- version: "0"
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ segments:
132
+ - 0
133
+ version: "0"
134
134
  requirements: []
135
135
 
136
136
  rubyforge_project: rtm