itcss_cli 0.1.11 → 0.1.12
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/lib/itcss_cli/version.rb +1 -1
- data/templates/itcss_application.erb +1 -1
- metadata +1 -12
- data/itcss_cli-0.1.0.gem +0 -0
- data/itcss_cli-0.1.1.gem +0 -0
- data/itcss_cli-0.1.10.gem +0 -0
- data/itcss_cli-0.1.2.gem +0 -0
- data/itcss_cli-0.1.3.gem +0 -0
- data/itcss_cli-0.1.4.gem +0 -0
- data/itcss_cli-0.1.5.gem +0 -0
- data/itcss_cli-0.1.6.gem +0 -0
- data/itcss_cli-0.1.7.gem +0 -0
- data/itcss_cli-0.1.8.gem +0 -0
- data/itcss_cli-0.1.9.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28404c509132024ac6b5bfc67ea6f54bc5dc38d0
|
4
|
+
data.tar.gz: 476791a7913401775c8b13461eaf2234f07b2e2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fef028465b64e0ae78ee324270e08feea0a6f27582a7295044618113fe9be83b008968e7831bd73a9d377af4e912327367707546646a6a78978e432fccaee87
|
7
|
+
data.tar.gz: 894d156bb6db774bc3908247d2e5784eda0a159d1ec89b7a215474377b297374e1f9d25dd29fb5f528043ba08924484bca8f37db5d9b3a80d1e1ee8530b19ea3
|
data/lib/itcss_cli/version.rb
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
// [<%= index %>] <%= value[0].slice(0,1).capitalize + value[0].slice(1..-1) + " " + "-" * (15-value[0].length) + " " + value[1] %><% end %>
|
9
9
|
|
10
10
|
// ↓ ITCSS_CLI FILE IMPORTING ↓
|
11
|
-
<% itcss_files_to_import.each_with_index do |value, index| if value[1].length >
|
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
14
|
<% end %>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itcss_cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kande Bonfim
|
@@ -69,17 +69,6 @@ files:
|
|
69
69
|
- bin/console
|
70
70
|
- bin/itcss
|
71
71
|
- bin/setup
|
72
|
-
- itcss_cli-0.1.0.gem
|
73
|
-
- itcss_cli-0.1.1.gem
|
74
|
-
- itcss_cli-0.1.10.gem
|
75
|
-
- itcss_cli-0.1.2.gem
|
76
|
-
- itcss_cli-0.1.3.gem
|
77
|
-
- itcss_cli-0.1.4.gem
|
78
|
-
- itcss_cli-0.1.5.gem
|
79
|
-
- itcss_cli-0.1.6.gem
|
80
|
-
- itcss_cli-0.1.7.gem
|
81
|
-
- itcss_cli-0.1.8.gem
|
82
|
-
- itcss_cli-0.1.9.gem
|
83
72
|
- itcss_cli.gemspec
|
84
73
|
- lib/itcss_cli.rb
|
85
74
|
- lib/itcss_cli/version.rb
|
data/itcss_cli-0.1.0.gem
DELETED
Binary file
|
data/itcss_cli-0.1.1.gem
DELETED
Binary file
|
data/itcss_cli-0.1.10.gem
DELETED
Binary file
|
data/itcss_cli-0.1.2.gem
DELETED
Binary file
|
data/itcss_cli-0.1.3.gem
DELETED
Binary file
|
data/itcss_cli-0.1.4.gem
DELETED
Binary file
|
data/itcss_cli-0.1.5.gem
DELETED
Binary file
|
data/itcss_cli-0.1.6.gem
DELETED
Binary file
|
data/itcss_cli-0.1.7.gem
DELETED
Binary file
|
data/itcss_cli-0.1.8.gem
DELETED
Binary file
|
data/itcss_cli-0.1.9.gem
DELETED
Binary file
|