refinerycms-page-images 0.9.7 → 0.9.8

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.
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- version = '0.9.7'
2
+ version = '0.9.8'
3
3
  raise "Could not get version so gemspec can not be built" if version.nil?
4
4
  files = (Dir.glob("*") | Dir.glob("**/*")).reject{|f| f =~ %r{.gem(spec)?$}}
5
5
 
@@ -61,7 +61,7 @@ image_added = function(image) {
61
61
  $("<img />").attr({
62
62
  title: $(image).attr('title')
63
63
  , alt: $(image).attr('alt')
64
- , src: $(image).attr('data-grid'); // use 'grid' size that is built into Refinery CMS (135x135#c).
64
+ , src: $(image).attr('data-grid') // use 'grid' size that is built into Refinery CMS (135x135#c).
65
65
  }).appendTo(current_list_item);
66
66
 
67
67
  current_list_item.attr('id', 'image_' + image_id).removeClass('empty');
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-page-images
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 43
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 7
10
- version: 0.9.7
9
+ - 8
10
+ version: 0.9.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Resolve Digital