pivotal-tracker-fox 0.5.11 → 0.5.12

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/pivotal-tracker/project.rb +4 -0
  2. metadata +1 -1
@@ -14,6 +14,10 @@ module PivotalTracker
14
14
  parse(Client.connection["/projects/#{id}"].get)
15
15
  end
16
16
  end
17
+
18
+ def parse_projects(xml_string)
19
+ parse(xml_string)
20
+ end
17
21
  end
18
22
 
19
23
  element :id, Integer
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal-tracker-fox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.11
4
+ version: 0.5.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: