Skip to content

Commit

Permalink
Merge branch 'fix-outdated-rspec-config' into update-pure-css
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Aug 23, 2014
2 parents e55e6b4 + 99ea44d commit f588d01
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 95 deletions.
1 change: 0 additions & 1 deletion lib/pure/sass.rb
Expand Up @@ -2,7 +2,6 @@
require "pure/sass/engine"
require "pure/sass/default_translation"
require "pure/sass/translation"
require "pure/sass/generator"

module Pure
module Sass
Expand Down
45 changes: 0 additions & 45 deletions lib/pure/sass/generator.rb

This file was deleted.

4 changes: 2 additions & 2 deletions pure-sass.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ["james@resistor.io", "matt@route66.sytes.net", "johnotander@gmail.com"]
spec.description = "Yahoo's purecss ported to SASS"
spec.summary = "Yahoo's purecss ported to SASS"
spec.homepage = ""
spec.homepage = "https://github.com/fourseven/pure-sass"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
Expand All @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency gem
end

%w[ rake rspec guard guard-rspec guard-sass guard-bundler nokogiri fakefs ].each do |gem|
%w[ rake rspec guard guard-rspec guard-sass guard-bundler nokogiri ].each do |gem|
spec.add_development_dependency gem
end
spec.add_development_dependency "bundler", "~> 1.3"
Expand Down
32 changes: 0 additions & 32 deletions spec/generators/install_spec.rb

This file was deleted.

14 changes: 0 additions & 14 deletions spec/generators/version_spec.rb

This file was deleted.

2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -14,4 +14,4 @@ def capture(stream)
end

result
end
end

0 comments on commit f588d01

Please sign in to comment.