rally_rest_api 0.7.0 → 0.7.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.
- data/lib/rally_rest_api/ruport.rb +0 -4
- data/lib/rally_rest_api/version.rb +1 -1
- metadata +11 -7
|
@@ -5,10 +5,6 @@
|
|
|
5
5
|
# table = rally_api.find(:defect) { equal :state, "Open" }.to_table([:formatted_i_d, :name, :owner])
|
|
6
6
|
# table.to_pdf
|
|
7
7
|
#
|
|
8
|
-
begin
|
|
9
|
-
require 'rubygems'
|
|
10
|
-
require 'ruport'
|
|
11
|
-
rescue LoadError ; raise "You must 'gem install ruport' to use rally_rest_api/ruport" ; end
|
|
12
8
|
|
|
13
9
|
# Ruport can deal with anything that has a #to_hash
|
|
14
10
|
class RestObject
|
metadata
CHANGED
|
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: rally_rest_api
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.7.
|
|
7
|
-
date: 2007-06-
|
|
6
|
+
version: 0.7.1
|
|
7
|
+
date: 2007-06-14 00:00:00 -06:00
|
|
8
8
|
summary: A ruby-ized interface to Rally's REST webservices API
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
@@ -65,10 +65,14 @@ test_files:
|
|
|
65
65
|
- test/tc_rest_api.rb
|
|
66
66
|
- test/tc_rest_query.rb
|
|
67
67
|
- test/test_helper.rb
|
|
68
|
-
rdoc_options:
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
68
|
+
rdoc_options:
|
|
69
|
+
- --main
|
|
70
|
+
- README.txt
|
|
71
|
+
extra_rdoc_files:
|
|
72
|
+
- CHANGELOG.txt
|
|
73
|
+
- History.txt
|
|
74
|
+
- Manifest.txt
|
|
75
|
+
- README.txt
|
|
72
76
|
executables: []
|
|
73
77
|
|
|
74
78
|
extensions: []
|
|
@@ -92,5 +96,5 @@ dependencies:
|
|
|
92
96
|
requirements:
|
|
93
97
|
- - ">="
|
|
94
98
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 1.2.
|
|
99
|
+
version: 1.2.1
|
|
96
100
|
version:
|