authorize 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.
Files changed (3) hide show
  1. data/lib/authorize/version.rb +1 -1
  2. metadata +6 -9
  3. data/Gemfile.lock +0 -42
@@ -1,3 +1,3 @@
1
1
  module Authorize
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authorize
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
5
- prerelease: false
4
+ hash: 27
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Hapgood
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-20 00:00:00 -04:00
19
- default_executable:
18
+ date: 2011-05-24 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: mocha
@@ -90,7 +89,6 @@ extra_rdoc_files: []
90
89
  files:
91
90
  - .gitignore
92
91
  - Gemfile
93
- - Gemfile.lock
94
92
  - LICENSE
95
93
  - README
96
94
  - Rakefile
@@ -211,7 +209,6 @@ files:
211
209
  - test/test/unit/trustee_test.rb
212
210
  - test/tmp/.gitignore
213
211
  - uninstall.rb
214
- has_rdoc: true
215
212
  homepage: ""
216
213
  licenses: []
217
214
 
@@ -241,7 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
241
238
  requirements: []
242
239
 
243
240
  rubyforge_project: authorize
244
- rubygems_version: 1.3.7
241
+ rubygems_version: 1.7.2
245
242
  signing_key:
246
243
  specification_version: 3
247
244
  summary: A fast and flexible RBAC for Rails
@@ -1,42 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- authorize (0.0.1)
5
- redis (~> 2.1)
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- actionmailer (2.3.10)
11
- actionpack (= 2.3.10)
12
- actionpack (2.3.10)
13
- activesupport (= 2.3.10)
14
- rack (~> 1.1.0)
15
- activerecord (2.3.10)
16
- activesupport (= 2.3.10)
17
- activeresource (2.3.10)
18
- activesupport (= 2.3.10)
19
- activesupport (2.3.10)
20
- mocha (0.9.10)
21
- rake
22
- rack (1.1.0)
23
- rails (2.3.10)
24
- actionmailer (= 2.3.10)
25
- actionpack (= 2.3.10)
26
- activerecord (= 2.3.10)
27
- activeresource (= 2.3.10)
28
- activesupport (= 2.3.10)
29
- rake (>= 0.8.3)
30
- rake (0.8.7)
31
- redis (2.1.1)
32
- sqlite3 (1.3.3)
33
-
34
- PLATFORMS
35
- ruby
36
-
37
- DEPENDENCIES
38
- authorize!
39
- mocha (~> 0.9)
40
- rails (~> 2.3)
41
- redis (~> 2.1)
42
- sqlite3 (~> 1.3)