shoelace 0.1.6 → 0.1.7

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/shoelace/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0433416bd405818724cc9991387f08355f06320c
4
- data.tar.gz: 8a34f9edd661e72156831ebe4ef3a366753e3bb3
3
+ metadata.gz: f4448c74b26f093ea2c9bf9af9f5adac4b668814
4
+ data.tar.gz: 4f60ef69b6e9c7c07c6f63006c19286c2ee832a6
5
5
  SHA512:
6
- metadata.gz: b9ab77137578a6599d1285580be1a58574e1c3e38bfb8c8efd51380b61774b57653b34dc8d8fd4ddc2ca155bed7cd319989bfc339406904a85db1fe9d77721f9
7
- data.tar.gz: 9f8445606a3615b30ad73bd50af65f16ed63c2afcc55928c7cec4378c9fa89ff246614f77b4ccd406cb508e67f573044a8d67d3566e46d4dc40d7507186c3a3d
6
+ metadata.gz: 287a248ea120950afeea12c53c115b30a343d18dd19365e08f3fe8da9353cbad7e69a365b6f482717e395750a54978814771b7b4c9c04bfdbcf226672cc339e3
7
+ data.tar.gz: 43778d3f7430aec2f384685fe84a09105eafa1e33436283a13c0c5de9e0700f135a58217e52a0112a7a3b4e55e7fe52ff132291bc582affc24003880f84df21c
data/README.md CHANGED
@@ -29,7 +29,9 @@ Add the following to your app/assets/stylesheets/application.sass
29
29
  Optionally override the following SASS variables
30
30
 
31
31
  `$border-bottom-color: #ddd` - border color of the 'border-bottom' class
32
+
32
33
  `$big-text-size: 20px` - font size of the 'big-text' class
34
+
33
35
  `$small-text-size: 12px` - font size of the 'small-text' class
34
36
 
35
37
  ## Development
@@ -40,7 +42,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
40
42
 
41
43
  ## Contributing
42
44
 
43
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/shoelace. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
45
+ Bug reports and pull requests are welcome on GitHub at https://github.com/tenforwardconsulting/shoelace. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
44
46
 
45
47
 
46
48
  ## License
@@ -1,3 +1,3 @@
1
1
  module Shoelace
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoelace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Norman