forem-textile_formatter 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Forem::TextileFormatter::VERSION
8
8
  s.authors = ["Nicholas Rutherford"]
9
9
  s.email = ["nick.rutherford@gmail.com"]
10
- s.homepage = "https://github.com/nruth/Forem-Textile-Formatterg"
10
+ s.homepage = "https://github.com/nruth/forem-textile_formatter"
11
11
  s.summary = %q{Textile formatting for forem posts}
12
12
  s.description = %q{Replaces the forem Rails engine's default formatting with Textile}
13
13
 
@@ -1,5 +1,5 @@
1
1
  module Forem
2
2
  module TextileFormatter
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forem-textile_formatter
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nicholas Rutherford
@@ -76,7 +76,7 @@ files:
76
76
  - forem-textile_formatter.gemspec
77
77
  - lib/forem-textile_formatter.rb
78
78
  - lib/forem-textile_formatter/version.rb
79
- homepage: https://github.com/nruth/Forem-Textile-Formatterg
79
+ homepage: https://github.com/nruth/forem-textile_formatter
80
80
  licenses: []
81
81
 
82
82
  post_install_message: