bootstrap_leather 0.4.0 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e05a4ff0717631375c7d68d3ed9e9ef0d0dd820c
4
- data.tar.gz: 3b3cd24d2e27b5e15c22d3ca4604c60ba9b7b3bf
3
+ metadata.gz: d3253a45091e188746424763490891957de76a15
4
+ data.tar.gz: 83d43f0c13eb36e9829d9e94831741993af48cdc
5
5
  SHA512:
6
- metadata.gz: 485dc6fa22fe69be185a252a34347a3f504247d086a15e354c3c0673e3ae72848b6a518bad1058d0218cbbe6bcd3052f0098d10b2d9a0165d1e6ded54f1f69f1
7
- data.tar.gz: ac90672a07a4242a8808efcab4ae84a7f997f5b5be897a3fa08cee56777a152a9b50dc2416cef2bb63a76caef3d08cb356c8e77cfbf9b015d5fee9e0d1576947
6
+ metadata.gz: 19cd6e962888c8c53d34b6a2635a0e883ee0aecc9a0a3a2addda7d4f92c5f57bd22e90ab9bf81faf5491bf65db693efe4c37281b3112752687f38d1b91578cd3
7
+ data.tar.gz: 499cef859dd5a1fbd0c9319d12f549e84be00daa555024e3f9ce74def94ea465581fa7558f8ec828033b9bce8cdd4bae4b3f692aef30de6c51f1c7e8177f46b1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
@@ -1 +1 @@
1
- %i{:class => 'icon-' + type}
1
+ %i{:class => 'glyphicon glyphicon-' + type}
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bootstrap_leather 0.4.0 ruby lib
5
+ # stub: bootstrap_leather 0.4.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootstrap_leather"
9
- s.version = "0.4.0"
9
+ s.version = "0.4.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Karen Lundgren"]
14
- s.date = "2014-10-15"
14
+ s.date = "2015-04-26"
15
15
  s.description = "BootstrapLeather is a collection of view helpers that makes it easier to create apps using Twitter Bootstrap"
16
16
  s.email = "karen.e.lundgren@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -103,7 +103,7 @@ Gem::Specification.new do |s|
103
103
  ]
104
104
  s.homepage = "http://www.gemvein.com/museum/cases/bootstrap_leather"
105
105
  s.licenses = ["MIT"]
106
- s.rubygems_version = "2.2.2"
106
+ s.rubygems_version = "2.4.6"
107
107
  s.summary = "BootstrapLeather makes it easier to create apps using Twitter Bootstrap"
108
108
 
109
109
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_leather
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-15 00:00:00.000000000 Z
11
+ date: 2015-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass
@@ -260,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  version: '0'
261
261
  requirements: []
262
262
  rubyforge_project:
263
- rubygems_version: 2.2.2
263
+ rubygems_version: 2.4.6
264
264
  signing_key:
265
265
  specification_version: 4
266
266
  summary: BootstrapLeather makes it easier to create apps using Twitter Bootstrap