jquery-justified-gallery-rails 3.6.1.1 → 3.6.1.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/lib/jquery/justified/gallery/rails/version.rb +1 -1
- metadata +5 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff28d8dbe3f18fbbc62b2730bb1a6cf8c660014a
|
4
|
+
data.tar.gz: fac0f639deaa373c6da3afabc03ebbf111418900
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c16e821714d4cbd1180709e73be72b134ac49a68f4516677be1636605aff920134daa49663540fa6a94c726e215a10d7217235135f1284a660a105695484fe53
|
7
|
+
data.tar.gz: 7cd906829913fb6abd4335975db8d85cfe8d6d45248042dc445468cd70f169b07c87756eb0efe2ac7703d5bf773b1d7afaf15ec5ae8876bb9328c98dd9289140
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-justified-gallery-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.6.1.
|
4
|
+
version: 3.6.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Atkinson
|
@@ -16,21 +16,15 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
20
|
-
- - "~>"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '4.2'
|
19
|
+
version: '3.0'
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
24
|
- - ">="
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
30
|
-
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '4.2'
|
33
|
-
description: This gem provides jQuery Justified Gallery for your Rails 4+ application.
|
26
|
+
version: '3.0'
|
27
|
+
description: This gem provides jQuery Justified Gallery for your Rails 3+ application.
|
34
28
|
email:
|
35
29
|
- mrstebouk@gmail.com
|
36
30
|
executables: []
|
@@ -68,5 +62,5 @@ rubyforge_project:
|
|
68
62
|
rubygems_version: 2.5.1
|
69
63
|
signing_key:
|
70
64
|
specification_version: 4
|
71
|
-
summary: Use jQuery Justified Gallery with Rails
|
65
|
+
summary: Use jQuery Justified Gallery with Rails 3+
|
72
66
|
test_files: []
|