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.
Files changed (4) hide show
  1. data/CHANGELOG.md +1 -1
  2. data/README.md +1 -0
  3. data/lib/rabl/version.rb +1 -1
  4. metadata +5 -5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # CHANGELOG
2
2
 
3
- ## 0.5.5.a-i
3
+ ## 0.6.0
4
4
 
5
5
  * Change engine to only instantiate one builder when rendering a collection
6
6
  * Alias to\_msgpack to to\_mpac
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
@@ -1,3 +1,3 @@
1
1
  module Rabl
2
- VERSION = "0.5.5.j"
2
+ VERSION = "0.6.0"
3
3
  end
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: 6
5
- version: 0.5.5.j
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-26 00:00:00 Z
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: 1.3.1
311
+ version: "0"
312
312
  requirements: []
313
313
 
314
314
  rubyforge_project: rabl