sammy 0.0.1.1 → 0.0.12

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: 1b8c3cce084c248346fc48af0828a2f7f0492b79
4
- data.tar.gz: 33ff14f7e6cf5e1d058fc6360b57c3a5e11c1f80
3
+ metadata.gz: 404edf98d9f1c1c2c96e8dbf3ab6627d2695bd2a
4
+ data.tar.gz: f1e5c84fc6dea38299a3a76535a86069e053757a
5
5
  SHA512:
6
- metadata.gz: 52127a426582efb416f51ecc90f61e4784793a097d0d691b81dde571290f8efcf0ca86e89367c6aa5e1be1f87f2d19986972d5e4e58b4499a13cc20e4e5b0b12
7
- data.tar.gz: 793289d5dbaf3985ddef955c24294392f14122f6fdc0052fe1bd532c836769514a74737867e0b621b7ad415a1e1607c706eed7db1edaf885a08c6ace485186d7
6
+ metadata.gz: e641a450cbaf114ae208fb2db608e0a7509bb2416300d366c69029eddf9748d2145774cb1c8ee045aefab1cc38feb435c13849e3bd48438ac60caee567bca83f
7
+ data.tar.gz: 6b81824e2e69d779efcaac9fea64cf7200fd99478f41df30f6cd832de8c3e04ef58d5d8bbb28c9c9e3b370af405b0e0ac4cfc04ccc1ab4d234377f809cd985e2
@@ -3,7 +3,7 @@ Compass::Frameworks.register("sammy", :path => "#{File.dirname(__FILE__)}/..")
3
3
 
4
4
  module Sammy
5
5
 
6
- VERSION = "0.0.1.1"
6
+ VERSION = "0.0.12"
7
7
  DATE = "2013-12-04"
8
8
 
9
9
  end
@@ -1,2 +0,0 @@
1
- # Make sure you list all the project template files here in the manifest.
2
- stylesheet 'screen.sass', :media => 'screen, projection'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sammy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.1
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Devin Halladay
@@ -113,7 +113,6 @@ files:
113
113
  - stylesheets/sammy/_utilities.scss
114
114
  - stylesheets/_sammy.sass
115
115
  - templates/sammy/manifest.rb
116
- - templates/sammy/screen.scss
117
116
  homepage: http://devinhalladay.com/sammy/
118
117
  licenses: []
119
118
  metadata: {}
@@ -1,2 +0,0 @@
1
- // This is where you put the contents of the main stylesheet for the user's project.
2
- // It should import your sass stylesheets and demonstrate how to use them.