social_rails 2.1.0 → 2.1.1
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.
- checksums.yaml +4 -4
- data/README.md +0 -0
- data/app/assets/config/social_rails_manifest.js +0 -0
- data/app/assets/javascripts/app.js +0 -2
- data/app/assets/javascripts/social_rails/social-rails.js +1 -1
- data/app/controllers/social_rails/social_controller.rb +0 -0
- data/app/views/social_rails/facebook/_description.html.erb +0 -0
- data/app/views/social_rails/facebook/_full_picture.html.erb +0 -0
- data/app/views/social_rails/facebook/latest.html.erb +0 -0
- data/app/views/social_rails/instagram/_caption.html.erb +0 -0
- data/app/views/social_rails/instagram/_picture.html.erb +0 -0
- data/app/views/social_rails/instagram/latest.html.erb +0 -0
- data/app/views/social_rails/twitter/latest.html.erb +0 -0
- data/config/routes.rb +0 -0
- data/lib/generators/social_rails/config_generator.rb +0 -0
- data/lib/generators/social_rails/templates/social_rails_config.rb +0 -0
- data/lib/generators/social_rails/views_generator.rb +0 -0
- data/lib/social_rails/apis/base.rb +0 -0
- data/lib/social_rails/apis/facebook.rb +0 -0
- data/lib/social_rails/apis/instagram.rb +0 -0
- data/lib/social_rails/apis/twitter.rb +0 -0
- data/lib/social_rails/apis.rb +0 -0
- data/lib/social_rails/cache.rb +0 -0
- data/lib/social_rails/engine.rb +0 -0
- data/lib/social_rails/helpers/base.rb +0 -0
- data/lib/social_rails/helpers/facebook.rb +0 -0
- data/lib/social_rails/helpers/helper_methods.rb +0 -0
- data/lib/social_rails/helpers/instagram.rb +0 -0
- data/lib/social_rails/helpers/tag.rb +0 -0
- data/lib/social_rails/helpers/twitter.rb +0 -0
- data/lib/social_rails/version.rb +1 -1
- data/lib/social_rails.rb +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 697d9cf3e95c5b1d7305f681762e6811dc4db271
|
|
4
|
+
data.tar.gz: 1ceffcbad95942d948341010e7d61610803bd6ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17572d52a3d2b837940a9c22517f2afdd46e8ace219e78b5c8eaf0253ef5b75ed6b7f31885c8e942d59eaf2c8da730919c7c58a15f75869fc20b61db0e0d2046
|
|
7
|
+
data.tar.gz: 96c4ed6bea6735ddc395dc2a55ee21c6ff604a6c2d9ee6b293c1cba3bc57b3ac7412ec84f2b6461d11ed86926ffdb05ac32d1d39223fa04129754009a65af7c5
|
data/README.md
CHANGED
|
File without changes
|
|
File without changes
|
|
@@ -21,7 +21,7 @@ window.SocialRails = function () {
|
|
|
21
21
|
xhr.open('GET', routes[namespace]);
|
|
22
22
|
|
|
23
23
|
xhr.onload = function () {
|
|
24
|
-
if (xhr.status === 200) node.outerHTML = xhr.responseText;
|
|
24
|
+
if (xhr.status === 200) node.outerHTML = xhr.responseText;
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
xhr.send();
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/config/routes.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/social_rails/apis.rb
CHANGED
|
File without changes
|
data/lib/social_rails/cache.rb
CHANGED
|
File without changes
|
data/lib/social_rails/engine.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/social_rails/version.rb
CHANGED
data/lib/social_rails.rb
CHANGED
|
File without changes
|
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.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Francis G
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-11-
|
|
11
|
+
date: 2017-11-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
137
137
|
version: '0'
|
|
138
138
|
requirements: []
|
|
139
139
|
rubyforge_project:
|
|
140
|
-
rubygems_version: 2.
|
|
140
|
+
rubygems_version: 2.5.2
|
|
141
141
|
signing_key:
|
|
142
142
|
specification_version: 4
|
|
143
143
|
summary: Ease the pain of integrating social media posts in a Rails app.
|