ribs 0.0.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.
data/test/type_spec.rb ADDED
@@ -0,0 +1,2 @@
1
+ require File.join(File.dirname(__FILE__), 'test_helper')
2
+
metadata ADDED
@@ -0,0 +1,80 @@
1
+ --- !ruby/object:Gem::Specification
2
+ required_ruby_version: !ruby/object:Gem::Requirement
3
+ requirements:
4
+ - - '>='
5
+ - !ruby/object:Gem::Version
6
+ version: "0"
7
+ version:
8
+ email: ola.bini@gmail.com
9
+ cert_chain: []
10
+
11
+ summary: Ribs wraps Hibernate, to provide a good ORM for JRuby
12
+ post_install_message:
13
+ extra_rdoc_files:
14
+ - README
15
+ homepage: http://ribs.rubyforge.org
16
+ signing_key:
17
+ name: ribs
18
+ rdoc_options:
19
+ - --title
20
+ - ribs
21
+ - --main
22
+ - README
23
+ - --line-numbers
24
+ autorequire:
25
+ rubyforge_project: ribs
26
+ executables: []
27
+
28
+ description: Ribs wraps Hibernate, to provide a good ORM for JRuby
29
+ specification_version: 2
30
+ default_executable:
31
+ files:
32
+ - lib/ribs.rb
33
+ - lib/ribs/db.rb
34
+ - lib/ribs/definition.rb
35
+ - lib/ribs/meat.rb
36
+ - lib/ribs/session.rb
37
+ - lib/ribs/core_ext/time.rb
38
+ - lib/antlr-2.7.6.jar
39
+ - lib/commons-collections-3.1.jar
40
+ - lib/dom4j-1.6.1.jar
41
+ - lib/hibernate3.jar
42
+ - lib/javassist-3.4.GA.jar
43
+ - lib/jruby-complete.jar
44
+ - lib/jta-1.1.jar
45
+ - lib/ribs.jar
46
+ - lib/slf4j-api-1.5.2.jar
47
+ - lib/slf4j-jdk14-1.5.2.jar
48
+ - test/artist_spec.rb
49
+ - test/find_spec.rb
50
+ - test/simple_select_spec.rb
51
+ - test/test_helper.rb
52
+ - test/track_spec.rb
53
+ - test/type_spec.rb
54
+ - Rakefile
55
+ - README
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - '>='
59
+ - !ruby/object:Gem::Version
60
+ version: "0"
61
+ version:
62
+ extensions: []
63
+
64
+ rubygems_version: 1.2.0
65
+ requirements: []
66
+
67
+ authors:
68
+ - Ola Bini
69
+ date: 2008-08-29 22:00:00 +00:00
70
+ platform: ruby
71
+ test_files: []
72
+
73
+ version: !ruby/object:Gem::Version
74
+ version: 0.0.1
75
+ require_paths:
76
+ - lib
77
+ dependencies: []
78
+
79
+ bindir: bin
80
+ has_rdoc: true