sc_jammit_lite 0.2.0 → 0.2.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -42,7 +42,7 @@ module Jammit
42
42
  # in production, creates <link> tag for each bundle
43
43
  def include_stylesheets(*bundles)
44
44
  bundles.map! { |name| Jammit::Lite::Bundle.new(:stylesheets => name) }
45
- return include_individual_stylesheets(bundles) unless Rails.env.production? || Raisl.env.demo?
45
+ return include_individual_stylesheets(bundles) unless Rails.env.production? || Rails.env.demo?
46
46
  tags = bundles.map { |bundle| stylesheet_link_tag(bundle.path) }
47
47
  tags.join("\n")
48
48
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sc_jammit_lite}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jordan Glasner"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jordan Glasner