coded_attribute 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,112 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: coded_attribute
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 2
9
+ version: 0.0.2
10
+ platform: ruby
11
+ authors:
12
+ - Jaden Carver
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-11-06 00:00:00 -06:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description: ActiveRecord plugin for storing coded variables
22
+ email: jaden.carver@gmail.com
23
+ executables: []
24
+
25
+ extensions: []
26
+
27
+ extra_rdoc_files:
28
+ - README
29
+ - lib/coded_attributes.rb
30
+ files:
31
+ - MIT-LICENSE
32
+ - Manifest
33
+ - README
34
+ - Rakefile
35
+ - coded_attribute.gemspec
36
+ - init.rb
37
+ - install.rb
38
+ - lib/coded_attributes.rb
39
+ - rdoc/CodedAttributes.html
40
+ - rdoc/README.html
41
+ - rdoc/created.rid
42
+ - rdoc/images/brick.png
43
+ - rdoc/images/brick_link.png
44
+ - rdoc/images/bug.png
45
+ - rdoc/images/bullet_black.png
46
+ - rdoc/images/bullet_toggle_minus.png
47
+ - rdoc/images/bullet_toggle_plus.png
48
+ - rdoc/images/date.png
49
+ - rdoc/images/find.png
50
+ - rdoc/images/loadingAnimation.gif
51
+ - rdoc/images/macFFBgHack.png
52
+ - rdoc/images/package.png
53
+ - rdoc/images/page_green.png
54
+ - rdoc/images/page_white_text.png
55
+ - rdoc/images/page_white_width.png
56
+ - rdoc/images/plugin.png
57
+ - rdoc/images/ruby.png
58
+ - rdoc/images/tag_green.png
59
+ - rdoc/images/wrench.png
60
+ - rdoc/images/wrench_orange.png
61
+ - rdoc/images/zoom.png
62
+ - rdoc/index.html
63
+ - rdoc/js/darkfish.js
64
+ - rdoc/js/jquery.js
65
+ - rdoc/js/quicksearch.js
66
+ - rdoc/js/thickbox-compressed.js
67
+ - rdoc/lib/coded_attributes_rb.html
68
+ - rdoc/rdoc.css
69
+ - test/coded_attributes_test.rb
70
+ - test/test_helper.rb
71
+ - uninstall.rb
72
+ has_rdoc: true
73
+ homepage: http://github.com/windigo77/coded_attribute
74
+ licenses: []
75
+
76
+ post_install_message:
77
+ rdoc_options:
78
+ - --line-numbers
79
+ - --inline-source
80
+ - --title
81
+ - Coded_attribute
82
+ - --main
83
+ - README
84
+ require_paths:
85
+ - lib
86
+ required_ruby_version: !ruby/object:Gem::Requirement
87
+ none: false
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ segments:
92
+ - 0
93
+ version: "0"
94
+ required_rubygems_version: !ruby/object:Gem::Requirement
95
+ none: false
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ segments:
100
+ - 1
101
+ - 2
102
+ version: "1.2"
103
+ requirements: []
104
+
105
+ rubyforge_project: coded_attribute
106
+ rubygems_version: 1.3.7
107
+ signing_key:
108
+ specification_version: 3
109
+ summary: ActiveRecord plugin for storing coded variables
110
+ test_files:
111
+ - test/test_helper.rb
112
+ - test/coded_attributes_test.rb