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: 5bfe693398a7410010a9a8a5f0871341067914ca
4
- data.tar.gz: 80914be63674fb8087b6a5312f8b474c6b82c321
3
+ metadata.gz: 43175c8a5e3a63c278a85519df5b04b455e70240
4
+ data.tar.gz: 8260491a2d333f4d8c91369b5cb98e80a1fcd30b
5
5
  SHA512:
6
- metadata.gz: ac157c0a2590916a3ea92fa8d83f7101ac100f69f5fa4eff1e574d2628a5768c66f234eefe14b1a1ca17e0ae7047a955269608b83323bc55478e7d56a18fa3f2
7
- data.tar.gz: 4c86dab102f17d89c07eda8b11bcfb2ffb4771af0a7e520d404eafd8f2df731bc7f39c59b208d5a9934228fa9a0b4c3d41fbc23988e735cbe86caff9ddf961c1
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{"jQuery Countdown #{JqueryCountdownRails::ASSET_VERSION},
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"
@@ -9,7 +9,7 @@ module JqueryCountdownRails
9
9
  else
10
10
  require "jquery-countdown-rails/engine"
11
11
  end
12
- else
12
+ elsif defined? ::Sprockets
13
13
  require "jquery-countdown-rails/sprockets"
14
14
  end
15
15
  end
@@ -1,5 +1,3 @@
1
- require 'sprockets'
2
-
3
1
  # Stolen from https://github.com/PixieEngine/boner
4
2
  module JqueryCountdownRails
5
3
  root_dir = File.expand_path(File.dirname(File.dirname(File.dirname(__FILE__))))
@@ -1,4 +1,4 @@
1
1
  module JqueryCountdownRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  ASSET_VERSION = "1.6.3"
4
4
  end
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.1
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
- "jQuery Countdown 1.6.3,
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: []