solstice 2.0.0 → 2.1.0

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: 4c3a0577bb73b22c3b234deaec707ffd64e86d6d
4
- data.tar.gz: 43f566169150b3712c698776a0133e28f5cbf391
3
+ metadata.gz: 026f98cf8a08a4a9745c5912fbb785b644025b9c
4
+ data.tar.gz: f2a7da20dc6b82b8c3c93146dd32d1fa46dab76d
5
5
  SHA512:
6
- metadata.gz: 0216ab1daf4d0b0d4a93ca99fe07deb0ac754fe04652c43712b67a6fcab5bff230265fe51b5c71329f1c396d469a8572d62ad08f5a2d91e79ad6a657770684a5
7
- data.tar.gz: 7e4d7c912501151d2034629ada21d4b2254d9dc1b9af1816c354c0e79be90d94f22a34c9eb1223a413616f0e1e2422952cd857d930a6c02b538c0ca63c8f437e
6
+ metadata.gz: 3c780d578b36cc71735410b7ec4f3f5af5148704d2d934cc936718229f778b571812e4f912492a542e932b43fdbd506efa501abc5afd9ff069eec9483fc5d9d2
7
+ data.tar.gz: 369cba51bdd0bb1a723a5d34882b6c309b4eec6f843f2f34a7ea63dd5a99375bea3a87364aad36b4adbf1358f5096684c0be3a71037d2fb48592dbc4b732fc20
@@ -13,7 +13,7 @@ module Solstice
13
13
  configure_sass
14
14
  end
15
15
  def gem
16
- @gem ||= File.expand_path('..', File.dirname(__FILE__))
16
+ @gem ||= File.expand_path('..', __FILE__)
17
17
  end
18
18
  def stylesheets
19
19
  File.join(assets_path, 'stylesheets')
@@ -1,3 +1,3 @@
1
1
  module Solstice
2
- VERSION = "2.0.0"
2
+ VERSION = "2.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solstice
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Daniel Roach