nilac 0.0.4.2.3 → 0.0.4.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/bin/nilac +2 -4
  2. data/lib/nilac/version.rb +1 -1
  3. data/src/nilac.rb +2 -4
  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.3"
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. What is your commit message? \n"
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
@@ -1,3 +1,3 @@
1
1
  module Nilac
2
- VERSION = "0.0.4.2.3"
2
+ VERSION = "0.0.4.2.4"
3
3
  end
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.3"
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. What is your commit message? \n"
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nilac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.2.3
4
+ version: 0.0.4.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: