modularis 4.0 → 5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZWFiMGE4NDU5Y2NhN2E2ZDYzZGMxNDc5Njc2YjkxMGNiNTcyNDgyZg==
4
+ MmE5OTg5Y2M1YWUzYzA5YWUxMTE2NzA2NjZmMTM4Y2QyMjg0NzEyZg==
5
5
  data.tar.gz: !binary |-
6
- ZmVjYTg2ZDIxZDUzNjZjNzdhNzE0YmVhN2QwNGQ1OTRmOGI2YjQ1Yw==
6
+ MGNkMDc0ZTNlN2IzZjZhMjVmZTkwMzNkM2E1Nzk5ZGI4MjllODY1MA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MmFhYmZjNzZlMzhmOTRkM2ZjYTk5ODdkMGMzOWU5NzlmNTNhYzVjMWZiNWQz
10
- YjRmOWQ2NTZhY2ExN2RlMTQ4ZGI0NzBiY2Q4ZTU1ZWYwOTlkMGZjNzQ1Yjc1
11
- N2I0OWEzNTZhNGUxNjliMWM3NWZlM2Y1MGQ4YmI5ZjkxM2RjNTA=
9
+ MGE1M2Q5M2RmYjE0YjI2NDY4ZTQzNzk4YTdlNDAxZjE2MWMzZDZlYWUzMDAy
10
+ YTRkY2EyYmY0NDM1ZWYwOWM1ZDA4Yzc1YWI5YmUzZTYzYjIyZmEwZDkzOWZj
11
+ YmQzYmRiZmY4YTc4OWFjZmFhYTE4N2NhOWQ3MzMwNTA3MzA3YTg=
12
12
  data.tar.gz: !binary |-
13
- Yzg4ZWYzOGNkMDFkMGFhNWVlZWVkY2M1OGU4YjRhZDI4NjMxMWI4MGEyOWFl
14
- Yjk5M2UyY2E5ZTJkZmY2ZjBhOGY1NjAyYTA1YWY5MDZkMWU3YzlmNjY3OTFm
15
- NDM3ZWNiNzNlZjMwYjdkMzJlYjBmZTJhNTg0ZjdlMWY4Yjg0NzU=
13
+ NmQ2ZDI5Njc5OTRjODUzZjA0YTU5ZjM4YTI1OTQ3NDVmM2M0MWIwNzljNWMx
14
+ MGEyYWMxYzEyODY1MDI0Y2I1OWFjZjNmMTgyNGI1ODQxNTA3MzQ5YTA3NTZl
15
+ YTZhMjI5Y2QzYjQ2MjRjNDkxNGM0ZjMzOGRlMDhjZWRkYWM4OWM=
data/lib/modularis.rb CHANGED
@@ -17,8 +17,8 @@ Compass::Frameworks.register('modularis', :path => modularis_path)
17
17
  # a prerelease version
18
18
  # Date is in the form of YYYY-MM-DD
19
19
  module Modularis
20
- VERSION = "4.0"
21
- DATE = "2012-09-09"
20
+ VERSION = "5.0"
21
+ DATE = "2012-05-27"
22
22
  end
23
23
 
24
24
  # This is where any custom SassScript should be placed. The functions will be
@@ -0,0 +1 @@
1
+ // Your Compass Extension's Sass goes here! Run wild!
@@ -0,0 +1,3 @@
1
+ // This file will get output into the user's Sass folder.
2
+ // We're going to import our extension's Sass here! Remember to change it!
3
+ @import "extension";
@@ -0,0 +1,24 @@
1
+ # Description
2
+ description "Description of your Compass Template"
3
+
4
+ # Stylesheet Import
5
+ file 'screen.scss', :like => :stylesheet, :media => 'screen, projection'
6
+ file 'print.scss', :like => :stylesheet, :media => 'screen, projection'
7
+ file 'ie.scss', :like => :stylesheet, :media => 'screen, projection', :condition => "lt IE 9"
8
+
9
+ # Javascript Import
10
+ file 'scripts.js', :like => :javascript, :to => 'scripts.js'
11
+
12
+ # General File Import
13
+ # file 'README.md', :to => "README.md"
14
+
15
+ # Compass Modularis Help
16
+ help %Q{
17
+ Help for your Compass extension
18
+ }
19
+
20
+ # Compass Extension Welcome Message
21
+ # Users will see this when they create a new project using this template.
22
+ welcome_message %Q{
23
+ Welcome to my Compass Extension!
24
+ }
@@ -0,0 +1,3 @@
1
+ // This file will get output into the user's Sass folder.
2
+ // We're going to import our extension's Sass here! Remember to change it!
3
+ @import "extension";
@@ -0,0 +1,3 @@
1
+ // This file will get output into the user's Sass folder.
2
+ // We're going to import our extension's Sass here! Remember to change it!
3
+ @import "extension";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modularis
3
3
  version: !ruby/object:Gem::Version
4
- version: '4.0'
4
+ version: '5.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - First Last
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2012-09-09 00:00:00.000000000 Z
11
+ date: 2012-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -46,6 +46,11 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - lib/modularis.rb
49
+ - stylesheets/_modularis.scss
50
+ - templates/project/ie.scss
51
+ - templates/project/manifest.rb
52
+ - templates/project/print.scss
53
+ - templates/project/screen.scss
49
54
  homepage: http://modularis.com
50
55
  licenses: []
51
56
  metadata: {}