mcms_blog 0.0.4 → 1.0.0
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.
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mcms_blog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
-
|
8
|
+
- Mindfire Solutions
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-09-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -123,7 +123,8 @@ dependencies:
|
|
123
123
|
- - ! '>='
|
124
124
|
- !ruby/object:Gem::Version
|
125
125
|
version: '0'
|
126
|
-
description:
|
126
|
+
description: his is a gem for creating blogs, managing blog posts, categories, commenting.
|
127
|
+
This is mainly dependency gem of mcms gem.
|
127
128
|
email:
|
128
129
|
- debadattap@mindfiresolutions.com
|
129
130
|
executables: []
|
@@ -345,7 +346,7 @@ files:
|
|
345
346
|
- test/dummy/config.ru
|
346
347
|
- test/mcms_blog_test.rb
|
347
348
|
- test/test_helper.rb
|
348
|
-
homepage: https://
|
349
|
+
homepage: https://github.com/mindfire-solutions/mcms_blog
|
349
350
|
licenses: []
|
350
351
|
post_install_message:
|
351
352
|
rdoc_options: []
|
@@ -368,7 +369,8 @@ rubyforge_project:
|
|
368
369
|
rubygems_version: 1.8.24
|
369
370
|
signing_key:
|
370
371
|
specification_version: 3
|
371
|
-
summary:
|
372
|
+
summary: This is a gem for creating blogs, managing blog posts, categories, commenting.
|
373
|
+
This is mainly dependency gem of mcms gem
|
372
374
|
test_files:
|
373
375
|
- test/integration/navigation_test.rb
|
374
376
|
- test/dummy/Rakefile
|