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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ad74823b9e6d98ca3984adb1ce658a1dcd8a67e
4
- data.tar.gz: a59b1fbae8d6d5b12825cbb82fe923f4f34864c6
3
+ metadata.gz: ff28d8dbe3f18fbbc62b2730bb1a6cf8c660014a
4
+ data.tar.gz: fac0f639deaa373c6da3afabc03ebbf111418900
5
5
  SHA512:
6
- metadata.gz: b1ebf90884a4df2cef7463742980bc7fbe486e8eda60a53b5152e9508aa35b061b1c1edc48cd7111fb45a13524e81c7cc2f1a44569e65f3d8230145a74d6ea67
7
- data.tar.gz: ab923d61faaf69e8c1a180cb982467eb70123c5a2defb5dad0cbacea9372ac30bfe1618851da7b5a6bcc95bfe6bbc7a5b964b6d9d056f161735971a45b61deef
6
+ metadata.gz: c16e821714d4cbd1180709e73be72b134ac49a68f4516677be1636605aff920134daa49663540fa6a94c726e215a10d7217235135f1284a660a105695484fe53
7
+ data.tar.gz: 7cd906829913fb6abd4335975db8d85cfe8d6d45248042dc445468cd70f169b07c87756eb0efe2ac7703d5bf773b1d7afaf15ec5ae8876bb9328c98dd9289140
@@ -2,7 +2,7 @@ module Jquery
2
2
  module Justified
3
3
  module Gallery
4
4
  module Rails
5
- VERSION = '3.6.1.1'
5
+ VERSION = '3.6.1.2'
6
6
  end
7
7
  end
8
8
  end
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.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: 4.2.0
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: 4.2.0
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 4+
65
+ summary: Use jQuery Justified Gallery with Rails 3+
72
66
  test_files: []