Skip to content

Commit 41976dc

Browse files
committed
Fix gemspec paths
1 parent 2d573e1 commit 41976dc

11 files changed

+11
-11
lines changed

gemfiles/Gemfile-rails-4-0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

33
# Specify your gem"s dependencies in sass-rails.gemspec
4-
gemspec path: "../.."
4+
gemspec path: ".."
55

66
gem "rails", "~> 4.0.0"

gemfiles/Gemfile-rails-4-1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

33
# Specify your gem"s dependencies in sass-rails.gemspec
4-
gemspec path: "../.."
4+
gemspec path: ".."
55

66
gem "rails", "~> 4.1.0"

gemfiles/Gemfile-rails-4-2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

33
# Specify your gem"s dependencies in sass-rails.gemspec
4-
gemspec path: "../.."
4+
gemspec path: ".."
55

66
gem "rails", "~> 4.2.0"

gemfiles/Gemfile-sass-3-1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Specify your gem"s dependencies in sass-rails.gemspec
4-
gemspec path: "../.."
4+
gemspec path: ".."
55

66
gem "rails"
77
gem "sass", "~> 3.1.0"

gemfiles/Gemfile-sass-3-2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Specify your gem"s dependencies in sass-rails.gemspec
4-
gemspec path: "../.."
4+
gemspec path: ".."
55

66
gem "rails"
77
gem "sass", "~> 3.2.0"

gemfiles/Gemfile-sass-3-3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Specify your gem"s dependencies in sass-rails.gemspec
4-
gemspec path: "../.."
4+
gemspec path: ".."
55

66
gem "rails"
77
gem "sass", "~> 3.3.0"

gemfiles/Gemfile-sass-3-4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Specify your gem"s dependencies in sass-rails.gemspec
4-
gemspec path: "../.."
4+
gemspec path: ".."
55

66
gem "rails"
77
gem "sass", "~> 3.4.0"

gemfiles/Gemfile-sprockets-2-11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Specify your gem"s dependencies in sass-rails.gemspec
4-
gemspec path: "../.."
4+
gemspec path: ".."
55

66
gem "rails"
77
gem "sprockets", "~> 2.11.0"

gemfiles/Gemfile-sprockets-2-12

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Specify your gem"s dependencies in sass-rails.gemspec
4-
gemspec path: "../.."
4+
gemspec path: ".."
55

66
gem "rails"
77
gem "sprockets", "~> 2.12.0"

gemfiles/Gemfile-sprockets-2-8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Specify your gem"s dependencies in sass-rails.gemspec
4-
gemspec path: "../.."
4+
gemspec path: ".."
55

66
gem "rails"
77
gem "sprockets", "~> 2.8.0"

gemfiles/Gemfile-sprockets-3-0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

33
# Specify your gem"s dependencies in sass-rails.gemspec
4-
gemspec path: "../.."
4+
gemspec path: ".."
55

66
gem "sprockets", "3.0.0.beta.5"

0 commit comments

Comments
 (0)