dugway 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1fdf3dc130e38a702514ef6701017d67790021ec
4
- data.tar.gz: 3cd343ea588f5a23539fa36642dab578b6d34a1b
3
+ metadata.gz: b1aa12fb39a67763153f27a24610e6067391a131
4
+ data.tar.gz: 18173de41d740d9117a3e89a8cc2af0104253c6f
5
5
  SHA512:
6
- metadata.gz: d601fefac9a89883f7bb7c249edb63a016c112c4613b78ff09f1d486c6be6901a1458e7aea67a4cadd35cd94c53cea0a26e2b56dd6b0e16d588cadffde2f6a09
7
- data.tar.gz: e8d296ee7206f1d5ff0f5bcb4c4229f081ff68d3393933d3a6a182d74903cd5fd68af0b13fb324b90cd9703f8e398fa5d73198b50af69505cd8a73665a567816
6
+ metadata.gz: c2ed16dccb52146d63b62120a83e0aeb981855b064b0a3a64fc360ba264463afcf640d87450e8c9e3931c0d8f84d29cb5d9c7e9f8b6b164846fa1d16dffe26d2
7
+ data.tar.gz: 8c3362910f834ef6a6597392de024e98eccb295d685cae011d86a16297828e5bc28238378d81bae268d23ddf44484acaf61193dade498d794f3b98c734191406
data/README.md CHANGED
@@ -12,7 +12,7 @@ Dugway allows you to run your Big Cartel theme on your computer, test it in any
12
12
 
13
13
  ## Install
14
14
 
15
- Dugway is Ruby gem so you'll need to have Ruby installed. Ruby is usually pre-installed on Mac OS X and Linux, and Windows users can install it using [RubyInstaller](http://rubyinstaller.org). From there, simply install the **dugway** gem from the terminal.
15
+ Dugway is Ruby gem so you'll need to have Ruby 1.9.3+ installed. Ruby is usually pre-installed on Mac OS X and Linux, and Windows users can install it using [RubyInstaller](http://rubyinstaller.org). From there, simply install the **dugway** gem from the terminal.
16
16
 
17
17
  gem install dugway
18
18
 
@@ -78,9 +78,11 @@ All CSS for your theme is handled by the **styles.css** file, and all JavaScript
78
78
 
79
79
  #### Using Sass, Compass, LESS, and CoffeeScript
80
80
 
81
- Sprockets also allows you to use [Sass](http://sass-lang.com) in your separate files by appending the **.sass** or **.scss** extension after **.css**. You can even use [Compass](http://compass-style.org/) right out of the box to help author your stylesheets by utilizing its mixins for CSS3, typography, and its utilities. Prefer [LESS](http://lesscss.org)? No problem, just append the **.less** extension instead.
81
+ Sprockets also allows you to use [Sass](http://sass-lang.com) in your separate files by appending the **.sass** or **.scss** extension after **.css**. You can even use [Compass](http://compass-style.org/) right out of the box to help author your stylesheets by utilizing its mixins for CSS3, typography, and its utilities.
82
82
 
83
- For you JavaScript folks, you can use [CoffeeScript](http://coffeescript.org) in your separate files by appending the **.coffee** extension after **.js**.
83
+ Prefer [LESS](http://lesscss.org)? No problem, you'll just need to create a [Gemfile like this one](https://gist.github.com/ihearithurts/5569898) in the root directory of your theme, run ```bundle install```, and append the **.less** extension to your CSS files.
84
+
85
+ For you JavaScript folks, we've backed [CoffeeScript](http://coffeescript.org) support right in. Just append the **.coffee** extension after **.js** to your separate files.
84
86
 
85
87
  #### Embedding CSS & JavaScript
86
88
 
data/dugway.gemspec CHANGED
@@ -23,10 +23,8 @@ Gem::Specification.new do |s|
23
23
  s.add_dependency('rack-mount', '~> 0.8.3')
24
24
  s.add_dependency('activesupport', '~> 3.2.13')
25
25
  s.add_dependency('liquid', '~> 2.4.1')
26
- s.add_dependency('therubyracer', '~> 0.11.3')
27
26
  s.add_dependency('coffee-script', '~> 2.2.0')
28
27
  s.add_dependency('sass', '~> 3.2.5')
29
- s.add_dependency('less', '~> 2.2.2')
30
28
  s.add_dependency('sprockets', '~> 2.0')
31
29
  s.add_dependency('sprockets-sass', '~> 0.9.1')
32
30
  s.add_dependency('compass', '~> 0.12.2')
data/lib/dugway/theme.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  require 'coffee-script'
2
2
  require 'sass'
3
- require 'less'
4
3
  require 'sprockets'
5
4
  require 'sprockets-sass'
6
5
  require 'compass'
@@ -1,3 +1,3 @@
1
1
  module Dugway
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dugway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Big Cartel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-25 00:00:00.000000000 Z
11
+ date: 2013-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,20 +80,6 @@ dependencies:
80
80
  - - ~>
81
81
  - !ruby/object:Gem::Version
82
82
  version: 2.4.1
83
- - !ruby/object:Gem::Dependency
84
- name: therubyracer
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ~>
88
- - !ruby/object:Gem::Version
89
- version: 0.11.3
90
- type: :runtime
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - ~>
95
- - !ruby/object:Gem::Version
96
- version: 0.11.3
97
83
  - !ruby/object:Gem::Dependency
98
84
  name: coffee-script
99
85
  requirement: !ruby/object:Gem::Requirement
@@ -122,20 +108,6 @@ dependencies:
122
108
  - - ~>
123
109
  - !ruby/object:Gem::Version
124
110
  version: 3.2.5
125
- - !ruby/object:Gem::Dependency
126
- name: less
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - ~>
130
- - !ruby/object:Gem::Version
131
- version: 2.2.2
132
- type: :runtime
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - ~>
137
- - !ruby/object:Gem::Version
138
- version: 2.2.2
139
111
  - !ruby/object:Gem::Dependency
140
112
  name: sprockets
141
113
  requirement: !ruby/object:Gem::Requirement