access-styles 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/access-styles/{bootstrap.css.scss → bootstrap.scss} +0 -0
- data/app/assets/stylesheets/access-styles/{color.css.scss → color.scss} +0 -0
- data/app/assets/stylesheets/access-styles/{foundation.css.scss → foundation.scss} +0 -0
- data/app/assets/stylesheets/access-styles/{layout.css.scss → layout.scss} +0 -0
- data/app/assets/stylesheets/access-styles/{loading-animation.css.scss → loading-animation.scss} +0 -0
- data/app/assets/stylesheets/access-styles/{mixins.css.scss → mixins.scss} +0 -0
- data/app/assets/stylesheets/access-styles/{typography.css.scss → typography.scss} +0 -0
- data/lib/access-styles/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3da154910fc7f860f5e8acd57278212dc835a72
|
4
|
+
data.tar.gz: 5d155fe5f564d60e4081f4e54eb240f733c83e06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4d6f0e2dbef6c71859b0e89fd2b5b326c0ce11112577385b9b40954f186b9124dd7f4f0f949ac2d809d0289c4cc3996875568adad07e55da218208c1d2efc20
|
7
|
+
data.tar.gz: 6ba96b11ba1c4d50f800fa2489b1812d0d42ec3de3b1e453481b32320659a8326081b469dbe0e826153b45b73a47c6d335d8984a6663b7fa6c0ed51e6fe1e514
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/app/assets/stylesheets/access-styles/{loading-animation.css.scss → loading-animation.scss}
RENAMED
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: access-styles
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Eggett
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2015-02-18 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: railties
|
@@ -71,13 +71,13 @@ files:
|
|
71
71
|
- Rakefile
|
72
72
|
- app/assets/javascripts/access-styles/data_confirm.js.coffee
|
73
73
|
- app/assets/javascripts/access-styles/forms.js.coffee
|
74
|
-
- app/assets/stylesheets/access-styles/bootstrap.
|
75
|
-
- app/assets/stylesheets/access-styles/color.
|
76
|
-
- app/assets/stylesheets/access-styles/foundation.
|
77
|
-
- app/assets/stylesheets/access-styles/layout.
|
78
|
-
- app/assets/stylesheets/access-styles/loading-animation.
|
79
|
-
- app/assets/stylesheets/access-styles/mixins.
|
80
|
-
- app/assets/stylesheets/access-styles/typography.
|
74
|
+
- app/assets/stylesheets/access-styles/bootstrap.scss
|
75
|
+
- app/assets/stylesheets/access-styles/color.scss
|
76
|
+
- app/assets/stylesheets/access-styles/foundation.scss
|
77
|
+
- app/assets/stylesheets/access-styles/layout.scss
|
78
|
+
- app/assets/stylesheets/access-styles/loading-animation.scss
|
79
|
+
- app/assets/stylesheets/access-styles/mixins.scss
|
80
|
+
- app/assets/stylesheets/access-styles/typography.scss
|
81
81
|
- lib/access-styles.rb
|
82
82
|
- lib/access-styles/engine.rb
|
83
83
|
- lib/access-styles/version.rb
|