nilac 0.0.4.2.3 → 0.0.4.2.4
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.
- data/bin/nilac +2 -4
- data/lib/nilac/version.rb +1 -1
- data/src/nilac.rb +2 -4
- metadata +1 -1
data/bin/nilac
CHANGED
|
@@ -3745,7 +3745,7 @@ def find_file_path(input_path, file_extension)
|
|
|
3745
3745
|
|
|
3746
3746
|
end
|
|
3747
3747
|
|
|
3748
|
-
nilac_version = "0.0.4.2.
|
|
3748
|
+
nilac_version = "0.0.4.2.4"
|
|
3749
3749
|
|
|
3750
3750
|
opts = Slop.parse do
|
|
3751
3751
|
on :c, :compile=, 'Compile Nila File', as:Array, delimiter:":"
|
|
@@ -3954,7 +3954,7 @@ elsif opts[:release] != nil
|
|
|
3954
3954
|
|
|
3955
3955
|
FileUtils.mv("#{file_path[0...-3]}", "#{Dir.pwd}/bin/nilac")
|
|
3956
3956
|
|
|
3957
|
-
puts "Your build was successful
|
|
3957
|
+
puts "Your build was successful!\n"
|
|
3958
3958
|
|
|
3959
3959
|
commit_message = opts[:release][0]
|
|
3960
3960
|
|
|
@@ -3962,6 +3962,4 @@ elsif opts[:release] != nil
|
|
|
3962
3962
|
|
|
3963
3963
|
puts `rake release`
|
|
3964
3964
|
|
|
3965
|
-
puts output
|
|
3966
|
-
|
|
3967
3965
|
end
|
data/lib/nilac/version.rb
CHANGED
data/src/nilac.rb
CHANGED
|
@@ -3743,7 +3743,7 @@ def find_file_path(input_path, file_extension)
|
|
|
3743
3743
|
|
|
3744
3744
|
end
|
|
3745
3745
|
|
|
3746
|
-
nilac_version = "0.0.4.2.
|
|
3746
|
+
nilac_version = "0.0.4.2.4"
|
|
3747
3747
|
|
|
3748
3748
|
opts = Slop.parse do
|
|
3749
3749
|
on :c, :compile=, 'Compile Nila File', as:Array, delimiter:":"
|
|
@@ -3952,7 +3952,7 @@ elsif opts[:release] != nil
|
|
|
3952
3952
|
|
|
3953
3953
|
FileUtils.mv("#{file_path[0...-3]}", "#{Dir.pwd}/bin/nilac")
|
|
3954
3954
|
|
|
3955
|
-
puts "Your build was successful
|
|
3955
|
+
puts "Your build was successful!\n"
|
|
3956
3956
|
|
|
3957
3957
|
commit_message = opts[:release][0]
|
|
3958
3958
|
|
|
@@ -3960,6 +3960,4 @@ elsif opts[:release] != nil
|
|
|
3960
3960
|
|
|
3961
3961
|
puts `rake release`
|
|
3962
3962
|
|
|
3963
|
-
puts output
|
|
3964
|
-
|
|
3965
3963
|
end
|