matid-resource_controller 0.6.6 → 0.6.7
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/TODO +0 -0
- data/VERSION.yml +1 -1
- data/rails/init.rb +2 -2
- metadata +14 -5
data/TODO
ADDED
|
File without changes
|
data/VERSION.yml
CHANGED
data/rails/init.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: matid-resource_controller
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 6
|
|
8
|
+
- 7
|
|
9
|
+
version: 0.6.7
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- Mateusz Drozdzynski
|
|
@@ -10,7 +15,7 @@ autorequire:
|
|
|
10
15
|
bindir: bin
|
|
11
16
|
cert_chain: []
|
|
12
17
|
|
|
13
|
-
date:
|
|
18
|
+
date: 2010-03-17 00:00:00 +00:00
|
|
14
19
|
default_executable:
|
|
15
20
|
dependencies: []
|
|
16
21
|
|
|
@@ -23,6 +28,7 @@ extensions: []
|
|
|
23
28
|
extra_rdoc_files:
|
|
24
29
|
- LICENSE
|
|
25
30
|
- README.rdoc
|
|
31
|
+
- TODO
|
|
26
32
|
files:
|
|
27
33
|
- README.rdoc
|
|
28
34
|
- VERSION.yml
|
|
@@ -250,6 +256,7 @@ files:
|
|
|
250
256
|
- test/test/unit/tag_test.rb
|
|
251
257
|
- test/test/unit/urligence_test.rb
|
|
252
258
|
- LICENSE
|
|
259
|
+
- TODO
|
|
253
260
|
has_rdoc: true
|
|
254
261
|
homepage: http://github.com/matid/resource_controller
|
|
255
262
|
licenses: []
|
|
@@ -263,18 +270,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
263
270
|
requirements:
|
|
264
271
|
- - ">="
|
|
265
272
|
- !ruby/object:Gem::Version
|
|
273
|
+
segments:
|
|
274
|
+
- 0
|
|
266
275
|
version: "0"
|
|
267
|
-
version:
|
|
268
276
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
269
277
|
requirements:
|
|
270
278
|
- - ">="
|
|
271
279
|
- !ruby/object:Gem::Version
|
|
280
|
+
segments:
|
|
281
|
+
- 0
|
|
272
282
|
version: "0"
|
|
273
|
-
version:
|
|
274
283
|
requirements: []
|
|
275
284
|
|
|
276
285
|
rubyforge_project:
|
|
277
|
-
rubygems_version: 1.3.
|
|
286
|
+
rubygems_version: 1.3.6
|
|
278
287
|
signing_key:
|
|
279
288
|
specification_version: 3
|
|
280
289
|
summary: Rails RESTful controller abstraction plugin.
|