link_thumbnailer 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.0.7
2
+
3
+ - Fix: Issue with preview controller
4
+
1
5
  # 1.0.6
2
6
 
3
7
  - Fix: Issue when setting `strict` option. Always returning OG representation.
@@ -5,7 +5,7 @@ module LinkThumbnailer
5
5
 
6
6
  def create
7
7
  @preview = LinkThumbnailer.generate(params[:url])
8
- respond_with @preview
8
+ render json: @preview.to_json
9
9
  end
10
10
  end
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module LinkThumbnailer
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: link_thumbnailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: