dugway 0.6.3 → 0.6.4
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 +4 -4
- data/README.md +5 -3
- data/dugway.gemspec +0 -2
- data/lib/dugway/theme.rb +0 -1
- data/lib/dugway/version.rb +1 -1
- metadata +2 -30
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1aa12fb39a67763153f27a24610e6067391a131
|
|
4
|
+
data.tar.gz: 18173de41d740d9117a3e89a8cc2af0104253c6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
-
|
|
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
data/lib/dugway/version.rb
CHANGED
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.
|
|
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-
|
|
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
|