drupal83 0.1.0 → 0.1.1

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.
@@ -0,0 +1,22 @@
1
+ module Drupal
2
+ class Comment
3
+ eval Drupal.common
4
+ storage_names[:drupal] = 'comments'
5
+
6
+ property :cid, Serial
7
+ property :pid, Integer
8
+ property :nid, Integer
9
+ property :uid, Integer
10
+ property :type, String
11
+ property :subject, String
12
+ property :comment, Text
13
+ property :hostname, String
14
+
15
+ #
16
+ property :thread, String
17
+ property :name, String
18
+ property :mail, String
19
+ property :homepage, String
20
+
21
+ end
22
+ end
@@ -1,3 +1,3 @@
1
1
  module Drupal
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drupal83
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -29,6 +29,7 @@ files:
29
29
  - lib/drupal/cck.rb
30
30
  - lib/drupal/cck/builder.rb
31
31
  - lib/drupal/cck/fields.rb
32
+ - lib/drupal/comment.rb
32
33
  - lib/drupal/node.rb
33
34
  - lib/drupal/user.rb
34
35
  - lib/drupal/version.rb