rabl 0.5.5.j → 0.6.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.
- data/CHANGELOG.md +1 -1
- data/README.md +1 -0
- data/lib/rabl/version.rb +1 -1
- metadata +5 -5
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -485,6 +485,7 @@ Let me know if there's any other useful resources.
|
|
|
485
485
|
### Troubleshooting ###
|
|
486
486
|
|
|
487
487
|
* Redundant calls for a collection: https://github.com/nesquena/rabl/issues/142#issuecomment-2969107
|
|
488
|
+
* Testing RABL Views: https://github.com/nesquena/rabl/issues/130#issuecomment-4179285
|
|
488
489
|
|
|
489
490
|
## Issues ##
|
|
490
491
|
|
data/lib/rabl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rabl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
version: 0.
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 0.6.0
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Nathan Esquenazi
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-02-
|
|
13
|
+
date: 2012-02-27 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: multi_json
|
|
@@ -306,9 +306,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
306
306
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
307
307
|
none: false
|
|
308
308
|
requirements:
|
|
309
|
-
- - "
|
|
309
|
+
- - ">="
|
|
310
310
|
- !ruby/object:Gem::Version
|
|
311
|
-
version:
|
|
311
|
+
version: "0"
|
|
312
312
|
requirements: []
|
|
313
313
|
|
|
314
314
|
rubyforge_project: rabl
|