joofaq 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.
- data/app/models/faq.rb +1 -1
- data/lib/generators/joofaq/joofaq_generator.rb +1 -1
- data/lib/generators/joofaq/templates/joofaq/index.html.erb +1 -1
- data/lib/joofaq/version.rb +1 -1
- data/testapp/Gemfile +2 -2
- data/testapp/config/initializers/secret_token.rb +1 -1
- data/testapp/config/routes.rb +2 -1
- metadata +2 -6
- data/lib/jfaq.rb +0 -4
- data/testapp/app/views/joofaq/_qapair.html.erb +0 -2
- data/testapp/app/views/joofaq/_subtitle.html.erb +0 -1
- data/testapp/app/views/joofaq/index.html.erb +0 -8
- /data/testapp/db/{joofaq.yml → faq.yml} +0 -0
data/app/models/faq.rb
CHANGED
data/lib/joofaq/version.rb
CHANGED
data/testapp/Gemfile
CHANGED
@@ -4,4 +4,4 @@
|
|
4
4
|
# If you change this key, all old signed cookies will become invalid!
|
5
5
|
# Make sure the secret is at least 30 characters and all random,
|
6
6
|
# no regular words or you'll be exposed to dictionary attacks.
|
7
|
-
Testapp::Application.config.secret_token = '
|
7
|
+
Testapp::Application.config.secret_token = '56c6e8803a79ac35475f6c4532374861a7825903cb146898692203b2d6f481582fce0f555abb4a65b6f5b0e268e3c549e3c941471b999481e9a466818ab6afd2'
|
data/testapp/config/routes.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: joofaq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -66,7 +66,6 @@ files:
|
|
66
66
|
- lib/generators/joofaq/templates/joofaq/index.html.erb
|
67
67
|
- lib/generators/joofaq/templates/joofaq_controller.rb
|
68
68
|
- lib/generators/joofaq/templates/joofaq_model.rb
|
69
|
-
- lib/jfaq.rb
|
70
69
|
- lib/joofaq.rb
|
71
70
|
- lib/joofaq/version.rb
|
72
71
|
- testapp/.gitignore
|
@@ -83,9 +82,6 @@ files:
|
|
83
82
|
- testapp/app/views/faq/_qapair.html.erb
|
84
83
|
- testapp/app/views/faq/_subtitle.html.erb
|
85
84
|
- testapp/app/views/faq/index.html.erb
|
86
|
-
- testapp/app/views/joofaq/_qapair.html.erb
|
87
|
-
- testapp/app/views/joofaq/_subtitle.html.erb
|
88
|
-
- testapp/app/views/joofaq/index.html.erb
|
89
85
|
- testapp/app/views/layouts/application.html.erb
|
90
86
|
- testapp/config.ru
|
91
87
|
- testapp/config/application.rb
|
@@ -103,7 +99,7 @@ files:
|
|
103
99
|
- testapp/config/initializers/wrap_parameters.rb
|
104
100
|
- testapp/config/locales/en.yml
|
105
101
|
- testapp/config/routes.rb
|
106
|
-
- testapp/db/
|
102
|
+
- testapp/db/faq.yml
|
107
103
|
- testapp/db/seeds.rb
|
108
104
|
- testapp/lib/assets/.gitkeep
|
109
105
|
- testapp/lib/tasks/.gitkeep
|
data/lib/jfaq.rb
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
<dt> <%= item.to_html %> </dt>
|
File without changes
|