bcms_garment_district 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/bcms_garment_district/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -2,4 +2,4 @@
|
|
2
2
|
|
3
3
|
Wanna edit your BrowserCMS content blocks in Markdown instead of HTML? Add this module to your BrowserCMS installation!
|
4
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/
|
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 [PHP Markdown Extra](http://michelf.ca/projects/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.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -284,7 +284,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
284
284
|
version: '0'
|
285
285
|
segments:
|
286
286
|
- 0
|
287
|
-
hash:
|
287
|
+
hash: -1739672893235067906
|
288
288
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
289
289
|
none: false
|
290
290
|
requirements:
|
@@ -293,7 +293,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
293
293
|
version: '0'
|
294
294
|
segments:
|
295
295
|
- 0
|
296
|
-
hash:
|
296
|
+
hash: -1739672893235067906
|
297
297
|
requirements: []
|
298
298
|
rubyforge_project:
|
299
299
|
rubygems_version: 1.8.25
|