bootswatch_rails 3.3.0.9 → 3.3.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35e0145d5ed16656879de71aa2ed5df5156c2625
4
- data.tar.gz: 772da748daac1ea085a426501925b6be39bd2c1f
3
+ metadata.gz: 3223dbcf11572ca79046251782b2ca88f627cdf2
4
+ data.tar.gz: 6954dda9fead1d1b078fb52c30afe77ee4aa6d14
5
5
  SHA512:
6
- metadata.gz: 11858b8ab8926896515d4601c38681a09eb43345e1d8b59a6cec96204b47b8818b4d99c6cf6a2e24ffb71c8156754f021992d8b30884cde0ecd9755576ae21ef
7
- data.tar.gz: 11ba33bf4688b95c78aefee94046ee6a171dbee2b0114d56c069f040ae887fc4cb302b40a5e16fc109fb66a3c05f8c650a168884ab845f3f699e6070ef5be173
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.9"
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.9
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.2
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