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.
@@ -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
@@ -2,7 +2,7 @@ module RallyRestVersion #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 7
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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.0
7
- date: 2007-06-04 00:00:00 -06:00
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
- extra_rdoc_files: []
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.0
99
+ version: 1.2.1
96
100
  version: