jrtm 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/jrtm.rb +11 -0
  2. metadata +8 -7
data/lib/jrtm.rb ADDED
@@ -0,0 +1,11 @@
1
+ warn("Please require 'rtm' instead of 'jrtm'. Jrtm is only a meta-package to install all rtm-javatmapi related gems.")
2
+
3
+ if Object.const_defined?("Gem") && rtmgem = Gem.loaded_specs["jrtm"]
4
+ require 'rtm'
5
+ else
6
+ rtm_path = File.expand_path(File.join(File.dirname(__FILE__), "../../rtm/lib"))
7
+ if File.directory?(rtm_path)
8
+ $LOAD_PATH.unshift rtm_path
9
+ require 'rtm'
10
+ end
11
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jrtm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Bock
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2010-02-05 00:00:00 +01:00
15
+ date: 2010-02-21 00:00:00 +01:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -23,7 +23,7 @@ dependencies:
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 0.2.0
26
+ version: 0.2.1
27
27
  version:
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rtm-ontopia
@@ -33,7 +33,7 @@ dependencies:
33
33
  requirements:
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 0.2.0
36
+ version: 0.2.1
37
37
  version:
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: rtm-tinytim
@@ -43,10 +43,10 @@ dependencies:
43
43
  requirements:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 0.2.0
46
+ version: 0.2.1
47
47
  version:
48
48
  description: Ruby Topic Maps is a Topic Maps engine written in Ruby with several backends.
49
- email: "#rtm+jrtm-gem-20100205@topicmapslab.de"
49
+ email: rtm+jrtm-gem-20100221@topicmapslab.de
50
50
  executables: []
51
51
 
52
52
  extensions: []
@@ -54,6 +54,7 @@ extensions: []
54
54
  extra_rdoc_files: []
55
55
 
56
56
  files:
57
+ - lib/jrtm.rb
57
58
  - LICENSE
58
59
  - DISCLAIMER
59
60
  - README
@@ -61,7 +62,7 @@ has_rdoc: true
61
62
  homepage: http://rtm.topicmapslab.de/
62
63
  licenses: []
63
64
 
64
- post_install_message: You have successfully installed RTM
65
+ post_install_message:
65
66
  rdoc_options: []
66
67
 
67
68
  require_paths: