wordnik 4.06.06 → 4.06.07

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ module Wordnik
7
7
  extend ActiveModel::Naming
8
8
 
9
9
  attr_accessor :endpoint, :http_method, :summary, :notes, :parameters, :response, :open,
10
- :nickname, :deprecated, :category, :error_responses, :response_class
10
+ :nickname, :deprecated, :category, :error_responses, :response_class, :response_type_internal
11
11
 
12
12
  validates_presence_of :endpoint, :http_method, :summary, :notes, :parameters, :response, :open
13
13
 
@@ -6,7 +6,8 @@ module Wordnik
6
6
  include ActiveModel::Conversion
7
7
  extend ActiveModel::Naming
8
8
 
9
- attr_accessor :name, :description, :required, :param_type, :default_value, :allowable_values, :param_access, :internal_description, :wrapper_name, :data_type, :allow_multiple
9
+ attr_accessor :name, :description, :required, :param_type, :default_value, :allowable_values,
10
+ :param_access, :internal_description, :wrapper_name, :data_type, :allow_multiple, :value_type_internal
10
11
 
11
12
  def initialize(attributes = {})
12
13
  attributes.each do |name, value|
@@ -1,4 +1,4 @@
1
1
  module Wordnik
2
- VERSION = "4.06.06"
2
+ VERSION = "4.06.07"
3
3
  end
4
4
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: wordnik
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 4.06.06
5
+ version: 4.06.07
6
6
  platform: ruby
7
7
  authors:
8
8
  - Zeke Sikelianos
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-08-29 00:00:00 Z
14
+ date: 2011-08-31 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: typhoeus