Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2012-05-06 22:53:58 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-05-06 22:53:58 +0400
commit1b1881bb4788a0601ef1cf96e2fe8e1421f70e71 (patch)
tree236a1b86ccc8abe05a30f6b59d6cdfd840eb53ab
parentbe0b7cbd5b43609d1104dab53254512d40b01d91 (diff)
fix gemspec location
that's what you get from copy and paste.
-rw-r--r--test/gemfiles/sass_3_1.gemfile2
-rw-r--r--test/gemfiles/sass_head.gemfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/gemfiles/sass_3_1.gemfile b/test/gemfiles/sass_3_1.gemfile
index f67c9924..16a8a047 100644
--- a/test/gemfiles/sass_3_1.gemfile
+++ b/test/gemfiles/sass_3_1.gemfile
@@ -2,4 +2,4 @@ source "https://rubygems.org"
gem 'sass', '~> 3.1.12'
-gemspec path: "../" \ No newline at end of file
+gemspec path: '../../' \ No newline at end of file
diff --git a/test/gemfiles/sass_head.gemfile b/test/gemfiles/sass_head.gemfile
index 7a507e5c..5963f496 100644
--- a/test/gemfiles/sass_head.gemfile
+++ b/test/gemfiles/sass_head.gemfile
@@ -2,4 +2,4 @@ source "https://rubygems.org"
gem 'sass', git: 'git://github.com/nex3/sass.git'
-gemspec path: "../" \ No newline at end of file
+gemspec path: '../../' \ No newline at end of file