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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9501a281b94d2a30d020b90075669fb384b27ffcd6fa3499afd974af90b3634
4
- data.tar.gz: 183a8bc0b238e491f9d74822ad23f5777596ae0c8d536d2b0f28ce4eecd4e2b3
3
+ metadata.gz: d61ca6903bc5188ade02e94d8b2b8bdc974d9153dfd96729a4742036b5020a4f
4
+ data.tar.gz: e773f8ef9a1eaea46e81920ab79ff6f0432a45790e3d200f79f03f182a26ec7d
5
5
  SHA512:
6
- metadata.gz: b2ac47b149bd84943521fdafd9ab0351caa152ab3fa23ece63d769ef63babbaf1204c390d8c2cb6984f650ec2b2ecd13301245960e425b847fadf1840b160637
7
- data.tar.gz: 4bdc1e3181f17f44e34f0589e2687b48aff01da57ace6da88d499068f45a1124b963d30dce55496af58631284410d12fca9216aae70e83f3a376d32d7ba9dd09
6
+ metadata.gz: e934d16150b977dee6ed8051674eb48c1d7d88607552a2cf95bb06a02c196cd760138219f3b6cf41ee18bbc318009b00d9c3646c0f3216718938ac9bb63c03aa
7
+ data.tar.gz: 9c1747627c2fabccc5e12d644d5dec60897c6a4a0fc2fd93b6bc8144d2736c1da29e78b9c3d8d84cf2a32690201a7a665b0964769ef5ba78bfa2791b59a513b2
@@ -1 +1 @@
1
- 2.5.0
1
+ 2.6.2
@@ -1,7 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.1.0
4
- - 2.2.2
5
3
  - 2.5.0
4
+ - 2.6.2
6
5
 
7
6
  script: bundle exec rake spec
data/Appraisals CHANGED
@@ -21,3 +21,7 @@ end
21
21
  appraise "activerecord42" do
22
22
  gem "activerecord", "~> 4.2.3"
23
23
  end
24
+
25
+ appraise "activerecord523" do
26
+ gem "activerecord", "~> 5.2.3"
27
+ end
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.2 (April 17, 2019)
4
+
5
+ * Drop support for some old Ruby versions
6
+
3
7
  ## 1.2.1 (April 13, 2018)
4
8
 
5
9
  * You thought this project was dead huh!?
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'rails', '~> 3.2.1'
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', '~> 3.2.3'
15
- gem 'coffee-rails', '~> 3.2.0'
14
+ gem 'sass-rails'
15
+ gem 'coffee-rails'
16
16
 
17
- gem 'uglifier', '>= 1.0.3'
17
+ gem 'uglifier'
18
18
  end
19
19
 
20
20
  gem 'jquery-rails'
@@ -1,3 +1,3 @@
1
1
  module Socialization
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
@@ -17,8 +17,6 @@ Gem::Specification.new do |s|
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
18
  s.require_paths = ["lib"]
19
19
 
20
- s.has_rdoc = false
21
-
22
20
  s.add_runtime_dependency "activerecord"
23
21
 
24
22
  s.add_development_dependency "appraisal"
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.1
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: 2018-04-13 00:00:00.000000000 Z
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
- rubyforge_project:
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