bootswatch_rails 3.3.0.9 → 3.3.0.10
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: 3223dbcf11572ca79046251782b2ca88f627cdf2
|
|
4
|
+
data.tar.gz: 6954dda9fead1d1b078fb52c30afe77ee4aa6d14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36d68083f9777e829b274d515e791196509cfd98e40a6dc32d8dc03273c38e180c87b16317d6d7b2c6a91eb333a47bec960f8ccc08781a5eaced90b7b25d1440
|
|
7
|
+
data.tar.gz: 9f56f5488dcf097136c95b631cda14fc9ddb312db2327aa0d64cf9f83a5c7c352392c482c14d6e55a269e5dddd57613f25ff2f3d4e0c0cf9a2a514abd982891d
|
|
@@ -2,7 +2,7 @@ module BootswatchRails
|
|
|
2
2
|
BOOTSTRAP = "3.3.0"
|
|
3
3
|
BOOTSWATCH = "3.3.0"
|
|
4
4
|
FONT_AWESOME = "4.2.0"
|
|
5
|
-
VERSION = "3.3.0.
|
|
5
|
+
VERSION = "3.3.0.10"
|
|
6
6
|
|
|
7
7
|
THEMES = [:cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
|
|
8
8
|
DEFAULT = 0
|
|
@@ -145,7 +145,7 @@ module BootswatchRails
|
|
|
145
145
|
list.each do |entry|
|
|
146
146
|
name, type, index = entry.split(':')
|
|
147
147
|
type, index = ["string", type] if %w(index uniq).include? type
|
|
148
|
-
array << [name, type, index]
|
|
148
|
+
array << [name, type || "string", index]
|
|
149
149
|
end
|
|
150
150
|
array
|
|
151
151
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootswatch_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.0.
|
|
4
|
+
version: 3.3.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Volker Wiegand
|
|
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
188
188
|
version: '0'
|
|
189
189
|
requirements: []
|
|
190
190
|
rubyforge_project:
|
|
191
|
-
rubygems_version: 2.4.
|
|
191
|
+
rubygems_version: 2.4.3
|
|
192
192
|
signing_key:
|
|
193
193
|
specification_version: 4
|
|
194
194
|
summary: Add bootswatch.com themes to the Rails asset pipeline
|