rails-carrierwave-focuspoint 0.0.1 → 0.0.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 +8 -8
- data/lib/rails-carrierwave-focuspoint/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MDY5MDUzNzViZmJjNWE5YzgzMjI1MjI5ZjBlNjE2OTg0ODgwYTc2MQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NjMzODBhYjg1OWZlOWQ1N2U0ODYzMDcyZjMzOTEyYmZiNjE4ZWJiYw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZWE1OGIzNTZkY2U1ZTUwZTYzY2RkYjM0YjlkZTg5NTViMjA4NjNlNTU4NTRh
|
|
10
|
+
MjNhM2Y0MmQxNjBiZGYzMjgyMDYxZWI4NDE1NDFhYmIyYTBmNjE5OTQwYzJj
|
|
11
|
+
YzVmNmM1YmVjMmFmYzcxNzZlZDgyMGJhZTgzYjU5MDc0NzhjOGU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YTQxYmI0NjZmYWNkNmE1OGY0MTI3ZjUxMDBkMWM0ZTY1ODYxZGE4ODc0MTMw
|
|
14
|
+
NDgxZjNmYzFiYTYwMDE0NWZhOTNjNGU3Y2UzZTIzM2EzZWIyODFjYjAwYTky
|
|
15
|
+
OTU4NzYzOWIxY2UyZGExYjg0ZGE0Y2NhZGM0OTAwZWI5NGViODQ=
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-carrierwave-focuspoint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- evg2108
|
|
@@ -24,7 +24,8 @@ dependencies:
|
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 3.2.21
|
|
27
|
-
description:
|
|
27
|
+
description: CarrierWave extension for specifying focus point on image before they
|
|
28
|
+
upload on server and cropped.
|
|
28
29
|
email:
|
|
29
30
|
- evg2108@yandex.ru
|
|
30
31
|
executables: []
|
|
@@ -64,5 +65,6 @@ rubyforge_project:
|
|
|
64
65
|
rubygems_version: 2.2.2
|
|
65
66
|
signing_key:
|
|
66
67
|
specification_version: 4
|
|
67
|
-
summary:
|
|
68
|
+
summary: CarrierWave extension for specifying focus point on image before they upload
|
|
69
|
+
on server and cropped.
|
|
68
70
|
test_files: []
|