geocerts 0.0.12 → 0.0.13

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.
@@ -8,7 +8,7 @@ more.
8
8
 
9
9
  require 'geo_certs'
10
10
 
11
- GeoCerts.login = 'example'
11
+ GeoCerts.partner_id = 'example'
12
12
  GeoCerts.api_token = 'abd123DEfg.....'
13
13
 
14
14
  begin
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.12
1
+ 0.0.13
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{geocerts}
8
- s.version = "0.0.12"
8
+ s.version = "0.0.13"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["GeoCerts, Inc."]
12
- s.date = %q{2010-04-14}
12
+ s.date = %q{2010-04-15}
13
13
  s.description = %q{A Ruby library for interfacing with the GeoCerts REST API}
14
14
  s.email = %q{sslsupport@geocerts.com}
15
15
  s.extra_rdoc_files = [
@@ -6,7 +6,7 @@ module GeoCerts
6
6
  module Orders # :nodoc:
7
7
 
8
8
  ELEMENTS = <<-ORDER
9
- element :id, :type => Integer
9
+ element :id
10
10
  element 'geotrust-order-id', :as => :geotrust_order_id
11
11
  element :domain
12
12
  element "status-major", :as => :status_major
@@ -330,8 +330,8 @@ module GeoCerts
330
330
  ##
331
331
  # Returns a collection of events for the order.
332
332
  #
333
- def events
334
- GeoCerts::Event.find_by_order_id(self.id)
333
+ def events(options = {})
334
+ GeoCerts::Event.find_by_order_id(self.id, options)
335
335
  end
336
336
 
337
337
  ##
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 12
9
- version: 0.0.12
8
+ - 13
9
+ version: 0.0.13
10
10
  platform: ruby
11
11
  authors:
12
12
  - GeoCerts, Inc.
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-14 00:00:00 -04:00
17
+ date: 2010-04-15 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency