tiny_mce_plugin_imageselector 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@
29
29
 
30
30
  $.each(context.providers, function(i, provider) {
31
31
  $('#providers').append("<h3 class=\"provider-title\" id=\"" + context.providerTitleIdFor(i) + "\">" + provider.title + '</h3>');
32
- $('#providers').append("<ul id=\"" + context.providerListIdFor(i) + "\"></div>");
32
+ $('#providers').append("<ul id=\"" + context.providerListIdFor(i) + "\"></ul>");
33
33
  });
34
34
  },
35
35
  sourceIdFor: function(providerIndex, sourceIndex) {
@@ -1 +1 @@
1
- <li class="upload-link"><a href="{{url}}{{service_target_param}}">{{label}}</li>
1
+ <li class="upload-link"><a href="{{url}}{{service_target_param}}">{{label}}</a></li>
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "tiny_mce_plugin_imageselector"
3
- s.version = "0.0.5"
3
+ s.version = "0.0.6"
4
4
  s.authors = ["Walter McGinnis"]
5
5
  s.email = "walter@katipo.co.nz"
6
6
  s.homepage = "http://github.com/kete/tiny_mce_plugin_imageselector"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiny_mce_plugin_imageselector
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Walter McGinnis
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-04 00:00:00 +13:00
18
+ date: 2011-10-11 00:00:00 +13:00
19
19
  default_executable:
20
20
  dependencies: []
21
21