access-styles 0.2.0 → 0.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42bafab35d243ce76b27638c2c9e6f85e7592137
4
- data.tar.gz: dd7dc05a45f972d7b7c5495931750b27cd554f38
3
+ metadata.gz: e3da154910fc7f860f5e8acd57278212dc835a72
4
+ data.tar.gz: 5d155fe5f564d60e4081f4e54eb240f733c83e06
5
5
  SHA512:
6
- metadata.gz: 3d2a063796d5eb4dfe7c62ff2562e73fd2cb409c1860cf9a959c7438d28a80347a80a9ffacf52523d4653ee2105e36a64766923f201b673e676e29bb6cb5ac69
7
- data.tar.gz: 2e175ac68087cf67cec760c328b99bb1835c925ad6e17a6fe986bbd4017f05219a2c2891cbb5fc6c9e66fb051f0b326f58ff6f182e97b990481b1dbef840bebc
6
+ metadata.gz: c4d6f0e2dbef6c71859b0e89fd2b5b326c0ce11112577385b9b40954f186b9124dd7f4f0f949ac2d809d0289c4cc3996875568adad07e55da218208c1d2efc20
7
+ data.tar.gz: 6ba96b11ba1c4d50f800fa2489b1812d0d42ec3de3b1e453481b32320659a8326081b469dbe0e826153b45b73a47c6d335d8984a6663b7fa6c0ed51e6fe1e514
@@ -1,3 +1,3 @@
1
1
  module AccessStyles
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
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.2.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: 2014-12-12 00:00:00.000000000 Z
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.css.scss
75
- - app/assets/stylesheets/access-styles/color.css.scss
76
- - app/assets/stylesheets/access-styles/foundation.css.scss
77
- - app/assets/stylesheets/access-styles/layout.css.scss
78
- - app/assets/stylesheets/access-styles/loading-animation.css.scss
79
- - app/assets/stylesheets/access-styles/mixins.css.scss
80
- - app/assets/stylesheets/access-styles/typography.css.scss
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