jquery-countdown-rails 0.0.3 → 1.6.3
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/LICENSE.txt +1 -1
- data/README.md +2 -0
- data/jquery-countdown-rails.gemspec +2 -2
- data/lib/jquery-countdown-rails/version.rb +1 -2
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5eaf616f15def7da82c3464b914572f56ed16683
|
|
4
|
+
data.tar.gz: 6e640b2b2aaf34770e3b907fe086717635d71c63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: caf1b0ac47c830aa0f65f10fa52a6f74a2f22493927b0fede5c8fa8668a93c520f947110df61746c3aab93fbebde1ea196d09714215b4a3655f655f1762278c5
|
|
7
|
+
data.tar.gz: e2547a4c242ce0020494fa4203a321aa3179a45a632ae43b07e1980962ec45a45f7616b2492bc3b5ca79b55db497205a9ce478ab9040dd32e0456cd4bb613b12
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -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{jQuery Countdown
|
|
12
|
-
packaged for standalone sprockets or rails}
|
|
11
|
+
spec.description = %Q{jQuery Countdown (gem version reflects assets
|
|
12
|
+
version) 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,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-countdown-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mauricio Pasquier Juan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -39,8 +39,8 @@ dependencies:
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
description: |-
|
|
42
|
-
jQuery Countdown
|
|
43
|
-
packaged for standalone sprockets or rails
|
|
42
|
+
jQuery Countdown (gem version reflects assets
|
|
43
|
+
version) packaged for standalone sprockets or rails
|
|
44
44
|
email:
|
|
45
45
|
- mauricio@pasquierjuan.com.ar
|
|
46
46
|
executables: []
|
|
@@ -130,9 +130,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
version: '0'
|
|
131
131
|
requirements: []
|
|
132
132
|
rubyforge_project:
|
|
133
|
-
rubygems_version: 2.0.
|
|
133
|
+
rubygems_version: 2.0.14
|
|
134
134
|
signing_key:
|
|
135
135
|
specification_version: 4
|
|
136
136
|
summary: jQuery Countdown for the asset pipeline
|
|
137
137
|
test_files: []
|
|
138
|
-
has_rdoc:
|