bootstrappers 4.2.0.2 → 4.2.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: 1b535ae8709e57f650b70c62aa5082fe4f1c4f21
4
- data.tar.gz: c3d4232f963db5fcb685b8edcd1974d5e8fd1ddc
3
+ metadata.gz: b9855c67acbc84820f64be0577610a9c46133e0a
4
+ data.tar.gz: 21e6c0eda4195b5733c3e2888d8456b86476b14b
5
5
  SHA512:
6
- metadata.gz: d2f79db6860e3622f75c43e62a57a486c999351afe19968ba2069ed8152146fcb323eef231a4bef501a6523628c8bd450503d67ca67de56a63941d917787d509
7
- data.tar.gz: bf28583c30ed934160cb1a8b9a45b82f70c6fdf215122420efc7f133502b50a6a8275612c3cd5d901868904c112ed4b4b9f52fab3afecbe5d641c59cf5a06933
6
+ metadata.gz: b78d55c5038547c70caee997e095f66db2cc53bb988df7d5ae1aa147eb8b6534c97800115ed906c91c895ddfeb5713bd8956722373370d021cd7ffc04bcbfd1f
7
+ data.tar.gz: a0d6c663c4f76733f3e8584a5c55f4b9f381e93098e5dd254a6c2da7115a6a8e7c5aea005603af8c6c46eb7dbbe6b84a4702cbf392ce2d7f544c15279d59eefd
@@ -1,4 +1,6 @@
1
- alpha
1
+ 4.2.0.3
2
+
3
+ * FIX compass-rails
2
4
 
3
5
  0.2.1 (Apr 8, 2013)
4
6
 
@@ -1,3 +1,3 @@
1
1
  module Bootstrappers
2
- VERSION = "4.2.0.2"
2
+ VERSION = "4.2.0.3"
3
3
  end
@@ -28,9 +28,7 @@ gem "hipchat"
28
28
  # Cache
29
29
  gem "dalli"
30
30
 
31
- group :assets do
32
- gem "compass-rails", :git => "git@github.com:Compass/compass-rails.git", :branch => "rails4"
33
- end
31
+ gem "compass-rails", "~> 2.0.alpha.0"
34
32
 
35
33
  group :development do
36
34
  gem "capistrano"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrappers
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0.2
4
+ version: 4.2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - xdite