arrangeable 0.1.3 → 0.1.4

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: 52f344a88980b7b2a549f811a42ba9d7cce5d6a38407c7f754807aa2557cce43
4
- data.tar.gz: 7e706a36ef0c5a0ac5c2deb8bdb914b68085fecbb5c383e8957a4a36a91f3b6b
3
+ metadata.gz: a8349b2432dd16a5097148ad34db38281057b17bfaefdc1c9036a9ba81345c77
4
+ data.tar.gz: f243b6699879e6bfd943c5f0e4ce0318a407740cba92ef69149f1ea5e9a1e3bc
5
5
  SHA512:
6
- metadata.gz: 04ab030b6cbe8d91496a33a9645171b2332c53bfa7e54c1d3c24692668db636fd3804122373a526be505a512242b859f0d0ddb1565fb7a86b1a938e484de8f4f
7
- data.tar.gz: 9989052f2d35f670cca42eb7f1a433296fcd4fae24dec2d99815cff232d3174dd3cefdf55e4015fa5c6343c5580b0751e457584cf43d442c74188fea88c36b4a
6
+ metadata.gz: 33db55bef0a548bb12720022ffb069b299c6611d7a5dbaf48ee382f7d33143012e28321d7f041f31f2e446b6688781f53bf0baf9a559191e1f96ff7e26409fd4
7
+ data.tar.gz: 271f883cee80e1fd160057c899cd4342b2de1331261156e0fa46e887a1861fafcfa2e08fb108fefd80b93fc4ec22658c2b687155d36067065a283e13b0751d65
Binary file
@@ -7,7 +7,7 @@ PATH
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (5.2.4.1)
10
+ activesupport (5.2.4.3)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 0.7, < 2)
13
13
  minitest (~> 5.1)
@@ -16,7 +16,7 @@ GEM
16
16
  diff-lcs (1.3)
17
17
  i18n (1.5.1)
18
18
  concurrent-ruby (~> 1.0)
19
- minitest (5.14.0)
19
+ minitest (5.14.1)
20
20
  rake (13.0.1)
21
21
  rspec (3.9.0)
22
22
  rspec-core (~> 3.9.0)
@@ -32,7 +32,7 @@ GEM
32
32
  rspec-support (~> 3.9.0)
33
33
  rspec-support (3.9.2)
34
34
  thread_safe (0.3.6)
35
- tzinfo (1.2.6)
35
+ tzinfo (1.2.7)
36
36
  thread_safe (~> 0.1)
37
37
 
38
38
  PLATFORMS
@@ -1,3 +1,3 @@
1
1
  module Arrangeable
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arrangeable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Umar Al-Kfaween
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-18 00:00:00.000000000 Z
11
+ date: 2020-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -74,6 +74,7 @@ executables: []
74
74
  extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
77
+ - ".DS_Store"
77
78
  - ".gitignore"
78
79
  - ".rspec"
79
80
  - ".travis.yml"