slainer68-highrise 0.6 → 0.6.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.
Files changed (2) hide show
  1. data/lib/highrise/tag.rb +9 -0
  2. metadata +2 -1
@@ -0,0 +1,9 @@
1
+ module Highrise
2
+ class Tag < Base
3
+ include Pagination
4
+
5
+ def user
6
+ Tag.find(:all, :from => "/tags/#{id}.xml")
7
+ end
8
+ end
9
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slainer68-highrise
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.6"
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Marcos Tapaj\xC3\xB3s"
@@ -38,6 +38,7 @@ files:
38
38
  - lib/highrise/subject.rb
39
39
  - lib/highrise/task.rb
40
40
  - lib/highrise/user.rb
41
+ - lib/highrise/tag.rb
41
42
  - lib/highrise.rb
42
43
  - spec/highrise
43
44
  - spec/highrise/base_spec.rb