adva-static 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_static/version.rb +3 -0
  2. metadata +7 -6
@@ -0,0 +1,3 @@
1
+ module AdvaStatic
2
+ VERSION = "0.0.2"
3
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adva-static
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
  - Sven Fuchs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-29 00:00:00 +02:00
18
+ date: 2010-11-08 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -74,7 +74,7 @@ dependencies:
74
74
  version: "0"
75
75
  type: :runtime
76
76
  version_requirements: *id004
77
- description: "[description]"
77
+ description: Static engine for adva-cms2
78
78
  email: nobody@adva-cms.org
79
79
  executables: []
80
80
 
@@ -83,6 +83,7 @@ extensions: []
83
83
  extra_rdoc_files: []
84
84
 
85
85
  files:
86
+ - lib/adva_static/version.rb
86
87
  - lib/adva-static.rb
87
88
  - lib/adva/tasks/static.rb
88
89
  - lib/adva/static/setup.rb
@@ -146,6 +147,6 @@ rubyforge_project: "[none]"
146
147
  rubygems_version: 1.3.7
147
148
  signing_key:
148
149
  specification_version: 3
149
- summary: "[summary]"
150
+ summary: Static engine for adva-cms2
150
151
  test_files: []
151
152