winton-acts_as_relationable 1.0
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.
metadata
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: winton-acts_as_relationable
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: "1.0"
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Winton Welsh
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
|
|
12
|
+
date: 2008-08-15 00:00:00 -07:00
|
|
13
|
+
default_executable:
|
|
14
|
+
dependencies:
|
|
15
|
+
- !ruby/object:Gem::Dependency
|
|
16
|
+
name: activerecord
|
|
17
|
+
version_requirement:
|
|
18
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
19
|
+
requirements:
|
|
20
|
+
- - ">="
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 2.1.0
|
|
23
|
+
version:
|
|
24
|
+
description: A Rails plugin that allows you to create habtm :through relationships across multiple models using using a single join table.
|
|
25
|
+
email: mail@wintoni.us
|
|
26
|
+
executables: []
|
|
27
|
+
|
|
28
|
+
extensions: []
|
|
29
|
+
|
|
30
|
+
extra_rdoc_files: []
|
|
31
|
+
|
|
32
|
+
files:
|
|
33
|
+
- generators/
|
|
34
|
+
- generators/acts_as_relationable/
|
|
35
|
+
- generators/acts_as_relationable/acts_as_relationable_generator.rb
|
|
36
|
+
- generators/acts_as_relationable/templates/
|
|
37
|
+
- generators/acts_as_relationable/templates/migrate/
|
|
38
|
+
- generators/acts_as_relationable/templates/migrate/add_fields_to_relationships.rb.erb
|
|
39
|
+
- generators/acts_as_relationable/templates/migrate/create_relationships.rb.erb
|
|
40
|
+
- generators/acts_as_relationable/templates/models/
|
|
41
|
+
- generators/acts_as_relationable/templates/models/relationship.rb
|
|
42
|
+
- init.rb
|
|
43
|
+
- lib/
|
|
44
|
+
- lib/acts_as_relationable.rb
|
|
45
|
+
- MIT-LICENSE
|
|
46
|
+
- README.markdown
|
|
47
|
+
has_rdoc: false
|
|
48
|
+
homepage: http://github.com/winton/acts_as_relationable/wikis
|
|
49
|
+
post_install_message:
|
|
50
|
+
rdoc_options: []
|
|
51
|
+
|
|
52
|
+
require_paths:
|
|
53
|
+
- lib
|
|
54
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
55
|
+
requirements:
|
|
56
|
+
- - ">="
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
version: "0"
|
|
59
|
+
version:
|
|
60
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
|
+
requirements:
|
|
62
|
+
- - ">="
|
|
63
|
+
- !ruby/object:Gem::Version
|
|
64
|
+
version: "0"
|
|
65
|
+
version:
|
|
66
|
+
requirements: []
|
|
67
|
+
|
|
68
|
+
rubyforge_project:
|
|
69
|
+
rubygems_version: 1.2.0
|
|
70
|
+
signing_key:
|
|
71
|
+
specification_version: 2
|
|
72
|
+
summary: Quick and easy habtm :through relationships in Rails
|
|
73
|
+
test_files: []
|
|
74
|
+
|