help_center 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c7daa878339028e7a0e6bb67b3fd203f37c1f4a59070b27d8b1ea3439a902c9
4
- data.tar.gz: 5fc519dcf8bce60e626cefbbb1e9ccf65ea0375f64462772a7f89d7a347ba557
3
+ metadata.gz: 822478abb6fc4b3e9f6d82893a5b5a606670f0b79931c81d220d651e92ff72ef
4
+ data.tar.gz: b237aaa471a31b67516cafb12404c87d9908875ab5fec3b49e9b95286b0370ae
5
5
  SHA512:
6
- metadata.gz: 6ba59c2c645c8687617f72e8e5eb7d5a874d31c824effdc7242d3d8ac1cd0dfeb98f0892a519354c3435ad4437dccbfdfb6645aa8316e947b20c4bb9af5c0366
7
- data.tar.gz: 3d991eec4b3b26bf78f937c879cda2040ab875f8a4a5a86d492ae276ef024139d7bab184c66a7efdea87b52a4bf90794e5a3595a6769d6ea1c43d038d8b6e6cc
6
+ metadata.gz: 5a36811a20fd38536ab42c810acc2dab4e177043a1d3bba0dbf17b01b75de3d9e73ed4fd0fa17efdaccc83d55cbc07207159f3779cf10b1430b49457be617da7
7
+ data.tar.gz: da1bd49cc7c3946bab994898358746128f03567c677271e1c80cc1fdee3e0dc57cbc433773ec25c2e5212fd3cf6bea6d4ab168517b8551f37b372c764846bc2f
data/README.md CHANGED
@@ -6,8 +6,10 @@ Out of the box, HelpCenter comes with styling for Boostrap v4 but you're free to
6
6
 
7
7
  ## Requirements
8
8
 
9
+ ```
9
10
  Rails >= 6.0.0
10
11
  bootstrap >= 4.0.0
12
+ ```
11
13
 
12
14
  ## Installation
13
15
 
@@ -1,7 +1,7 @@
1
1
  class HelpCenter::UserMailer < ApplicationMailer
2
2
  # You can set the default `from` address in ApplicationMailer
3
3
 
4
- helper HelpCenter::ForumPostsHelper
4
+ helper HelpCenter::SupportPostsHelper
5
5
  helper HelpCenter::Engine.routes.url_helpers
6
6
 
7
7
  def new_thread(support_thread, recipient)
Binary file
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Ugurcan Kaya"]
10
10
  spec.email = ["support@pasilobus.com"]
11
11
 
12
- spec.summary = %q{A simple Rails wiki gem with Trix editor}
13
- spec.description = %q{A simple Rails wiki gem with Trix editor}
12
+ spec.summary = %q{A wiki gem for creating documentation & help centers in your Rails app}
13
+ spec.description = %q{A wiki gem for creating documentation & help centers in your Rails app}
14
14
  spec.homepage = "https://github.com/uurcank/help_center"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module HelpCenter
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: help_center
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ugurcan Kaya
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-25 00:00:00.000000000 Z
11
+ date: 2020-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: font-awesome-sass
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: 3.1.0
83
- description: A simple Rails wiki gem with Trix editor
83
+ description: A wiki gem for creating documentation & help centers in your Rails app
84
84
  email:
85
85
  - support@pasilobus.com
86
86
  executables: []
@@ -132,6 +132,7 @@ files:
132
132
  - db/migrate/20170417012931_create_support_threads.rb
133
133
  - db/migrate/20170417012932_create_support_posts.rb
134
134
  - db/migrate/20170417012933_create_support_subscriptions.rb
135
+ - help_center-0.0.1.gem
135
136
  - help_center.gemspec
136
137
  - lib/generators/help_center/controllers_generator.rb
137
138
  - lib/generators/help_center/helpers_generator.rb
@@ -164,5 +165,5 @@ requirements: []
164
165
  rubygems_version: 3.1.2
165
166
  signing_key:
166
167
  specification_version: 4
167
- summary: A simple Rails wiki gem with Trix editor
168
+ summary: A wiki gem for creating documentation & help centers in your Rails app
168
169
  test_files: []