snippetize 0.0.2 → 0.0.3
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.md +2 -2
- data/lib/snippetize/version.rb +2 -2
- data/snippetize.gemspec +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Snippetize
|
2
2
|
|
3
|
-
|
3
|
+
Snippetize allows you to include re-usable code and partials in html or plain text fields. Stay dry and reuse your partials using shortcode. Use it for including forms, videos, maps or simply preformated html snippets.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -18,7 +18,7 @@ Or install it yourself as:
|
|
18
18
|
|
19
19
|
## Usage
|
20
20
|
|
21
|
-
|
21
|
+
{googlemap address=your_address_goes_here}
|
22
22
|
|
23
23
|
## Contributing
|
24
24
|
|
data/lib/snippetize/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
module Snippetize
|
2
|
-
VERSION = "0.0.
|
3
|
-
end
|
2
|
+
VERSION = "0.0.3"
|
3
|
+
end
|
data/snippetize.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = ["mathieu@motioneleven.com"]
|
11
11
|
gem.description = %q{Snippetize allows you to include re-usable code and partials in html or plain text fields.}
|
12
12
|
gem.summary = %q{Snippetize allows you to include re-usable code and partials in html or plain text fields. Stay dry and reuse your partials using shortcode. Use it for including forms, videos, maps or simply preformated html snippets.}
|
13
|
-
gem.homepage = ""
|
13
|
+
gem.homepage = "https://github.com/motioneleven/snippetize"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: snippetize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -29,7 +29,7 @@ files:
|
|
29
29
|
- lib/snippetize/snippet.rb
|
30
30
|
- lib/snippetize/version.rb
|
31
31
|
- snippetize.gemspec
|
32
|
-
homepage:
|
32
|
+
homepage: https://github.com/motioneleven/snippetize
|
33
33
|
licenses: []
|
34
34
|
post_install_message:
|
35
35
|
rdoc_options: []
|
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
49
|
version: '0'
|
50
50
|
requirements: []
|
51
51
|
rubyforge_project:
|
52
|
-
rubygems_version: 1.8.
|
52
|
+
rubygems_version: 1.8.18
|
53
53
|
signing_key:
|
54
54
|
specification_version: 3
|
55
55
|
summary: Snippetize allows you to include re-usable code and partials in html or plain
|