rails_kindeditor 0.4.1 → 0.4.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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/rails_kindeditor/version.rb +1 -1
- data/rails_kindeditor.gemspec +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9953e89ceb6b66c193776ef01b8dfbd0f96b7521
|
|
4
|
+
data.tar.gz: cca4bd72c30501d0b6fd2f99357023f8239a7714
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 411bc9ddf64d32f25478211de00c255a88ed68a9420337fb4b1a1d0e680b0b9334d42b5ea27e99ce9d8321650724e5cfbcdb6a2d6c5fcbf6d5dd08a4a4d26cea
|
|
7
|
+
data.tar.gz: a146bc706d32f11e653228cb20e826ff2c74ebb95355ed17a9b0fdd6a1913481a553195ae6fc5df923457e1e04f350cf6248e5a02ac8f65d6e0f3523b3a6fabf
|
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@ rails_kindeditor will helps your rails app integrate with kindeditor, includes i
|
|
|
10
10
|
### Add this to your Gemfile
|
|
11
11
|
|
|
12
12
|
```ruby
|
|
13
|
-
gem 'rails_kindeditor', '~> 0.4.
|
|
13
|
+
gem 'rails_kindeditor', '~> 0.4.2'
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
### Run "bundle" command.
|
|
@@ -261,7 +261,7 @@ rails_kindeditor可以帮助你的rails程序集成kindeditor,包括了图片和
|
|
|
261
261
|
### 将下面代码加入Gemfile:
|
|
262
262
|
|
|
263
263
|
```ruby
|
|
264
|
-
gem 'rails_kindeditor', '~> 0.4.
|
|
264
|
+
gem 'rails_kindeditor', '~> 0.4.2'
|
|
265
265
|
```
|
|
266
266
|
|
|
267
267
|
### 运行"bundle"命令:
|
data/rails_kindeditor.gemspec
CHANGED
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.homepage = "http://github.com/Macrow"
|
|
12
12
|
s.summary = "Kindeditor for Ruby on Rails"
|
|
13
13
|
s.description = "rails_kindeditor will helps your rails app integrate with kindeditor, including images and files uploading."
|
|
14
|
+
s.license = 'MIT'
|
|
14
15
|
|
|
15
16
|
s.rubyforge_project = "rails_kindeditor"
|
|
16
17
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_kindeditor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Macrow
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: carrierwave
|
|
@@ -283,7 +283,8 @@ files:
|
|
|
283
283
|
- vendor/assets/javascripts/kindeditor/themes/qq/qq.css
|
|
284
284
|
- vendor/assets/javascripts/kindeditor/themes/simple/simple.css
|
|
285
285
|
homepage: http://github.com/Macrow
|
|
286
|
-
licenses:
|
|
286
|
+
licenses:
|
|
287
|
+
- MIT
|
|
287
288
|
metadata: {}
|
|
288
289
|
post_install_message:
|
|
289
290
|
rdoc_options: []
|