egghead-styles 1.0.64 → 1.0.65
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 +1 -1
- data/app/assets/stylesheets/sections/_hero.css.scss +1 -1
- data/lib/egghead/styles/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11612d67de1c0e9bf43d3c0742b58197784141cf
|
|
4
|
+
data.tar.gz: d372904e195ab5f10fe6277f2735bc47fd225e3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a40de4e9d7071ea5efaf1e132d1c6420ab9ef2b8662bce03a1485c356bfbd120056323d682f93ff23978c1f37485499aa17429a033be06b1b5cde7019293037
|
|
7
|
+
data.tar.gz: 77e2abae330d2e129bdc4fb65bccc3d74e78f0022829ac9ea6889558c101be87d008ba5190c10b2b087ae80b3962d8a3d684a57582cb996120bcfbc7c0125521
|
data/README.md
CHANGED
|
@@ -34,7 +34,7 @@ For local development we want rails to see live changes to the egghead-styles ap
|
|
|
34
34
|
|
|
35
35
|
`@import "/egghead-styles/app/assets/stylesheets/egghead-styles";`
|
|
36
36
|
|
|
37
|
-
Vagrant
|
|
37
|
+
Be sure to update to the latest `egghead-systems` and reload the VM. Vagrant will mount `egghead-styles` to the root of the VM at `/egghead-styles`. Changes to the local copy will now reflect in development. Run `foreman start` as usual.
|
|
38
38
|
|
|
39
39
|
*!IMPORTANT* Do not forget to change this line back after completing your work as it will break production.
|
|
40
40
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: egghead-styles
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.65
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- egghead.io
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-03-
|
|
11
|
+
date: 2016-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
228
228
|
version: '0'
|
|
229
229
|
requirements: []
|
|
230
230
|
rubyforge_project:
|
|
231
|
-
rubygems_version: 2.4.
|
|
231
|
+
rubygems_version: 2.4.8
|
|
232
232
|
signing_key:
|
|
233
233
|
specification_version: 4
|
|
234
234
|
summary: Holds styles required for egghead.io
|