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 +4 -4
- data/lib/{update.rb → socotra-build-update.rb} +1 -1
- data/lib/socotra-build.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8161aff2a45ae4d9773e7fa27b5b27042f5d2a7
|
|
4
|
+
data.tar.gz: 93c6f949958fd388f5c069bd1a06c95de5e58f09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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.
|
|
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
|