microformats-helper 0.3.0 → 0.3.1

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.
@@ -1,5 +1,5 @@
1
1
  module Microformats
2
2
  module Helper
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["alexcppns@gmail.com"]
11
11
  gem.description = "Helper for microformats, possibility of nesting."
12
12
  gem.summary = "Helper for microformats, possibility of nesting."
13
- gem.homepage = ""
13
+ gem.homepage = "http://github.com/AlexCppns/microformats-helper"
14
14
  gem.add_runtime_dependency "activesupport"
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: microformats-helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -42,7 +42,7 @@ files:
42
42
  - lib/microformats-helper.rb
43
43
  - lib/microformats-helper/version.rb
44
44
  - microformats-helper.gemspec
45
- homepage: ''
45
+ homepage: http://github.com/AlexCppns/microformats-helper
46
46
  licenses: []
47
47
  post_install_message:
48
48
  rdoc_options: []