socotra-build 0.1.1 → 0.1.6

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: e5862c2b702a2b16ea0ceebebd7b3233229015b9
4
- data.tar.gz: 5e6e066a348b0937699049e46b50420714dd4bfc
3
+ metadata.gz: b8161aff2a45ae4d9773e7fa27b5b27042f5d2a7
4
+ data.tar.gz: 93c6f949958fd388f5c069bd1a06c95de5e58f09
5
5
  SHA512:
6
- metadata.gz: 3daedf43c6253403e1e9c0a82c6f03afaad5022881da6281a9f96ea543fc043525871057c04bf380b34220907bdf72be5f40ea17f19085cec5a24f3979640386
7
- data.tar.gz: b98815816cbd993b3890fa657b88491a485c0c7415c47ffac8df770e6606c253cf33b51ac4b98bc95bc874102c6955b9f2a6c745ab20d3c29ed084ca0bce49be
6
+ metadata.gz: 19aceedb156cbd7921a49780e90240d0763cb025c5b83e68c7cbac5d67da6e2f524e25f09608174f28d6ebf7341b5ec583ab9271e13552c829100b2ec56d0ec9
7
+ data.tar.gz: c16a27dd31692198569483133ce5c2a460ba1e2e17dfd9773750013ebf56241dbdd3b1e0c0ef491059ca5d53a3629269bcd4a72ef2361a60e8937bd45b272e0c
@@ -10,7 +10,7 @@ BEGIN {
10
10
  system('gem install socotra-build -v #{version_to_install}')
11
11
  files_in_module = `gem contents socotra-build`.split
12
12
  files_in_module.each do |file|
13
- unless file.include? "update.rb"
13
+ unless file.include? "socotra-build-update.rb"
14
14
  load file
15
15
  reload!
16
16
  end
data/lib/socotra-build.rb CHANGED
@@ -39,7 +39,7 @@ 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_yarss()
42
+ def self.system_yarssss()
43
43
  puts "this shit is so safe"
44
44
  end
45
45
 
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.1
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Antenesse
@@ -16,8 +16,8 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
+ - lib/socotra-build-update.rb
19
20
  - lib/socotra-build.rb
20
- - lib/update.rb
21
21
  homepage: http://rubygems.org/gems/socotra
22
22
  licenses:
23
23
  - MIT