rally_rest_api 0.7.8 → 0.7.9

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/Rakefile CHANGED
@@ -19,6 +19,8 @@ PROJ.version = RallyRestVersion::LIBRARY_VERSION::STRING
19
19
 
20
20
  PROJ.exclude = ['.git/*', 'pkg/*']
21
21
 
22
+ PROJ.rdoc_dir = 'doc/output/rally_rest_api'
23
+
22
24
  PROJ.spec_opts << '--color'
23
25
 
24
26
  # EOF
@@ -149,6 +149,7 @@ class QueryBuilder # :nodoc: all
149
149
  :greater_than_equal => ">=",
150
150
  :gte => ">=",
151
151
  :less_then_equal => "<=",
152
+ :less_than_equal => "<=",
152
153
  :lte => "<=",
153
154
  }.each do |method, operator|
154
155
  module_eval %{def #{method}(lval, rval)
@@ -2,7 +2,7 @@ module RallyRestVersion #:nodoc:
2
2
  module LIBRARY_VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 7
5
- TINY = 8
5
+ TINY = 9
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rally_rest_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.8
4
+ version: 0.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Cotton
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-03-19 00:00:00 -06:00
12
+ date: 2008-03-25 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15