bcms_garment_district 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.
- data/README.rdoc +3 -1
- data/lib/bcms_garment_district/version.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
= bcms_garment_district
|
|
2
2
|
|
|
3
|
-
Wanna edit your BrowserCMS content blocks in Markdown instead of HTML? Add this module to your BrowserCMS installation!
|
|
3
|
+
Wanna edit your BrowserCMS content blocks in Markdown instead of HTML? Add this module to your BrowserCMS installation!
|
|
4
|
+
|
|
5
|
+
This module provides a Markdown Block content type; eventually I hope to support Textile as well. [Maruku](https://github.com/bhollis/maruku) is used as the parser, so you've got access to anything it supports, including the [http://michelf.ca/projects/php-markdown/extra/](PHP Markdown Extra) goodies.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bcms_garment_district
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -283,7 +283,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
283
283
|
version: '0'
|
|
284
284
|
segments:
|
|
285
285
|
- 0
|
|
286
|
-
hash: -
|
|
286
|
+
hash: -3255474248834552667
|
|
287
287
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
288
288
|
none: false
|
|
289
289
|
requirements:
|
|
@@ -292,7 +292,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
292
292
|
version: '0'
|
|
293
293
|
segments:
|
|
294
294
|
- 0
|
|
295
|
-
hash: -
|
|
295
|
+
hash: -3255474248834552667
|
|
296
296
|
requirements: []
|
|
297
297
|
rubyforge_project:
|
|
298
298
|
rubygems_version: 1.8.25
|