kblog 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.rdoc +24 -17
- data/app/assets/stylesheets/kblog/articles.css.scss +5 -0
- data/app/controllers/kblog/articles_controller.rb +11 -12
- data/app/helpers/kblog/articles_helper.rb +15 -4
- data/app/views/kblog/articles/_article.html.erb +10 -5
- data/app/views/kblog/articles/index.html.erb +0 -1
- data/app/views/kblog/articles/show.html.erb +4 -1
- data/app/views/layouts/kblog/kblog.html.erb +2 -0
- data/lib/kblog/version.rb +1 -1
- data/test/dummy/app/views/layouts/application.html.erb +1 -1
- data/test/dummy/config/initializers/kblog_init.rb +5 -5
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +1720 -0
- metadata +2 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kblog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- rene paulokat
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-03-
|
11
|
+
date: 2013-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|