rails_kindeditor 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d30fcab200a2e0ec0b53b5c5f0f7d31a4499bcb1
4
- data.tar.gz: d22f4f71e755c17389482d6700512d345c22de52
3
+ metadata.gz: 9953e89ceb6b66c193776ef01b8dfbd0f96b7521
4
+ data.tar.gz: cca4bd72c30501d0b6fd2f99357023f8239a7714
5
5
  SHA512:
6
- metadata.gz: e319fe32e2d3013ec7ab5ed854f17b8b3c7b248e1f59452b3cf7f92100037334c76d15d6c35958be3c3fb9182848228c1875232e18a2c3f6368de7d032b57d24
7
- data.tar.gz: ce05b3e941cab4471f14319372246fe1e539788f05342b50dbfef7a5aa23e9e0758ef2d7763b8a70c2d494efdd9fe81d69293e2d99fb29fde7383b0cc68fc3d4
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.1'
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.1'
264
+ gem 'rails_kindeditor', '~> 0.4.2'
265
265
  ```
266
266
 
267
267
  ### 运行"bundle"命令:
@@ -1,4 +1,4 @@
1
1
  module RailsKindeditor
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
4
4
 
@@ -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.1
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-19 00:00:00.000000000 Z
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: []