snippetize 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Snippetize
2
2
 
3
- TODO: Write a gem description
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
- TODO: Write usage instructions here
21
+ {googlemap address=your_address_goes_here}
22
22
 
23
23
  ## Contributing
24
24
 
@@ -1,3 +1,3 @@
1
1
  module Snippetize
2
- VERSION = "0.0.2"
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.2
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.23
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