adva-user 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. data/lib/adva_user/version.rb +3 -0
  2. metadata +7 -6
@@ -0,0 +1,3 @@
1
+ module AdvaUser
2
+ VERSION = "0.0.2"
3
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adva-user
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
  - Ingo Weiss
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-10-29 00:00:00 +02:00
19
+ date: 2010-11-08 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -49,7 +49,7 @@ dependencies:
49
49
  version: 1.1.2
50
50
  type: :runtime
51
51
  version_requirements: *id002
52
- description: "[description]"
52
+ description: User engine for adva-cms2
53
53
  email: nobody@adva-cms.org
54
54
  executables: []
55
55
 
@@ -83,6 +83,7 @@ files:
83
83
  - config/routes.rb
84
84
  - config/locales/en.yml
85
85
  - lib/adva-user.rb
86
+ - lib/adva_user/version.rb
86
87
  - lib/adva/user.rb
87
88
  - lib/testing/factories.rb
88
89
  - lib/testing/paths.rb
@@ -121,6 +122,6 @@ rubyforge_project: "[none]"
121
122
  rubygems_version: 1.3.7
122
123
  signing_key:
123
124
  specification_version: 3
124
- summary: "[summary]"
125
+ summary: User engine for adva-cms2
125
126
  test_files: []
126
127