moviepilot-restful 0.2.18 → 0.2.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,6 +19,7 @@ module Restful
19
19
  explicit_links = config.whitelisted.select { |x| x.class == Symbol && x.to_s.ends_with?("_restful_url") }
20
20
  explicit_links.each { |link| config.whitelisted.delete(link) }
21
21
  explicit_links.map! { |link| link.to_s.chomp("_restful_url").to_sym }
22
+ config.whitelisted += explicit_links
22
23
 
23
24
  # simple attributes
24
25
  resource.values += Restful::Rails.tools.simple_attributes_on(model).map do |key, value|
data/restful.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "restful"
3
- s.version = "0.2.18"
3
+ s.version = "0.2.19"
4
4
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
5
5
  s.authors = ["Daniel Bornkessel", "Rany Keddo"]
6
6
  s.date = "2009-08-11"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moviepilot-restful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.18
4
+ version: 0.2.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Bornkessel