futures_pipeline 0.0.3 → 0.0.4

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.
@@ -9,7 +9,8 @@ module FuturesPipeline
9
9
  # Get a list of all the available careers. Returns an array of 50 careers per request. Use offset option to get more.
10
10
  #
11
11
  # @param options [Hash] A customizable set of options.
12
- # @option options offset [Integer] The offset from the first career in the list.
12
+ # @option options rpp [Integer] The results per page from the first career in the list.
13
+ # @option options page [Integer] the page of results from the first career in the list.
13
14
  # @return [Array<Hashie::Mash>]
14
15
  # @example
15
16
  # @client = FuturesPipeline.new
@@ -1,3 +1,3 @@
1
1
  module FuturesPipeline
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: futures_pipeline
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Erik Michaels-Ober
@@ -11,8 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-05-23 00:00:00 -07:00
15
- default_executable:
14
+ date: 2011-05-23 00:00:00 Z
16
15
  dependencies:
17
16
  - !ruby/object:Gem::Dependency
18
17
  name: ZenTest
@@ -191,7 +190,6 @@ files:
191
190
  - spec/futures_pipeline/client_spec.rb
192
191
  - spec/futures_pipeline_spec.rb
193
192
  - spec/helper.rb
194
- has_rdoc: true
195
193
  homepage: https://github.com/codeforamerica/futures_pipeline
196
194
  licenses: []
197
195
 
@@ -215,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
215
213
  requirements: []
216
214
 
217
215
  rubyforge_project:
218
- rubygems_version: 1.6.2
216
+ rubygems_version: 1.8.3
219
217
  signing_key:
220
218
  specification_version: 3
221
219
  summary: Ruby wrapper for the Futures, Inc. US Military Pipeline API