spree_simple_blog 3.0.3 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- metadata +11 -21
- data/README.markdown +0 -6
metadata
CHANGED
@@ -1,32 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_simple_blog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 1
|
5
4
|
prerelease: false
|
6
5
|
segments:
|
7
6
|
- 3
|
8
7
|
- 0
|
9
|
-
-
|
10
|
-
version: 3.0.
|
8
|
+
- 4
|
9
|
+
version: 3.0.4
|
11
10
|
platform: ruby
|
12
|
-
authors:
|
13
|
-
|
11
|
+
authors:
|
12
|
+
- David North
|
14
13
|
autorequire:
|
15
14
|
bindir: bin
|
16
15
|
cert_chain: []
|
17
16
|
|
18
|
-
date: 2010-09-
|
17
|
+
date: 2010-09-13 00:00:00 -04:00
|
19
18
|
default_executable:
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
22
21
|
name: spree_core
|
23
22
|
prerelease: false
|
24
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
24
|
requirements:
|
27
|
-
- - "
|
25
|
+
- - ">="
|
28
26
|
- !ruby/object:Gem::Version
|
29
|
-
hash: -1848229955
|
30
27
|
segments:
|
31
28
|
- 0
|
32
29
|
- 30
|
@@ -39,11 +36,9 @@ dependencies:
|
|
39
36
|
name: rdiscount
|
40
37
|
prerelease: false
|
41
38
|
requirement: &id002 !ruby/object:Gem::Requirement
|
42
|
-
none: false
|
43
39
|
requirements:
|
44
40
|
- - "="
|
45
41
|
- !ruby/object:Gem::Version
|
46
|
-
hash: 9
|
47
42
|
segments:
|
48
43
|
- 1
|
49
44
|
- 5
|
@@ -51,8 +46,8 @@ dependencies:
|
|
51
46
|
version: 1.5.5
|
52
47
|
type: :runtime
|
53
48
|
version_requirements: *id002
|
54
|
-
description:
|
55
|
-
email:
|
49
|
+
description: Toto style blogging for Spree
|
50
|
+
email: david@railsdog.com
|
56
51
|
executables: []
|
57
52
|
|
58
53
|
extensions: []
|
@@ -60,7 +55,6 @@ extensions: []
|
|
60
55
|
extra_rdoc_files: []
|
61
56
|
|
62
57
|
files:
|
63
|
-
- README.markdown
|
64
58
|
- lib/spree_simple_blog.rb
|
65
59
|
- lib/tasks/blog.rake
|
66
60
|
- lib/tasks/simple_blog_extension_tasks.rake
|
@@ -79,7 +73,7 @@ files:
|
|
79
73
|
- app/views/articles/show.html.erb
|
80
74
|
- config/routes.rb
|
81
75
|
has_rdoc: true
|
82
|
-
homepage:
|
76
|
+
homepage: http://spreecommerce.com
|
83
77
|
licenses: []
|
84
78
|
|
85
79
|
post_install_message:
|
@@ -88,29 +82,25 @@ rdoc_options: []
|
|
88
82
|
require_paths:
|
89
83
|
- lib
|
90
84
|
required_ruby_version: !ruby/object:Gem::Requirement
|
91
|
-
none: false
|
92
85
|
requirements:
|
93
86
|
- - ">="
|
94
87
|
- !ruby/object:Gem::Version
|
95
|
-
hash: 57
|
96
88
|
segments:
|
97
89
|
- 1
|
98
90
|
- 8
|
99
91
|
- 7
|
100
92
|
version: 1.8.7
|
101
93
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
102
|
-
none: false
|
103
94
|
requirements:
|
104
95
|
- - ">="
|
105
96
|
- !ruby/object:Gem::Version
|
106
|
-
hash: 3
|
107
97
|
segments:
|
108
98
|
- 0
|
109
99
|
version: "0"
|
110
100
|
requirements:
|
111
101
|
- none
|
112
|
-
rubyforge_project:
|
113
|
-
rubygems_version: 1.3.
|
102
|
+
rubyforge_project: spree_simple_blog
|
103
|
+
rubygems_version: 1.3.6
|
114
104
|
signing_key:
|
115
105
|
specification_version: 3
|
116
106
|
summary: Toto style blogging for Spree
|
data/README.markdown
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
= Spree Simple Blog
|
2
|
-
|
3
|
-
Adds a simple blog to Spree which works much like Toto (http://github.com/cloudhead/toto/), reading text files in /content/articles. Content files consist of
|
4
|
-
yaml metadata followed by Markdown content.
|
5
|
-
|
6
|
-
By extending FileModel, other types of content can be managed in the same way way.
|