resu 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 (2) hide show
  1. metadata +7 -23
  2. data/README +0 -13
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resu
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
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
  - Port80Labs
@@ -17,31 +17,16 @@ cert_chain: []
17
17
 
18
18
  date: 2010-10-19 00:00:00 -04:00
19
19
  default_executable:
20
- dependencies:
21
- - !ruby/object:Gem::Dependency
22
- name: authlogic
23
- prerelease: false
24
- requirement: &id001 !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- hash: 13
30
- segments:
31
- - 2
32
- - 1
33
- - 3
34
- version: 2.1.3
35
- type: :runtime
36
- version_requirements: *id001
20
+ dependencies: []
21
+
37
22
  description:
38
23
  email: info@port80labs.com
39
24
  executables: []
40
25
 
41
26
  extensions: []
42
27
 
43
- extra_rdoc_files:
44
- - README
28
+ extra_rdoc_files: []
29
+
45
30
  files:
46
31
  - app/controllers/resu/user_sessions_controller.rb
47
32
  - app/models/user.rb
@@ -53,7 +38,6 @@ files:
53
38
  - lib/resu.rb
54
39
  - lib/resu/application_controller.rb
55
40
  - lib/resu/engine.rb
56
- - README
57
41
  - test/resu_test.rb
58
42
  - test/schema.rb
59
43
  - test/test_helper.rb
data/README DELETED
@@ -1,13 +0,0 @@
1
- Resu
2
- ====
3
-
4
- Introduction goes here.
5
-
6
-
7
- Example
8
- =======
9
-
10
- Example goes here.
11
-
12
-
13
- Copyright (c) 2010 [name of plugin creator], released under the MIT license