socotra-build 0.1.15 → 0.2.0

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: c8b82d34c5104699c50fb87a946c4a75c672c5fc
4
- data.tar.gz: b272db0750a5aafe2476ea5fd1caa2b895040440
3
+ metadata.gz: 64e8db502c8303df28468d82068a85e8d0ead25b
4
+ data.tar.gz: 23347c3cacee8ce6beb9d29f3fecb95b3ca67bcf
5
5
  SHA512:
6
- metadata.gz: 10c72fecd1b6e20485456dc909110efb38bf0b655bf9289f19bc7014417401d1f43729110e408757f1107eca913964844f9230d405630487e1eefa8880cebb9c
7
- data.tar.gz: 2919e6e1df272987ec3d3a2f4e52a65729cdb6cfa0ade83cd0a5447148458ed086b2fe3a405915d7f7be93fdc46c08896840490e430f2ed41620ab36a124ec5b
6
+ metadata.gz: 46a02ba71c031c00b977b4a5c380e01ca23e8861a5fd9c5253d3732576b64d42cf970adde30ececd0f42d129cb4a10175242316de152a7d24f445d20c271325d
7
+ data.tar.gz: 26b9c545a577692ec73fdd78d5c0dc842d60d22bcf3170c6695051fc401fde31e76d80c02bd3586fbc39b656f9b83c0f92b86dbef7fa2b3b457dd2a6c13c4010
@@ -3,16 +3,11 @@ BEGIN {
3
3
  output = `gem list |grep socotra-build`
4
4
  version_installed = output.split('(')[1].split()[0].split(',')[0]
5
5
 
6
- puts "version_to_install: #{version_to_install}"
7
- puts "version_installed: #{version_installed}"
8
-
9
6
  if version_installed != version_to_install
10
7
  gem_install_output = `gem install socotra-build -v #{version_to_install}`
11
- puts gem_install_output
12
8
  files_in_module = `gem contents socotra-build`.split
13
9
  files_in_module.each do |module_file|
14
10
  unless module_file.include? "socotra-build-update.rb"
15
- puts module_file
16
11
  load module_file
17
12
  end
18
13
  end
data/lib/socotra-build.rb CHANGED
@@ -39,10 +39,6 @@ def self.system_safe(cmd, cmd_description, error_message, raise_on_fail=true, lo
39
39
  return [status.success?, stdout]
40
40
  end
41
41
 
42
- def self.system_balls()
43
- puts "this shit is so safe"
44
- end
45
-
46
42
  def self.system_unsafe(cmd)
47
43
  success = system(cmd)
48
44
  return success
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socotra-build
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Antenesse