me2text-ruby 1.0.0 → 1.0.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,3 +1,3 @@
1
1
  module Me2Text
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/me2text-ruby.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Me2Text::VERSION
8
8
  s.authors = ["codian"]
9
9
  s.email = ["codian@gmail.com"]
10
- s.homepage = "http://me2day.net"
10
+ s.homepage = "https://github.com/me2day/me2text-ruby"
11
11
  s.summary = %q{me2text parser for ruby}
12
12
  s.description = %q{me2text is text format for me2day posting.
13
13
  me2text-ruby is ruby library to me2text to HTML or plain text}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: me2text-ruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - codian
@@ -43,7 +43,7 @@ files:
43
43
  - MIT-LICENSE
44
44
  - Rakefile
45
45
  - README.md
46
- homepage: http://me2day.net
46
+ homepage: https://github.com/me2day/me2text-ruby
47
47
  licenses: []
48
48
 
49
49
  post_install_message: