jscolor-rails 1.4.0 → 1.4.0.1

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.
@@ -1,5 +1,5 @@
1
1
  module Jscolor
2
2
  module Rails
3
- VERSION = "1.4.0"
3
+ VERSION = "1.4.0.1"
4
4
  end
5
5
  end
@@ -13,7 +13,7 @@
13
13
  var jscolor = {
14
14
 
15
15
 
16
- dir : '', // location of jscolor directory (leave empty to autodetect)
16
+ dir : '/assets/', // location of jscolor directory (leave empty to autodetect)
17
17
  bindClass : 'color', // class name
18
18
  binding : true, // automatic binding via <input class="...">
19
19
  preloading : true, // use image preloading?
metadata CHANGED
@@ -1,23 +1,34 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: jscolor-rails
3
- version: !ruby/object:Gem::Version
4
- version: 1.4.0
3
+ version: !ruby/object:Gem::Version
4
+ hash: 125
5
5
  prerelease:
6
+ segments:
7
+ - 1
8
+ - 4
9
+ - 0
10
+ - 1
11
+ version: 1.4.0.1
6
12
  platform: ruby
7
- authors:
13
+ authors:
8
14
  - Moandji Ezana
9
15
  autorequire:
10
16
  bindir: bin
11
17
  cert_chain: []
12
- date: 2012-12-20 00:00:00.000000000 Z
18
+
19
+ date: 2013-01-21 00:00:00 Z
13
20
  dependencies: []
21
+
14
22
  description:
15
- email:
23
+ email:
16
24
  - mwanji@gmail.com
17
25
  executables: []
26
+
18
27
  extensions: []
28
+
19
29
  extra_rdoc_files: []
20
- files:
30
+
31
+ files:
21
32
  - lib/jscolor-rails.rb
22
33
  - lib/jscolor-rails/version.rb
23
34
  - vendor/assets/images/arrow.gif
@@ -27,26 +38,36 @@ files:
27
38
  - vendor/assets/javascripts/jscolor.js
28
39
  homepage: https://github.com/mwanji/jscolor-rails
29
40
  licenses: []
41
+
30
42
  post_install_message:
31
43
  rdoc_options: []
32
- require_paths:
44
+
45
+ require_paths:
33
46
  - lib
34
- required_ruby_version: !ruby/object:Gem::Requirement
47
+ required_ruby_version: !ruby/object:Gem::Requirement
35
48
  none: false
36
- requirements:
37
- - - ! '>='
38
- - !ruby/object:Gem::Version
39
- version: '0'
40
- required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ hash: 3
53
+ segments:
54
+ - 0
55
+ version: "0"
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
57
  none: false
42
- requirements:
43
- - - ! '>='
44
- - !ruby/object:Gem::Version
45
- version: '0'
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ hash: 3
62
+ segments:
63
+ - 0
64
+ version: "0"
46
65
  requirements: []
66
+
47
67
  rubyforge_project:
48
- rubygems_version: 1.8.24
68
+ rubygems_version: 1.8.15
49
69
  signing_key:
50
70
  specification_version: 3
51
71
  summary: Integrates JSColor with Rails's asset pipeline
52
72
  test_files: []
73
+