itcss_cli 0.1.8 → 0.1.9

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: 82a29b1f44fa3e5ae792a462d6d65560cb6dcd5a
4
- data.tar.gz: 217e544e7a25db81b999c8bdb3bf8211848e319a
3
+ metadata.gz: 766873699e13d93d8a6b8ab68fe680384a0782ac
4
+ data.tar.gz: 4d41e548ff1708f047e20250961b004b08e78424
5
5
  SHA512:
6
- metadata.gz: fcca14ce7482218e6cf44bb2bc3b98b0e04fcb90b766e5e97a4a19b634a6f2bda5f518bf3145f91b8c18565d40525033cf0c39d959031f5afccfd41dafafeed4
7
- data.tar.gz: d8ed98df8d4c150391c93410a812b0e8b02a0b7b1c05852c0da8c7f67a277d4a4cd26e290286996fb1b3be658ec4a9ae307d4ac0a58360347a21f3bc311dc270
6
+ metadata.gz: dcb69c10be83846ff1e90673492287b0d397f562ff64836aef4a0d41cbb47b643ef0c657dd16e1f6fb447796655094c86cb1ca1bfbe5661e2e6b80d31ac63c28
7
+ data.tar.gz: bdebb5ed59b8c521c955bee6cba90a6e363eee06cf53fcba3bb2d5cb63ab7333e6eb955e5bf02c1f2c1e7699867e3ab4fb7444cb38fffdb861534539c82c9410
Binary file
@@ -1,3 +1,3 @@
1
1
  module ItcssCli
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
data/lib/itcss_cli.rb CHANGED
@@ -95,7 +95,7 @@ module ItcssCli
95
95
  def new_itcss_file(type, file, template)
96
96
  FileUtils.mkdir_p ITCSS_DIR
97
97
  FileUtils.mkdir_p "#{ITCSS_DIR}/#{type}"
98
- FileUtils.chmod()
98
+ FileUtils.chmod(01777)
99
99
 
100
100
  file_path = "#{ITCSS_DIR}/#{type}/_#{type}.#{file}.sass"
101
101
  unless File.exist?(file_path)
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.8
4
+ version: 0.1.9
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-03-27 00:00:00.000000000 Z
11
+ date: 2016-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -77,6 +77,7 @@ files:
77
77
  - itcss_cli-0.1.5.gem
78
78
  - itcss_cli-0.1.6.gem
79
79
  - itcss_cli-0.1.7.gem
80
+ - itcss_cli-0.1.8.gem
80
81
  - itcss_cli.gemspec
81
82
  - lib/itcss_cli.rb
82
83
  - lib/itcss_cli/version.rb