Skip to content

Commit

Permalink
fix generator and add Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseChavez committed Jun 19, 2018
1 parent 7d3af96 commit de66db8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
PATH
remote: .
specs:
foundation-sass-rails (0.1.0)
sass (>= 3.3.0, < 3.5)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
rake (10.5.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
sass (3.4.25)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16)
foundation-sass-rails!
rake (~> 10.0)
rspec (~> 3.0)

BUNDLED WITH
1.16.1
2 changes: 1 addition & 1 deletion lib/generators/foundation/overrides_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def add_overrides
private

def settings_file
File.join(vendor_stylesheets_base_dir, '_settings.scss')
File.join(vendor_stylesheets_base_dir, 'foundation','_settings.scss')
end

def overrides_file
Expand Down

0 comments on commit de66db8

Please sign in to comment.