boarding_pass 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/boarding_pass/version.rb +1 -1
- data/lib/boarding_pass.rb +2 -3
- metadata +2 -2
data/lib/boarding_pass.rb
CHANGED
@@ -5,8 +5,7 @@ require "boarding_pass/version"
|
|
5
5
|
module BoardingPass
|
6
6
|
if defined?(Rails) && defined?(Rails::Engine)
|
7
7
|
require 'boarding_pass/engine'
|
8
|
-
|
9
|
-
|
10
|
-
# end
|
8
|
+
else
|
9
|
+
Sass.load_paths << File.expand_path("../../app/assets/stylesheets", __FILE__)
|
11
10
|
end
|
12
11
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: boarding_pass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-
|
13
|
+
date: 2013-04-13 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: sass
|