ZURB-foundation 2.1.3.1 → 2.1.3.2
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.
- data/README.mkdn +1 -1
- data/lib/ZURB-foundation.rb +1 -1
- data/stylesheets/ZURB/_ui.sass +1 -1
- metadata +3 -3
data/README.mkdn
CHANGED
|
@@ -18,7 +18,7 @@ In Terminal:
|
|
|
18
18
|
* `git clone git://github.com/zurb/foundation-sass.git`
|
|
19
19
|
* `cd foundation-sass`
|
|
20
20
|
* `sudo gem build ZURB-foundation.gemspec`
|
|
21
|
-
* `sudo gem install ZURB-foundation-2.1.3.
|
|
21
|
+
* `sudo gem install ZURB-foundation-2.1.3.2.gem`
|
|
22
22
|
|
|
23
23
|
To create your first project
|
|
24
24
|
----------------------------
|
data/lib/ZURB-foundation.rb
CHANGED
data/stylesheets/ZURB/_ui.sass
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ZURB-foundation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.3.
|
|
4
|
+
version: 2.1.3.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2011-12-21 00:00:00.000000000Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: compass
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70148459484660 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: 0.11.5
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70148459484660
|
|
25
25
|
description: ZURB Foundation ported over to work with the power of Compass.
|
|
26
26
|
email: foundation@zurb.com
|
|
27
27
|
executables: []
|