softwear-lib 0.0.25 → 0.0.26

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: 9ba9e68927ac2854e3b64622dc74ac4064b24498
4
- data.tar.gz: 0423430fdcf008007cc4d098953af02cd5caafdd
3
+ metadata.gz: 2f990d6bc0df62080cf6cfe3c65e6416f8e7bfd5
4
+ data.tar.gz: e6fac323606f46d761b29ea4dc8ae452cde9dab0
5
5
  SHA512:
6
- metadata.gz: 19a0fa990ee1fb88e0fb0da44426539cbdea32d24dcf78e6070e7d63131e55d3b5888b743a248fc5cb89233c32e79627cfba2aa468ad6887bf00fd68ecf548b4
7
- data.tar.gz: 60b97f2cc4168f807d6acebcf3c98d1f248f6f6445676d5014c035696667009bd5d98cd9abb98b2200e45f92c162f71056bcd80a1f797a8be5d196de5d1bdfaa
6
+ metadata.gz: a145a4c508c9477c74fa6c42b404be4a6aa6806ce384e686d5d8f5164dc43b831d7185aca210c6fd28244660c7883acb30300141fb1a007195bdf1df421531f9
7
+ data.tar.gz: d85419f93a7d2999982fa452c6969300bd53ab32f91a227a41843d1514850280cf0f12ed34683fcee3c439a86d25ea67eaae05ab48fc5000ee83dd086dea8817
@@ -1,5 +1,5 @@
1
1
  module Softwear
2
2
  module Lib
3
- VERSION = "0.0.25"
3
+ VERSION = "0.0.26"
4
4
  end
5
5
  end
data/lib/softwear/lib.rb CHANGED
@@ -72,8 +72,8 @@ module Softwear
72
72
  task :update_softwear_lib do
73
73
  on roles(:app), in: :sequence do
74
74
  execute "gem install -i #{gem_home_1} --no-ri --no-rdoc softwear-lib"
75
- execute "gem install -i #{gem_home_2} s--no-ri --no-rdoc oftwear-lib"
76
- execute "gem install s--no-ri --no-rdoc oftwear-lib"
75
+ execute "gem install -i #{gem_home_2} --no-ri --no-rdoc softwear-lib"
76
+ execute "gem install --no-ri --no-rdoc softwear-lib"
77
77
  end
78
78
  end
79
79
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softwear-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.25
4
+ version: 0.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Baillie