jquery-countdown-rails 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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 43175c8a5e3a63c278a85519df5b04b455e70240
|
|
4
|
+
data.tar.gz: 8260491a2d333f4d8c91369b5cb98e80a1fcd30b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fafa43f6096b28f2a5325a69293142880e6e596f9f296f7c14bede6eaecfb9c990a314b78af6bda22f857b27c5cfd0d9687c76186f164e5caa3fbc7345bbd2dd
|
|
7
|
+
data.tar.gz: e85f8aad784d1fa711bc1dfade237b6c5c165e17368dcfeb5bfad5bbf4432060f3e703fde6b5d838c66b0196a315096003ffc1229093d47a3b38fdb67f32a503
|
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = JqueryCountdownRails::VERSION
|
|
9
9
|
spec.authors = ["Mauricio Pasquier Juan"]
|
|
10
10
|
spec.email = ["mauricio@pasquierjuan.com.ar"]
|
|
11
|
-
spec.description = %Q{
|
|
12
|
-
packaged for standalone sprockets or rails
|
|
11
|
+
spec.description = %Q{jQuery Countdown #{JqueryCountdownRails::ASSET_VERSION},
|
|
12
|
+
packaged for standalone sprockets or rails}
|
|
13
13
|
spec.summary = %q{jQuery Countdown for the asset pipeline}
|
|
14
14
|
spec.homepage = "https://github.com/mauriciopasquier/jquery-countdown-rails"
|
|
15
15
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-countdown-rails
|
|
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
|
- Mauricio Pasquier Juan
|
|
@@ -39,8 +39,8 @@ dependencies:
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
description: |-
|
|
42
|
-
|
|
43
|
-
packaged for standalone sprockets or rails
|
|
42
|
+
jQuery Countdown 1.6.3,
|
|
43
|
+
packaged for standalone sprockets or rails
|
|
44
44
|
email:
|
|
45
45
|
- mauricio@pasquierjuan.com.ar
|
|
46
46
|
executables: []
|