compass-rails-source-maps 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78907ea10f57bb0393d0bdb724bd790c93af44b0
4
- data.tar.gz: 3f3f3685f202ec556c31c3aab93101e787098c94
3
+ metadata.gz: b7573a34835ee2c7d100450eb7dcce5aaee70c38
4
+ data.tar.gz: dfd02e4814d923f3a367355b5a6450f54668e485
5
5
  SHA512:
6
- metadata.gz: 0422f7303f7672ec897eef35b51035f42f3a7e258531f3778b29220fa863d83b0e6fccc0941096e62b5df9beb9275776322a07b4be5b1083c1255ff836020750
7
- data.tar.gz: 644a9ec4288963aac82afa75ccd769f2da63a8183a854df80f955bdf36393b722fac8b23958cdc144e204af83bf101e0b4cd1359ba11056b8f47bd8e5a2cddb9
6
+ metadata.gz: 04447275ea4b34877dcb7f9c6c365343414a3303eb81914504f0e85365002bd9ad5811abcb65b8606e98b42e66df9d1eef4a77fc0d68393cfd4ec4d436f6b91a
7
+ data.tar.gz: 7cb61d48389dd044764fddc3d4c4a970e06f86dc07d074812fa7a7a5bfb7ad5d8740d940b1678e39118bb79481d847ddfecae6d4fa78bd640ad61c4fd2293f8d
data/README.md CHANGED
@@ -9,6 +9,7 @@ That gem doesn't work as-is with compass as compass-rails patches default sass\s
9
9
  ## Installation
10
10
 
11
11
  Add this line to your application's Gemfile:
12
+
12
13
  group :development do
13
14
  gem 'compass-rails-source-maps'
14
15
  end
@@ -1,7 +1,7 @@
1
1
  module CompassRailsSourceMaps
2
2
  class SassImporter < Sprockets::SassImporter
3
3
 
4
- def public_url(uri)
4
+ def public_url(uri, sourcemap_directory = nil)
5
5
  "/#{Sprockets::SassTemplate::SOURCE_MAPS_DIRECTORY}/#{File.basename(uri)}"
6
6
  end
7
7
 
@@ -1,3 +1,3 @@
1
1
  module CompassRailsSourceMaps
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-rails-source-maps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-20 00:00:00.000000000 Z
11
+ date: 2014-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.1.10
78
+ rubygems_version: 2.2.1
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: A small monkeypatch to enable sourcemaps with compass-rails