easy_data 1.0.2 → 1.0.3
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/lib/easy_data/version.rb +1 -1
- data/lib/routes.rb +3 -0
- metadata +73 -41
data/lib/easy_data/version.rb
CHANGED
data/lib/routes.rb
CHANGED
|
@@ -39,6 +39,9 @@ module EasyDataRouting
|
|
|
39
39
|
ed_actions.connect 'easy_datas/load_classes/:block/:attribute', :action => 'load_classes'
|
|
40
40
|
ed_actions.connect 'easy_datas/login', :action => 'login'
|
|
41
41
|
ed_actions.connect 'easy_datas/custom_attributes/:model', :action => 'custom_attributes'
|
|
42
|
+
ed_actions.connect 'easy_datas/view_settings', :action => 'view_settings'
|
|
43
|
+
ed_actions.connect 'easy_datas/settings', :action => 'settings'
|
|
44
|
+
ed_actions.connect 'easy_datas/custom_settings', :action => 'custom_settings'
|
|
42
45
|
end
|
|
43
46
|
|
|
44
47
|
#Ajax routes:
|
metadata
CHANGED
|
@@ -1,57 +1,80 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: easy_data
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 0
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.0.3
|
|
6
11
|
platform: ruby
|
|
7
|
-
authors:
|
|
12
|
+
authors:
|
|
8
13
|
- jnillo
|
|
9
14
|
autorequire:
|
|
10
15
|
bindir: bin
|
|
11
16
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
|
|
18
|
+
date: 2012-12-11 00:00:00 Z
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
15
21
|
name: hpricot
|
|
16
|
-
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
17
24
|
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- -
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 55
|
|
29
|
+
segments:
|
|
30
|
+
- 0
|
|
31
|
+
- 8
|
|
32
|
+
- 4
|
|
21
33
|
version: 0.8.4
|
|
22
34
|
type: :runtime
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
- !ruby/object:Gem::Dependency
|
|
35
|
+
version_requirements: *id001
|
|
36
|
+
- !ruby/object:Gem::Dependency
|
|
26
37
|
name: haml
|
|
27
|
-
|
|
38
|
+
prerelease: false
|
|
39
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
28
40
|
none: false
|
|
29
|
-
requirements:
|
|
30
|
-
- -
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
41
|
+
requirements:
|
|
42
|
+
- - ">="
|
|
43
|
+
- !ruby/object:Gem::Version
|
|
44
|
+
hash: 7
|
|
45
|
+
segments:
|
|
46
|
+
- 3
|
|
47
|
+
- 0
|
|
48
|
+
- 0
|
|
32
49
|
version: 3.0.0
|
|
33
50
|
type: :runtime
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
- !ruby/object:Gem::Dependency
|
|
51
|
+
version_requirements: *id002
|
|
52
|
+
- !ruby/object:Gem::Dependency
|
|
37
53
|
name: rails
|
|
38
|
-
|
|
54
|
+
prerelease: false
|
|
55
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
39
56
|
none: false
|
|
40
|
-
requirements:
|
|
57
|
+
requirements:
|
|
41
58
|
- - <
|
|
42
|
-
- !ruby/object:Gem::Version
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
hash: 7
|
|
61
|
+
segments:
|
|
62
|
+
- 3
|
|
63
|
+
- 0
|
|
64
|
+
- 0
|
|
43
65
|
version: 3.0.0
|
|
44
66
|
type: :runtime
|
|
45
|
-
|
|
46
|
-
version_requirements: *84118540
|
|
67
|
+
version_requirements: *id003
|
|
47
68
|
description: Easily publish the linked data data model of your project RoR
|
|
48
|
-
email:
|
|
69
|
+
email:
|
|
49
70
|
- jnillo@rubysemantic.com
|
|
50
|
-
executables:
|
|
71
|
+
executables:
|
|
51
72
|
- linked_data
|
|
52
73
|
extensions: []
|
|
74
|
+
|
|
53
75
|
extra_rdoc_files: []
|
|
54
|
-
|
|
76
|
+
|
|
77
|
+
files:
|
|
55
78
|
- .idea/EasyData.iml
|
|
56
79
|
- .idea/encodings.xml
|
|
57
80
|
- .idea/misc.xml
|
|
@@ -138,29 +161,38 @@ files:
|
|
|
138
161
|
- test/unit/namespaces_test.rb
|
|
139
162
|
homepage: http://rubygems.org/gem/easy_data
|
|
140
163
|
licenses: []
|
|
164
|
+
|
|
141
165
|
post_install_message:
|
|
142
166
|
rdoc_options: []
|
|
143
|
-
|
|
167
|
+
|
|
168
|
+
require_paths:
|
|
144
169
|
- lib
|
|
145
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
170
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
146
171
|
none: false
|
|
147
|
-
requirements:
|
|
148
|
-
- -
|
|
149
|
-
- !ruby/object:Gem::Version
|
|
150
|
-
|
|
151
|
-
|
|
172
|
+
requirements:
|
|
173
|
+
- - ">="
|
|
174
|
+
- !ruby/object:Gem::Version
|
|
175
|
+
hash: 3
|
|
176
|
+
segments:
|
|
177
|
+
- 0
|
|
178
|
+
version: "0"
|
|
179
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
180
|
none: false
|
|
153
|
-
requirements:
|
|
154
|
-
- -
|
|
155
|
-
- !ruby/object:Gem::Version
|
|
156
|
-
|
|
181
|
+
requirements:
|
|
182
|
+
- - ">="
|
|
183
|
+
- !ruby/object:Gem::Version
|
|
184
|
+
hash: 3
|
|
185
|
+
segments:
|
|
186
|
+
- 0
|
|
187
|
+
version: "0"
|
|
157
188
|
requirements: []
|
|
189
|
+
|
|
158
190
|
rubyforge_project: easy_data
|
|
159
191
|
rubygems_version: 1.8.10
|
|
160
192
|
signing_key:
|
|
161
193
|
specification_version: 3
|
|
162
194
|
summary: Blau blau Easily publish the linked data data model of your project RoR
|
|
163
|
-
test_files:
|
|
195
|
+
test_files:
|
|
164
196
|
- test/data_models_test.rb
|
|
165
197
|
- test/rdfa_test.rb
|
|
166
198
|
- test/unit/RDFa_test.rb
|