openid-store-sequel 0.0.1 → 0.0.2

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/.travis.yml CHANGED
@@ -8,7 +8,7 @@ language: ruby
8
8
  rvm:
9
9
  - 1.9.2
10
10
  - 1.9.3
11
- - jruby-19mode
11
+ # - jruby-19mode # disabled for now
12
12
  - rbx-19mode
13
13
 
14
14
  script: bundle exec rake test --trace
data/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  Storing your OpenIDs in your Sequels.
6
6
 
7
+ [![Build Status](https://secure.travis-ci.org/dylanegan/openid-store-sequel.png?branch=master)](http://travis-ci.org/dylanegan/openid-store-sequel)
8
+
7
9
  ## Usage
8
10
 
9
11
  ```ruby
@@ -17,7 +17,7 @@ module OpenID
17
17
  server_url: server_url,
18
18
  handle: assoc.handle,
19
19
  secret: Base64.encode64(assoc.secret),
20
- issued: assoc.issued,
20
+ issued: assoc.issued.to_i,
21
21
  lifetime: assoc.lifetime,
22
22
  assoc_type: assoc.assoc_type
23
23
  )
@@ -1,7 +1,7 @@
1
1
  module OpenID
2
2
  module Store
3
3
  class Sequel
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openid-store-sequel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-21 00:00:00.000000000 Z
12
+ date: 2012-06-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ruby-openid