spree_auth 0.40.3 → 0.40.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.
Files changed (1) hide show
  1. metadata +8 -10
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_auth
3
3
  version: !ruby/object:Gem::Version
4
- hash: 185
4
+ hash: 183
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 40
9
- - 3
10
- version: 0.40.3
9
+ - 4
10
+ version: 0.40.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sean Schofield
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-17 00:00:00 -05:00
19
- default_executable:
18
+ date: 2011-10-21 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: spree_core
@@ -26,12 +25,12 @@ dependencies:
26
25
  requirements:
27
26
  - - "="
28
27
  - !ruby/object:Gem::Version
29
- hash: 185
28
+ hash: 183
30
29
  segments:
31
30
  - 0
32
31
  - 40
33
- - 3
34
- version: 0.40.3
32
+ - 4
33
+ version: 0.40.4
35
34
  type: :runtime
36
35
  version_requirements: *id001
37
36
  - !ruby/object:Gem::Dependency
@@ -122,7 +121,6 @@ files:
122
121
  - db/migrate/20101217012656_create_tokenized_permissions.rb
123
122
  - db/migrate/20101219201531_tokens_for_legacy_orders.rb
124
123
  - db/sample/users.rb
125
- has_rdoc: true
126
124
  homepage: http://spreecommerce.com
127
125
  licenses: []
128
126
 
@@ -154,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
152
  requirements:
155
153
  - none
156
154
  rubyforge_project: spree_auth
157
- rubygems_version: 1.4.2
155
+ rubygems_version: 1.8.10
158
156
  signing_key:
159
157
  specification_version: 3
160
158
  summary: Provides authentication and authorization services for use with Spree.