Commit 2200e42

mo <mo.khan@gmail.com>
2019-01-07 18:11:53
bump version.
1 parent 926d43e
lib/scim/kit/v2/attributable.rb
@@ -3,7 +3,7 @@
 module Scim
   module Kit
     module V2
-      # Represents a dynamic attribute
+      # Represents a dynamic attribute that corresponds to a SCIM type
       module Attributable
         attr_reader :dynamic_attributes
 
lib/scim/kit/dynamic_attributes.rb
@@ -2,7 +2,7 @@
 
 module Scim
   module Kit
-    # Allows dynamic assignment of attributes.
+    # Allows dynamic creation of attributes.
     module DynamicAttributes
       def method_missing(method, *args)
         return super unless respond_to_missing?(method)
lib/scim/kit/version.rb
@@ -2,6 +2,6 @@
 
 module Scim
   module Kit
-    VERSION = '0.2.1'
+    VERSION = '0.2.2'
   end
 end