socialization 1.2.1 → 1.2.2
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/.ruby-version +1 -1
- data/.travis.yml +1 -2
- data/Appraisals +4 -0
- data/CHANGELOG.md +4 -0
- data/demo/Gemfile +4 -4
- data/lib/socialization/version.rb +1 -1
- data/socialization.gemspec +0 -2
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d61ca6903bc5188ade02e94d8b2b8bdc974d9153dfd96729a4742036b5020a4f
|
|
4
|
+
data.tar.gz: e773f8ef9a1eaea46e81920ab79ff6f0432a45790e3d200f79f03f182a26ec7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e934d16150b977dee6ed8051674eb48c1d7d88607552a2cf95bb06a02c196cd760138219f3b6cf41ee18bbc318009b00d9c3646c0f3216718938ac9bb63c03aa
|
|
7
|
+
data.tar.gz: 9c1747627c2fabccc5e12d644d5dec60897c6a4a0fc2fd93b6bc8144d2736c1da29e78b9c3d8d84cf2a32690201a7a665b0964769ef5ba78bfa2791b59a513b2
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.6.2
|
data/.travis.yml
CHANGED
data/Appraisals
CHANGED
data/CHANGELOG.md
CHANGED
data/demo/Gemfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
source 'https://rubygems.org'
|
|
2
2
|
|
|
3
|
-
gem 'rails', '~>
|
|
3
|
+
gem 'rails', '~> 4.1.11'
|
|
4
4
|
gem 'socialization', :path => '../'
|
|
5
5
|
# Bundle edge Rails instead:
|
|
6
6
|
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
|
@@ -11,10 +11,10 @@ gem 'sqlite3'
|
|
|
11
11
|
# Gems used only for assets and not required
|
|
12
12
|
# in production environments by default.
|
|
13
13
|
group :assets do
|
|
14
|
-
gem 'sass-rails'
|
|
15
|
-
gem 'coffee-rails'
|
|
14
|
+
gem 'sass-rails'
|
|
15
|
+
gem 'coffee-rails'
|
|
16
16
|
|
|
17
|
-
gem 'uglifier'
|
|
17
|
+
gem 'uglifier'
|
|
18
18
|
end
|
|
19
19
|
|
|
20
20
|
gem 'jquery-rails'
|
data/socialization.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: socialization
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carl Mercier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -314,8 +314,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
314
314
|
- !ruby/object:Gem::Version
|
|
315
315
|
version: '0'
|
|
316
316
|
requirements: []
|
|
317
|
-
|
|
318
|
-
rubygems_version: 2.7.3
|
|
317
|
+
rubygems_version: 3.0.3
|
|
319
318
|
signing_key:
|
|
320
319
|
specification_version: 4
|
|
321
320
|
summary: Easily socialize your app with Likes and Follows
|