loyal_core 0.0.4 → 0.0.5
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/README.md +24 -1
- data/lib/loyal_core/engine.rb +1 -0
- data/lib/loyal_core/version.rb +1 -1
- metadata +19 -3
data/README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
1
|
= LoyalCore
|
|
2
2
|
|
|
3
|
-
This project rocks and uses MIT-LICENSE.
|
|
3
|
+
This project rocks and uses MIT-LICENSE.
|
|
4
|
+
|
|
5
|
+
## 支持以下
|
|
6
|
+
|
|
7
|
+
"rails_config"
|
|
8
|
+
"nokogiri"
|
|
9
|
+
"loyal_acts_as_paranoid"
|
|
10
|
+
|
|
11
|
+
### markdown and 语法高亮
|
|
12
|
+
'redcarpet'
|
|
13
|
+
'coderay'
|
|
14
|
+
'loyal_simple_captcha'
|
|
15
|
+
|
|
16
|
+
### 图片上传
|
|
17
|
+
'carrierwave'
|
|
18
|
+
'mini_magick'
|
|
19
|
+
|
|
20
|
+
#### 一棵树
|
|
21
|
+
'awesome_nested_set'
|
|
22
|
+
|
|
23
|
+
"jquery-rails"
|
|
24
|
+
|
|
25
|
+
"loyal_rails_kindeditor"
|
|
26
|
+
|
data/lib/loyal_core/engine.rb
CHANGED
data/lib/loyal_core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: loyal_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -171,6 +171,22 @@ dependencies:
|
|
|
171
171
|
- - ">="
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
173
|
version: '0'
|
|
174
|
+
- !ruby/object:Gem::Dependency
|
|
175
|
+
name: loyal_simple_captcha
|
|
176
|
+
requirement: !ruby/object:Gem::Requirement
|
|
177
|
+
none: false
|
|
178
|
+
requirements:
|
|
179
|
+
- - ">="
|
|
180
|
+
- !ruby/object:Gem::Version
|
|
181
|
+
version: '0'
|
|
182
|
+
type: :runtime
|
|
183
|
+
prerelease: false
|
|
184
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
185
|
+
none: false
|
|
186
|
+
requirements:
|
|
187
|
+
- - ">="
|
|
188
|
+
- !ruby/object:Gem::Version
|
|
189
|
+
version: '0'
|
|
174
190
|
- !ruby/object:Gem::Dependency
|
|
175
191
|
name: rails
|
|
176
192
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -362,7 +378,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
362
378
|
version: '0'
|
|
363
379
|
segments:
|
|
364
380
|
- 0
|
|
365
|
-
hash: -
|
|
381
|
+
hash: -1978878782833296347
|
|
366
382
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
367
383
|
none: false
|
|
368
384
|
requirements:
|
|
@@ -371,7 +387,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
371
387
|
version: '0'
|
|
372
388
|
segments:
|
|
373
389
|
- 0
|
|
374
|
-
hash: -
|
|
390
|
+
hash: -1978878782833296347
|
|
375
391
|
requirements: []
|
|
376
392
|
rubyforge_project:
|
|
377
393
|
rubygems_version: 1.8.25
|