itcss_cli 0.1.17 → 0.1.18

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: ac08d997ba2120c1781d0f99bbba1d544c9706aa
4
- data.tar.gz: bbf4e1cd5166d06992bfbcf9a0b7540322746155
3
+ metadata.gz: ec2ced443af2bdad2cf9557500bbc7a5a4475359
4
+ data.tar.gz: 40e55e1a47b7d33a302dd6557d37b6e7a602723d
5
5
  SHA512:
6
- metadata.gz: 5497f5fbff7dba40d1e1dabcf55e149e9794f2ba803c70a51fc85c1efc8e138498960797875af5261e91336c6e41a547690bb9218d8e5fdba277b686b66c631e
7
- data.tar.gz: 07df742b1084ac93f2e01e4410d928da625959495cd51a23855adae02482d6e2a7da7daada54a90a1ad40e1a593d06b400f74b0f37544846801fb82eb767024c
6
+ metadata.gz: a6c5878a61db7ba1f18fd48abd49da10bf436c47ed54049f460655525e254f316bf1da94806639c2278b6ff49b6fd1d5ce0853ef72a16923acb2c86d5a5d78d1
7
+ data.tar.gz: 2c2d9ac6376ff535d8053a3c43e30fec4ec737144c20dbfdd43d76745f0e622e7af601c7c1f73a29f4b1ff331fc7562493d07a5103384c2faf5105edb52aca80
@@ -1,3 +1,3 @@
1
1
  module ItcssCli
2
- VERSION = "0.1.17"
2
+ VERSION = "0.1.18"
3
3
  end
@@ -2,15 +2,13 @@
2
2
 
3
3
  <%= "// " + "=" * 40 %>
4
4
  <%= "// " + contents %>
5
+ <%= "// This file is automatically updated by itcss_cli." %>
5
6
  <%= "// " + "=" * 40 %>
6
7
 
7
8
  <% @ITCSS_FILES.each_with_index do |value, index| %>
8
9
  // [<%= index %>] <%= value[0].slice(0,1).capitalize + value[0].slice(1..-1) + " " + "-" * (15-value[0].length) + " " + value[1] %><% end %>
9
10
 
10
- // ↓ ITCSS_CLI FILE IMPORTING ↓
11
11
  <% itcss_files_to_import.each_with_index do |value, index| if value[1].length > 0 %>
12
12
  // [<%= index %>] <%= value[0].slice(0,1).capitalize + value[0].slice(1..-1) %>
13
13
  <% value[1].each do |file_path| %>@import "<%= file_path %>"
14
- <% end %>
15
- <% end end %>
16
- // ↑ ITCSS_CLI FILE IMPORTING ↑
14
+ <% end %><% end end %>
@@ -1,4 +1,5 @@
1
1
  <%= "# " + "=" * 40 %>
2
2
  <%= "# #itcss.yml" %>
3
+ <%= "# This file is automatically updated by itcss_cli." %>
3
4
  <%= "# " + "=" * 40 %>
4
5
  <% unless content.nil? %><%= content %><% end %>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itcss_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kande Bonfim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-01 00:00:00.000000000 Z
11
+ date: 2016-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler