homesteading_assets 0.0.1 → 0.0.2

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: 08874dc6f2acab803ee9eed856013e40f6379f7a
4
- data.tar.gz: 39f92604574223e477621c185f7bdb9ab0ac0150
3
+ metadata.gz: 282b858a7f1530c619283220004fd756c273929b
4
+ data.tar.gz: 2bfbb4c406573660ff29a3e9b5aacf356bac5dde
5
5
  SHA512:
6
- metadata.gz: ae853a16ee17b625e9543b4bee1974a846948df21595001579c31df928941f562ae865cd622b86962f74f2d6cd76ae953353532e301b6a5929dc2e87d88e3ad2
7
- data.tar.gz: e884aba933b331c7f55ab530b9ee15ecae144832eb80c6025af29bdbf16e1c1511766c5374aa9b1dcfa8d90cef01872fcb205657bd188820ce266ba0542e70eb
6
+ metadata.gz: 5f951c4af8ebcb1fb3e9cc25255ee5b73faba81f0af3f87034b2fd937e03a60e9c980c8db003c57aef0301a93f0c7b3428019a80e2e960f8e8b9271cc81c3ac2
7
+ data.tar.gz: 8fc2cb35a6a639329b81ae676797f3518c0d4e2b44cdd639be5c9faea3ed61f8b46e15d68437f2ab2e3f0e7f0ac514d0a47bf2c43bceda47b6411ee9d2d59ff2
@@ -1,15 +1,7 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any styles
10
- * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
11
- * file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */
1
+ //= require base
2
+ //= require nav
3
+ //= require read-write
4
+ //= require read
5
+ //= require settings
6
+ //= require alerts
7
+ //= require pagination
@@ -1,3 +1,3 @@
1
1
  module HomesteadingAssets
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: homesteading_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Becker
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-30 00:00:00.000000000 Z
12
+ date: 2014-10-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails