anjlab-bootstrap-rails 1.4.0.10 → 1.4.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -64,6 +64,7 @@ Add necessary javascript(s) files to app/assets/javascripts/application.js
64
64
 
65
65
  // Or peek any of them yourself
66
66
  //= require bootstrap-alerts
67
+ //= require bootstrap-buttons
67
68
  //= require bootstrap-dropdown
68
69
  //= require bootstrap-modal
69
70
  //= require bootstrap-twipsy
@@ -83,4 +84,4 @@ Copyright (c) 2011 AnjLab
83
84
 
84
85
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
85
86
  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
86
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
87
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -8,8 +8,8 @@ module Sass::Script::Functions
8
8
  assert_type color, :Color
9
9
  alpha = (color.alpha * 255).round
10
10
  alpha = alpha.to_s(16).rjust(2, '0')
11
- color_string = color.to_s
12
- color_values = color_string.tr('#','').split('')
11
+ color_string = color.to_s.tr('#','')
12
+ color_values = color_string.split('')
13
13
 
14
14
  r, g, b = *color_values
15
15
  if color_values.size == 3
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Rails
3
- VERSION = "1.4.0.10"
3
+ VERSION = "1.4.0.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anjlab-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0.10
4
+ version: 1.4.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-12-01 00:00:00.000000000 Z
12
+ date: 2011-12-05 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
- requirement: &70328917429840 !ruby/object:Gem::Requirement
16
+ requirement: &70104503739100 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '3.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70328917429840
24
+ version_requirements: *70104503739100
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: thor
27
- requirement: &70328917429340 !ruby/object:Gem::Requirement
27
+ requirement: &70104503737100 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0.14'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70328917429340
35
+ version_requirements: *70104503737100
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: bundler
38
- requirement: &70328917428880 !ruby/object:Gem::Requirement
38
+ requirement: &70104503735960 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 1.0.0
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70328917428880
46
+ version_requirements: *70104503735960
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rails
49
- requirement: &70328917428420 !ruby/object:Gem::Requirement
49
+ requirement: &70104503735060 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '3.0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70328917428420
57
+ version_requirements: *70104503735060
58
58
  description: Twitter Bootstrap CSS (with SASS flavour) and JS toolkits for Rails 3
59
59
  projects
60
60
  email:
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 1.8.11
114
+ rubygems_version: 1.8.10
115
115
  signing_key:
116
116
  specification_version: 3
117
117
  summary: Bootstrap CSS (with SASS flavour) and JS toolkits for Rails 3 projects