bourbon_integrator 1.0.0 → 1.0.1

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: 72394ec6707bd1be91f954e752152b9e1e392153
4
- data.tar.gz: 1b8ff980655f4e684239a2f3ff97cb2003dd1c13
3
+ metadata.gz: 2ce8867b9a22301d0b4d33f8970913af91743aad
4
+ data.tar.gz: 8d1e2e5aecfbe267f10573b6d01dd29bdd7a4fd4
5
5
  SHA512:
6
- metadata.gz: b89a51e1836e9e962cda0ae3ea4eaf6cc796612dd4463e6cf36b1d7a4d769dd3f050f5bc310c099d6a803bbf2fc6609442aea187d3c27cd3455ca44f22705ec9
7
- data.tar.gz: 3f94e3c841851051e8125c34bc1fd39f38faa2e9c002b9a14031a75eeb2bf13c270c20436f5c015e3a4057e8935317ea1ab1dd200f9823639d5bf4679f37e6e7
6
+ metadata.gz: 41d5a8a0fb48e57aa0afe15a009b01f8eddd06a5fb5711c4512852afca874a2c08241bf425e6d78feba5d4c5395b6254547f2ca3ede11ecd9c610463ecab3d7e
7
+ data.tar.gz: 7393a32fcdb74dfe629a30e0505390e2603a73921bc8c597405b381d6e8414210fc90408cbf239e99c323a5972ec33388bff71321434d29992b04391402e45cf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.0.1 (2016.10.14)
2
+
3
+ * fix bug in struct_vars template
4
+
1
5
  === 1.0.0 (2016.10.14)
2
6
 
3
7
  * publication of the code
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # BourbonIntegrator
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/bourbon_integrator.svg)](http://badge.fury.io/rb/bourbon_integrator)
4
+ [![Code Climate](https://codeclimate.com/github/skopciewski/bourbon_integrator/badges/gpa.svg)](https://codeclimate.com/github/skopciewski/bourbon_integrator)
4
5
 
5
6
  ## Assumptions
6
7
 
@@ -1,3 +1,3 @@
1
- $http_stylesheets_path = {{ http_stylesheets_path }}
2
- $http_images_path = {{ http_images_path }}
3
- $http_fonts_path = {{ http_fonts_path }}
1
+ $http_stylesheets_path: "{{ http_stylesheets_path }}";
2
+ $http_images_path: "{{ http_images_path }}";
3
+ $http_fonts_path: "{{ http_fonts_path }}";
@@ -18,5 +18,5 @@
18
18
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
  module BourbonIntegrator
21
- VERSION = "1.0.0".freeze
21
+ VERSION = "1.0.1".freeze
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bourbon_integrator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Kopciewski