adva-markup 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_markup/version.rb +3 -0
  2. metadata +7 -6
@@ -0,0 +1,3 @@
1
+ module AdvaMarkup
2
+ VERSION = "0.0.2"
3
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adva-markup
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
@@ -60,7 +60,7 @@ dependencies:
60
60
  version: "0"
61
61
  type: :runtime
62
62
  version_requirements: *id003
63
- description: "[description]"
63
+ description: Markup engine for adva-cms2
64
64
  email: nobody@adva-cms.org
65
65
  executables: []
66
66
 
@@ -76,6 +76,7 @@ files:
76
76
  - config/redirects.rb
77
77
  - config/routes.rb
78
78
  - config/locales/en.yml
79
+ - lib/adva_markup/version.rb
79
80
  - lib/adva/markup.rb
80
81
  - lib/adva/markup/action_controller.rb
81
82
  - lib/adva/markup/active_record.rb
@@ -113,6 +114,6 @@ rubyforge_project: "[none]"
113
114
  rubygems_version: 1.3.7
114
115
  signing_key:
115
116
  specification_version: 3
116
- summary: "[summary]"
117
+ summary: Markup engine for adva-cms2
117
118
  test_files: []
118
119