softwear-lib 1.2.11 → 1.2.12

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: 07a59366ba78180a03a708cde88436dc0f3c51cf
4
- data.tar.gz: 7cd459ef9b240fcd0e4beacb53a115573787d0b0
3
+ metadata.gz: 6f54c79e5805c90626d3ea7639f9db944c64c532
4
+ data.tar.gz: 536a04ccd164be0718f8299b1f0743cea7d6f2ff
5
5
  SHA512:
6
- metadata.gz: ded1f260850a74d4863cb8a801a396f71d9a0d4b806577a7a1534b84db873c0edc11ccd899e42cf64916c71acf226b01eb0be1997c41ebbfd44de67d95376a16
7
- data.tar.gz: 302407b409366a0dc2fd9e5c866590190de674a2b898dc88378abf20640c9819f6a94b69c29660c86dd28a29730cb5921dda02b99d86e9a6da3c1625b50e2f00
6
+ metadata.gz: 5b483a4c69a5beffe5f85f17d1a715f1ce913e2dcacd7137a46496e0e7eb7679337da9165305f7bf8810fbf58c1ec115f405e0b26ccdae019f271e5872a3c933
7
+ data.tar.gz: 13cac3cc74741143160d0bb068e3555e30b0dab9649828635c2e7ba573d164d0b40851d72c5d012c87a3169c39235f27dd39b843985bc33c6e864009c4b69cbd
data/bin/softwear-deploy CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- if ENV['TRAVIS_BRANCH'] == (ENV['DEPLOY_BRANCH'] || 'master')
3
+ if ENV['TRAVIS_BRANCH'].strip == 'master'
4
4
  exec "rvm install 2.1.2 && rvm 2.1.2 do bundle exec cap production deploy"
5
5
  else
6
6
  puts "Not on master branch - no deploy."
@@ -1,5 +1,5 @@
1
1
  module Softwear
2
2
  module Lib
3
- VERSION = "1.2.11"
3
+ VERSION = "1.2.12"
4
4
  end
5
5
  end
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: 1.2.11
4
+ version: 1.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Baillie