nail_polish 0.2.8 → 0.2.9

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: 52cadb00ac9792475dd928480ff7297ce211fc2c
4
- data.tar.gz: 74426ec4f1650399b6ecca59b74d4656829edb9f
3
+ metadata.gz: 22a5d2c38b96e386f87b608faf6d5df3f58d7378
4
+ data.tar.gz: 78e5aff5165a8b33e283f452d61c5145350722a2
5
5
  SHA512:
6
- metadata.gz: 18f1248d04f419305d325a63a7a6f0ec1efe1cfdbdf633bde0bcccaf3e751e208a4805b57904fac274182e63d63fe3b46f60233141a2a05e1794bb693dd207d3
7
- data.tar.gz: ad0fb50065d5231041f5f6735f3f8821c0a5930da92f6e70a395e2f083020b8aff93e65dd1941a468063b52d8a6f4dfce7ee6490681a52db73ab59b8268af591
6
+ metadata.gz: 65375153fa6bb78dbf38109a66f02370fdf8c08fff68e5432ae558014b61833f623fe01b86265ab3f8bed56cb8b1fc2cd7fecb5c5d7731c975881350da4ee59b
7
+ data.tar.gz: e3557aa97123ab3f25a68d3639d676705237ab692aa0ea82de8f4b4982841706c025b00dc77e3bb70195cde7ab23c456e059740f666fab8709092eb6eb10fd66
@@ -8,5 +8,4 @@
8
8
  @import 'desktop/grid';
9
9
  @import 'desktop/layout';
10
10
  @import 'desktop/oo_styles';
11
- @import 'desktop/widgets/modal';
12
11
  @import 'desktop/widgets/menu';
@@ -1,2 +1,3 @@
1
1
  @import 'tablet_and_desktop/variables';
2
- @import 'tablet_and_desktop/typography_and_tags';
2
+ @import 'tablet_and_desktop/typography_and_tags';
3
+ @import 'tablet_and_desktop/widgets/modal';
@@ -1,3 +1,3 @@
1
1
  module NailPolish
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nail_polish
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kane Baccigalupi
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-07-16 00:00:00.000000000 Z
13
+ date: 2014-07-21 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -232,13 +232,13 @@ files:
232
232
  - app/assets/stylesheets/nail_polish/desktop/layout.scss
233
233
  - app/assets/stylesheets/nail_polish/desktop/oo_styles.scss
234
234
  - app/assets/stylesheets/nail_polish/desktop/widgets/menu.scss
235
- - app/assets/stylesheets/nail_polish/desktop/widgets/modal.scss
236
235
  - app/assets/stylesheets/nail_polish/tablet.scss
237
236
  - app/assets/stylesheets/nail_polish/tablet/grid.scss
238
237
  - app/assets/stylesheets/nail_polish/tablet/oo_styles.scss
239
238
  - app/assets/stylesheets/nail_polish/tablet_and_desktop.scss
240
239
  - app/assets/stylesheets/nail_polish/tablet_and_desktop/typography_and_tags.scss
241
240
  - app/assets/stylesheets/nail_polish/tablet_and_desktop/variables.scss
241
+ - app/assets/stylesheets/nail_polish/tablet_and_desktop/widgets/modal.scss
242
242
  - config/initializers/nail_polish.rb
243
243
  - config/routes.rb
244
244
  - lib/nail_polish.rb