bootswitch 0.0.12 → 0.0.13

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: 8fb134d7d3165b8f0cadff74b7034f4e224038bc
4
- data.tar.gz: 6e7ca0bc33779c867ae65300e03089ed0373fcf6
3
+ metadata.gz: 26791c22a7cac31328dd80cc56fb19a265ef8bf4
4
+ data.tar.gz: b2640167dc4bf3d6501b79175077fd38b5d4ecad
5
5
  SHA512:
6
- metadata.gz: e89576d50d72a667b86e1dee6eaeb74884b10636d9b7bac7c492e04545e23079e53fd5983aff5882fbcf5746ac200411f0b1949452090e865f9bf24623884f7e
7
- data.tar.gz: d2b0a825e85faf07d982603ca2deadfeebaa002f6ccfdd026a4876aecb82373985df3ce297c6dac92c84a0a0a54d34ff6e73529f3b2a160fadc7f9fb9639befa
6
+ metadata.gz: 18bfd3d63c90cf9e5ec8b1d5cf52029f046f224489a2953c7333a9b72d750b821df48c5ab67894018a92592918a0c07989a43b6cba6b35bb94c31bc73171a106
7
+ data.tar.gz: 413c10b5ef5ca799ecd70ae737b0c661062e5edf6e57c3adb4eaddc336c5b02c8e8aec9a53f5d24e05b8fabed23e5e33092c26c29fdfdeb77e676c6a1831a328
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.12
1
+ 0.0.13
data/bootswitch.gemspec CHANGED
@@ -2,11 +2,11 @@
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: bootswitch 0.0.12 ruby lib
5
+ # stub: bootswitch 0.0.13 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootswitch"
9
- s.version = "0.0.12"
9
+ s.version = "0.0.13"
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"]
@@ -3,11 +3,11 @@ module Bootswitch
3
3
  configuration.themes
4
4
  end
5
5
 
6
- def theme_name
6
+ def self.theme_name
7
7
  send(Bootswitch.configuration.theme_method) || Bootswitch.configuration.default_theme
8
8
  end
9
9
 
10
- def theme_stylesheet_link_tag
10
+ def self.theme_stylesheet_link_tag
11
11
  render(partial: 'theme/stylesheet_link_tag')
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswitch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren