social_rails 2.1.3 → 2.1.4

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: b8f4db78d8719d5f5ca3e6377d1a0ad3b7aecb87
4
- data.tar.gz: e752af16ddbd9534394839c02734a92ac6b71c9f
3
+ metadata.gz: 8b0ef3b99d45df73170eb232d59766dba92b6a3f
4
+ data.tar.gz: 58dde551c4d4bc53a0a5bed5458a6d3bb9d9b3bf
5
5
  SHA512:
6
- metadata.gz: dfdbfc68dd8cde72aa535aab85e1e48d0974b5773857eaea16171763e2687d1fedfc813844a66c218180bada1e6208d6fca2165010a22bd0e2a7b1d057412c7f
7
- data.tar.gz: 00cdac1bce4b15318fe5c37f5a8847d0bbed4b091365c8651d187f6f8f842c247331beab51011938b21adea9e700c105f4170bc2739b9daa8598f9cf695899a5
6
+ metadata.gz: fa3473bea550fd73ded9b69b04f388d65084440f6d2e7616dde0371054d6503725fa5a2ebe3b614d81753d699fc9bfa1fbc429246c3ff84bc26b61114c57133c
7
+ data.tar.gz: a80ce296bdfefbfeb2b94df753469811628aaeec87cffcc931ac71779105bad364561dade5d3680b9e1b28c92137d903bd37bcdbc9bf92cf9894e891e71e2d9c
@@ -1,7 +1,7 @@
1
1
  require_dependency "social_rails/application_controller"
2
2
 
3
3
  module SocialRails
4
- class SocialController < ApplicationController
4
+ class SocialController < SocialRails::ApplicationController
5
5
  def latest
6
6
  render ["social_rails", params[:template], "latest"].compact.join("/"), layout: false
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module SocialRails
2
- VERSION = '2.1.3'
2
+ VERSION = '2.1.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francis G
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-19 00:00:00.000000000 Z
11
+ date: 2018-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  version: '0'
139
139
  requirements: []
140
140
  rubyforge_project:
141
- rubygems_version: 2.6.12
141
+ rubygems_version: 2.6.14
142
142
  signing_key:
143
143
  specification_version: 4
144
144
  summary: Ease the pain of integrating social media posts in a Rails app.