refinerycms-page-images 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/gemspec.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- version = '0.9.2'
2
+ version = '0.9.3'
3
3
  raise "Could not get version so gemspec can not be built" if version.nil?
4
4
  files = %w( readme.md )
5
5
  %w(app config generators lib public rails test vendor).each do |dir|
@@ -93,7 +93,6 @@ image_added = function(image) {
93
93
  }
94
94
 
95
95
  reindex_images = function() {
96
- alert("reindexing images");
97
96
  $('#page_images li input:hidden').each(function(i, input){
98
97
 
99
98
  // make the image's name consistent with its position.
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: 63
4
+ hash: 61
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 2
10
- version: 0.9.2
9
+ - 3
10
+ version: 0.9.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Resolve Digital